aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
Commit message (Expand)AuthorAgeFilesLines
...
* rfnoc: noc_block_base: Handle the tick_rate property internallyMartin Braun2019-11-261-0/+1
* rfnoc: node: Fix resolution of properties with circular dependenciesMartin Braun2019-11-261-0/+60
* rfnoc: Moved chdr types/packet class out of chdr dirAshish Chaudhari2019-11-262-6/+6
* transport: Implement a single-threaded I/O serviceAlex Williams2019-11-263-0/+563
* tests: add mock transport implementation and testCiro Nishiguchi2019-11-263-0/+419
* rfnoc: Add DDC block controllerMartin Braun2019-11-262-0/+76
* rfnoc: Use RTTI "serialization" for stream commandsMartin Braun2019-11-262-38/+38
* rfnoc: Support for new backend iface plus fixesAshish Chaudhari2019-11-261-21/+25
* rfnoc: Change Block-ID format to 0/FFT#1Martin Braun2019-11-262-39/+40
* rfnoc: adding client_zeroBrent Stapleton2019-11-263-0/+353
* cmake: tests: Move RFNoC tests to UHD_ADD_NONAPI_TEST() macroMartin Braun2019-11-261-42/+19
* rfnoc: Add action APIMartin Braun2019-11-263-2/+214
* rfnoc: Refactored CHDR packet interfacesAshish Chaudhari2019-11-262-68/+209
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-265-12/+886
* rfnoc: Add properties, nodes, and accessorsMartin Braun2019-11-263-0/+262
* rfnoc: add new data_chdr packetization.Trung Tran2019-11-262-0/+96
* lib: Simplify implementation of uhd::get_system_time() to use <chrono>Martin Braun2019-11-262-1/+7
* convert: Add CHDR convertersMartin Braun2019-11-261-31/+102
* utils: cast: Add from_str() typecastMartin Braun2019-11-261-0/+8
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-261-1/+0
* devtese: Change default Python interpreter to 3Martin Braun2019-11-0812-12/+12
* uhd: dict: Add typecast operator to std::map<>Martin Braun2019-11-041-0/+4
* e3xx: corrected frontend name in devtesterickshepherdNI2019-10-281-1/+1
* lib: utils: Add is_a_tty()Martin Braun2019-10-072-0/+33
* Revert "uhd: Check property type at access; error if mismatch"Martin Braun2019-09-301-19/+1
* rfnoc: Read cmd FIFO size from blocks & configure ctrl_ifaceMartin Braun2019-09-041-1/+3
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-09-041-1/+19
* utils: log: Fix includes for UHD_HEX()Martin Braun2019-06-121-0/+1
* tests: Fix mock_ctrl_iface for 32-bit MSVCMartin Braun2019-05-231-2/+2
* cmake: tests: Add macro for non-API based unit testsMartin Braun2019-05-221-49/+59
* devtest: Add new test for tx_waveformsMartin Braun2019-05-226-0/+121
* log: Fix ANSI colour codesMartin Braun2019-05-071-0/+1
* prop_tree: add pop() functionBrent Stapleton2019-05-021-0/+8
* prop_tree: formatting property tree filesBrent Stapleton2019-05-021-0/+1
* tests: Make the Python interpreter for devtests a parameterMartin Braun2019-04-252-6/+8
* uhdlib: Add dpdk_zero_copy.hppAlex Williams2019-04-101-1/+1
* utils: Add scope_exit objectMartin Braun2019-04-012-0/+46
* uhd: Remove cal containersMartin Braun2019-03-202-196/+0
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-082-2/+2
* types: sid: Remove duplicate operator=()Martin Braun2019-02-281-0/+3
* cmake: fix variable usageMichael Dickens2019-01-301-2/+1
* tests: Fix up dpdk_test to use current APIsAlex Williams2019-01-251-64/+47
* mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copyAlex Williams2019-01-252-41/+43
* devtest: add universal_newlines to subprocess callTrung Tran2019-01-233-2/+4
* tests: replace has_key by using 'in'Trung Tran2019-01-235-8/+8
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-181-3/+7
* math: Remove uhd::math::log2, replace with std::log2Martin Braun2019-01-181-6/+3
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-1654-2319/+2313
* formatting: remove vim hints in headersBrent Stapleton2019-01-161-1/+0
* tests: Add arguments to dpdk_test to control core mappingAlex Williams2019-01-151-40/+100