aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
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
2018-08-15bladeRF: fix identification of channelsRyan Tucker2-29/+30
2018-08-15bladeRF: remove set_bb_gainRyan Tucker6-20/+0
2018-08-15update copyright datesRey Tucker6-6/+6
2018-08-15formatting/wording tweaksRey Tucker1-3/+4
2018-08-15bladerf2: add get_gain_mode and set_gain_modeRyan Tucker1-4/+42
2018-08-15WIP: libbladeRF rev2 refactoring etcRyan Tucker3-63/+82
2018-08-15WIP: more port workRyan Tucker4-60/+77