aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Fix hackrf receive hangs by checking before each lock waitv0.2.3Adrian Chadd1-2/+10
2020-11-19add xtrx supportCsaba Sipos15-2/+1660
2020-11-01Remove disabled OsmoSDR and MiriSDR codeClayton Smith15-1463/+0
2020-11-01rfspace: Remove broken asio codeClayton Smith2-162/+0
2020-11-01Replace BOOST_FOREACH with range-based for loopsClayton Smith14-170/+163
2020-10-31fix windows buildEric Wild1-0/+5
2020-08-09HackRF: fix hackrf_source signednessv0.2.2Mike Walters2-2/+2
2020-08-03disable OsmoSDR as well as MiriSDR device supportv0.2.1Eric Wild2-10/+10
2020-08-03cmake: actually make linking workEric Wild16-18/+26
2020-08-03grc: Fix YML block generationMike Walters1-2/+2
2020-08-03Remove unused imports of endian.hpp.Wim Lewis3-3/+0
2020-08-03HackRF: convert _lut to float[] to reduce size by a factor of 256Wim Lewis2-18/+11
2020-08-03fcd: restore support for FUNcube Dongle and Pro+Clayton Smith6-46/+43
2020-08-02A lot of Boost functionality is available in C++11. Since GNU Radio is moving...Clayton Smith25-79/+85
2020-08-02I'm using an Airspy HF+ Discovery with the Soapy driver. Whenever I turn AGC ...Anton Blanchard1-3/+8
2020-08-02rtl_tcp: Throw an exception if TCP connection failsClayton Smith1-5/+5
2020-08-02cmake: Go back CMake min ver. 3.8 by removing need for CMP0079Piotr Krysik17-21/+22
2020-02-16cmake: Set CMake min version to 3.13 for CMP0079v0.2.0Sylvain Munaut1-1/+1
2020-02-16apps/osmocom_fft: Handle continuous range for sample rate gracefullySylvain Munaut1-1/+1
2020-02-16cmake: Remove the FindGnuradioUHD cmake fileSylvain Munaut1-34/+0
2020-02-16apps: Forward port osmocom_fft to Python 3 and Qt WidgetStefan `Sec` Zehl2-556/+420
2020-02-16apps: Initial forward port to Python 3Sylvain Munaut6-64/+63
2020-02-16lib/{source/sink}: Fix the set_sample_rate value return value if no changeSylvain Munaut2-2/+2
2020-02-16hackrf: replace boost::assign with C++11Clayton Smith4-51/+26
2020-02-16hackrf: allow transmit/receive switchingClayton Smith7-752/+693
2020-02-16airspy: fix cmake target_link_librariesClayton Smith1-1/+1
2020-02-16airspyhf: Add initial support for Airspy HF+Alexandru Csete9-0/+652
2020-02-16build: Update build system to GR 3.8 standardsSylvain Munaut22-498/+399
2020-02-16grc: Convert XML GRC blocks to YMLSylvain Munaut2-477/+386
2020-02-16build: Update CMakeLists.txt copyright headerSylvain Munaut22-88/+88
2020-02-16docs: Update docs template to the latest from GNURadioSylvain Munaut26-3246/+1383
2020-02-16build: Remove cmake modules previously copied from GR treeSylvain Munaut11-1638/+0
2019-12-01update version to 0.1.5v0.1.5gr3.7Sylvain Munaut1-1/+1
2018-08-15bladerf: update bladerf to catch up with libbladeRFRobert Ghilduta2-21/+22
2018-08-15bladeRF: add support for biastee on bladeRF microRey Tucker4-0/+54
2018-08-15bladerf: remove vestigial mapRey Tucker1-12/+0
2018-08-15bladerf: use bladerf_get_channel_count where availableRey Tucker1-9/+5
2018-08-15bladerf: compatibility with older libbladeRFRey Tucker4-6/+174
2018-08-15bladerf: add support for MIMORey Tucker6-1123/+1665
2018-08-15bladerf_common: tweak buffer/transfer settingsRey Tucker1-4/+11
2018-08-15bladerf: add set_rx_mux_mode functionalityRyan Tucker2-1/+40
2018-08-15bladerf: add firmware loopback modeRyan Tucker1-0/+2
2018-08-15bladerf_common: add agc= option to set gain modeRyan Tucker1-0/+10
2018-08-15bladerf: use nchan option to enable multi-channelsRyan Tucker4-52/+52
2018-08-15bladerf: fix get_gain_names populationRyan Tucker1-9/+9
2018-08-15bladerf: formatting/style fixes on .h filesRyan Tucker3-98/+99
2018-08-15bladerf: formatting/consistency fixesRyan Tucker3-602/+645
2018-08-15bladerf_common: formatting/whitespace/consistencyRyan Tucker1-352/+395
2018-08-15bladerf: replace bladerf_module with bladerf_directionRyan Tucker4-87/+60
2018-08-15bladerf_common: cleanup on set_gain_modeRyan Tucker1-15/+4