aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining Python 2 referencesMartin Braun2020-05-0726-26/+26
* cores: Fix rx_vita_core_3000 assertion error in issue_stream_cmd()Martin Braun2020-05-051-3/+7
* multi_usrp: Remove rfnoc-specific code from multi_usrp.cppMartin Braun2020-04-281-38/+0
* rh: Remove compiler warningMartin Braun2020-04-171-2/+4
* ad9361: Remove compiler warningMartin Braun2020-04-171-1/+1
* lib: rfnoc: Fix "unused" warnings for non-trace log levelsMartin Braun2020-04-172-9/+6
* uhd: Add reference power level API to multi_usrp and radio_controlMartin Braun2020-04-175-0/+140
* cal: Add pwr_cal containerMartin Braun2020-04-173-0/+394
* lib: utils: interpolation: Add bilinear interpolationMartin Braun2020-04-171-0/+117
* libusb: Remove deprecation warnings for libusb_set_debugMartin Braun2020-04-151-1/+14
* rfnoc: Add RFNoC fosphor blockWade Fife2020-04-142-0/+419
* utils: log: fix logging race conditionmattprost2020-04-141-1/+3
* rpclib: Remove some warnings from object.hppMartin Braun2020-04-141-0/+12
* b200: Add a prop tree node usb_versionMartin Braun2020-04-141-0/+1
* multi_usrp: Approximate legacy behaviour for recv_async_msg()Martin Braun2020-04-131-5/+29
* multi_usrp_rfnoc: Manually pass sample rate to ddc/ducsteviez2020-04-133-0/+24
* multi_usrp_rfnoc: Fix get_rx/tx_rates()steviez2020-04-131-12/+10
* fixup! uhd: Add fuzzy serial number checkingmattprost2020-04-092-4/+3
* lib: Properly do reset routines in client_zeroMartin Braun2020-04-091-2/+6
* uhd: mpm: Query prefs per-device for multi-device queriesLane Kolbly2020-04-083-6/+16
* uhd: Add missing include guardsLane Kolbly2020-04-083-0/+6
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-08113-451/+115
* uhd: Add fuzzy serial number checkingLane Kolbly2020-04-084-1/+55
* rfnoc: Add FIR filter RFNoC block controllerAaron Rossetto2020-04-072-0/+102
* fixup! rfnoc: Use multichannel register interface for RFNoC blocksmattprost2020-04-073-9/+9
* uhd: math: Add interpolation.hppMartin Braun2020-04-073-4/+146
* uhd: paths: Harmonize around XDG Base Directory specificationMartin Braun2020-04-024-34/+137
* rfnoc: Use multichannel register interface for RFNoC blocksmattprost2020-04-024-54/+61
* uhd: cal: Use usrp::cal::database instead of CSV filesMartin Braun2020-04-024-170/+200
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-023-0/+237
* multi_usrp: Fix ALL_CHAN and ALL_MBOARDS API calls for Gen-3 devicesMartin Braun2020-03-311-105/+64
* fixup! x300: lf/basic antenna API implementationMartin Braun2020-03-261-2/+2
* uhd: cal: Add database classMartin Braun2020-03-266-0/+282
* uhd: paths: Add get_cal_data_path() API callMartin Braun2020-03-261-0/+19
* x300: lf/basic antenna API implementationmattprost2020-03-234-110/+234
* cmake: Add CMakeRC module and ::rc namespaceMartin Braun2020-03-182-1/+17
* lib: deps: Add FlatBuffers 1.11.0 header filesMartin Braun2020-03-1816-0/+9175
* lib: Use from_str<bool> in constrained_device_args_tAaron Rossetto2020-03-181-17/+7
* utils: Add bool specialization to cast::from_str()Aaron Rossetto2020-03-181-0/+25
* tests: Allow custom mock_reg_iface_t in mock blockAaron Rossetto2020-03-131-2/+4
* multi_usrp: Provide valid return value for multi_usrp::get_device()Martin Braun2020-03-121-3/+51
* utils/C API: Fix property tree accessMartin Braun2020-03-121-4/+4
* python: Export UHD paths utility functionsMartin Braun2020-03-121-0/+24
* lib: gain_group: Remove spurious logsMartin Braun2020-03-121-2/+0
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-03358-22487/+24323
* device: read in preferences file before discoveryAndrew Lynch2020-02-261-1/+3
* rfnoc: Reuse the graph objectAndrew Lynch2020-02-261-1/+20
* lib: move OSX specific code to where the values are initially setMichael Dickens2020-02-211-0/+11
* lib: tweak prototypes to not be constexpr to allow building on OSXMichael Dickens2020-02-211-5/+5
* rfnoc: actions: Cleanup rx_event_action_info ctorsteviez2020-02-182-9/+14