aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Fix compiler warningClayton Smith1-0/+2
2023-12-02Use CMake to link ws2_32 on WindowsClayton Smith4-2/+12
2023-12-02Remove unused filesClayton Smith2-452/+0
2023-11-23Fix pointer-to-integer casting precision loss in gr-osmosdrRuslan Migirov2-4/+4
2023-10-29rtlsdr: detect RTL-SDR Blog V4, set lower tuning limit to 0MhzCarl Laufer1-0/+6
2023-10-29fix gain mode cachingEric Wild2-2/+2
2023-10-29hackf: remove deprecated register keyword, make c++17 happyEric Wild1-1/+1
2023-10-01Avoid namespace conflictsClayton Smith3-151/+143
2022-12-28Add support for RFSpace CloudSDR to gr-osmosdrv0.2.4Mike McCarrick3-8/+39
2022-12-28Re-add mirisdr supportEric Wild7-0/+646
2022-07-07bladeRF: allow setting reference frequencyJan Hrach1-0/+9
2022-06-10bladeRF: convert to using std instead of boost for shared_ptrRobert Ghilduta1-1/+1
2022-06-10bladeRF: minor fixups to keep clang happyRobert Ghilduta2-5/+5
2022-06-10bladeRF: calculate number of samples based on stream countRobert Ghilduta1-1/+1
2022-06-10bladeRF: enable and disable each channelRobert Ghilduta2-15/+9
2022-06-10bladeRF: set default gain mode to manualRobert Ghilduta1-1/+1
2022-06-10source/sink_impl: query hardware for gains on initRyan Tucker2-0/+14
2022-06-10switch to gr-funcubeEric Wild4-12/+12
2022-06-10fix missing sink/source iface destructorEric Wild2-0/+4
2021-01-28Remove Doxygen warnings.Ron Economos2-0/+3
2021-01-28Remove CMake warnings.Ron Economos1-1/+1
2021-01-18Replace boost::shared_ptr with std::shared_ptrClayton Smith25-49/+49
2021-01-17lib/xtrx: add missing librariesgr3.8Gwenhael Goavec-Merou1-0/+4
2021-01-10xtrx: remove BOOST_FOREACH and obsolete API callClayton Smith4-5/+6
2021-01-04hackrf: fix bandwidth settingClayton Smith2-1/+5
2020-12-18Fix hackrf receive hangs by checking before each lock waitv0.2.3Adrian Chadd1-2/+10
2020-11-19add xtrx supportCsaba Sipos11-0/+1627
2020-11-01Remove disabled OsmoSDR and MiriSDR codeClayton Smith10-1401/+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-08-09HackRF: fix hackrf_source signednessv0.2.2Mike Walters2-2/+2
2020-08-03disable OsmoSDR as well as MiriSDR device supportv0.2.1Eric Wild1-8/+8
2020-08-03cmake: actually make linking workEric Wild16-18/+26
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 Smith4-46/+15
2020-08-02A lot of Boost functionality is available in C++11. Since GNU Radio is moving...Clayton Smith24-76/+82
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 Krysik16-19/+21
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 Csete7-0/+627
2020-02-16build: Update build system to GR 3.8 standardsSylvain Munaut17-282/+186
2020-02-16build: Update CMakeLists.txt copyright headerSylvain Munaut16-64/+64
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