aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/common
Commit message (Expand)AuthorAgeFilesLines
* Build uhd_test library as static when `-DBUILD_SHARED_LIBS=ON`David Seifert2022-02-241-1/+1
* cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIRMartin Braun2021-09-101-1/+1
* tests: Remove unused constantsMartin Braun2021-03-041-3/+0
* host: Update code base using clang-tidyMartin Braun2021-03-043-11/+11
* tests: Fix build issue with Boost 1.67Martin Braun2020-09-111-0/+3
* python: Document CHDR Test GenerationSamuel O'Brien2020-07-162-19/+44
* python: Add bindings for C++ CHDR ParserSamuel O'Brien2020-07-163-0/+46960
* utils: Expose CHDR Parsing APISamuel O'Brien2020-07-135-0/+47633
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-2/+1
* tests: fixup compiler warningBrent Stapleton2019-12-301-1/+1
* tests: Port polling-mode dpdk_test to new DPDK frameworkAlex Williams2019-12-201-4/+10
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-261-9/+16
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-262-4/+4
* Remove proto-RFNoC filesMartin Braun2019-11-264-73/+2
* transport: Add modeling of physical adaptersAlex Williams2019-11-261-0/+10
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-261-0/+8
* transport: Implement a single-threaded I/O serviceAlex Williams2019-11-261-0/+369
* tests: add mock transport implementation and testCiro Nishiguchi2019-11-261-0/+256
* rfnoc: Read cmd FIFO size from blocks & configure ctrl_ifaceMartin Braun2019-09-041-1/+3
* tests: Fix mock_ctrl_iface for 32-bit MSVCMartin Braun2019-05-231-2/+2
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-164-114/+114
* tests: Add benchmark of streaming code pathsCiro Nishiguchi2019-01-103-20/+104
* tests: Fix compiler warning about unused timestampMartin Braun2019-01-071-2/+2
* tests: Retrofit sph test to use new mock transportCiro Nishiguchi2018-11-162-2/+126
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-2/+2
* tests: device3_test: add graph impl testTrung Tran2018-10-315-0/+197