aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* uhd: math: Add linear_interp()Martin Braun2020-03-182-7/+30
* debian: Rename control file for libuhd to contain 4.0.0 versionMartin Braun2020-03-181-0/+0
* debian: Fixes to copyright fileMartin Braun2020-03-181-389/+385
* cmake: Add CMakeRC module and ::rc namespaceMartin Braun2020-03-184-1/+665
* lib: deps: Add FlatBuffers 1.11.0 header filesMartin Braun2020-03-1817-0/+9179
* 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-183-0/+60
* tests: Allow custom name for mock terminatorAaron Rossetto2020-03-131-4/+6
* tests: Allow custom mock_reg_iface_t in mock blockAaron Rossetto2020-03-132-8/+10
* utils: cal: Replace property tree accesses with other API callsMartin Braun2020-03-121-43/+35
* multi_usrp: Provide valid return value for multi_usrp::get_device()Martin Braun2020-03-123-8/+72
* utils/C API: Fix property tree accessMartin Braun2020-03-123-8/+8
* python: Export UHD paths utility functionsMartin Braun2020-03-123-0/+30
* python: Remove Python2-specific codeMartin Braun2020-03-121-7/+0
* lib: gain_group: Remove spurious logsMartin Braun2020-03-121-2/+0
* python: Arrange file in Python module into uhd/ subdirectoryMartin Braun2020-03-108-21/+54
* examples: Update gain block testbench to use samplesWade Fife2020-03-092-26/+25
* sim: Parameterize chdr_word_t data typeWade Fife2020-03-092-2/+12
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-03432-22914/+24827
* docs: n3xx/x3xx: Fix links to DPDK pagesteviez2020-02-272-2/+2
* 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
* examples: Wrap get_gpio_src() with try/catch blocksteviez2020-02-191-7/+14
* utils: images downloader: Add support for UHD_IMAGES_URL, clean upMartin Braun2020-02-191-35/+29
* utils: images downloader: Handle missing content-length responseMartin Braun2020-02-191-7/+18
* rfnoc: actions: Cleanup rx_event_action_info ctorsteviez2020-02-183-13/+18
* rfnoc: actions: Fix uninitialized timestampssteviez2020-02-183-11/+18
* utils: image_downloader: check write conditionssteviez2020-02-181-0/+13
* x300: add front-panel GPIO source controleklai2020-02-186-47/+164
* ad9361: Fix formattingMartin Braun2020-02-102-19/+16
* thread: Fix formatting in thread utilitiesMartin Braun2020-02-102-135/+147
* lib: utils: Don't use hard-coded path constantsRyan Volz2020-02-072-2/+27
* python: Set python module suffix to conform with PEP 3149.Ryan Volz2020-02-071-1/+10
* python: Do not link against python lib for building an extension module.Ryan Volz2020-02-071-1/+10
* python: Fix internal library name (incl. suffix) to match filename.Ryan Volz2020-02-071-7/+7
* rfnoc: ddc: Make scaling optional, prefer to change decimMartin Braun2020-02-071-28/+53
* rfnoc: registry: Fix Doxygen for register_block_direct()Martin Braun2020-02-071-0/+12
* rfnoc: Update blocks to use autogenerated noc_shellWade Fife2020-02-067-13/+66
* fixup! utils: blocktool: Fix blocktoolWade Fife2020-02-062-5/+5
* cmake/doxygen: Fix FPGA manual post-FPGA-mergeMartin Braun2020-02-063-39/+7
* rfnoc: Provide make_args_t dtor in rfnoc_blocks_testAaron Rossetto2020-02-041-0/+3
* examples: benchmark_rate clean print outmattprost2020-02-041-8/+12
* octoclock: Change type of EEPROM property to mboard_eeprom_tMartin Braun2020-02-043-6/+10
* octoclock: Avoid usage of uninitialized memoryMartin Braun2020-02-045-41/+48
* octoclock: Apply clang-formatMartin Braun2020-02-048-659/+753
* multi_usrp: Add get_tree() API callMartin Braun2020-02-043-0/+14
* docs: fix typo in stream.hppMichael Dickens2020-01-291-1/+1
* rfnoc: Create mock factoryMartin Braun2020-01-297-69/+135