| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: device3_test: add graph impl test | Trung Tran | 2018-10-31 | 7 | -59/+295 |
* | Test: Add unit test for eeprom_utils | michael-west | 2018-10-25 | 2 | -0/+61 |
* | e320: devtest: Reduce sample rate for 1G devtest | Sugandha Gupta | 2018-09-26 | 1 | -1/+1 |
* | devtest: n3x0: Enable rx_samples_to_file test | Sugandha Gupta | 2018-09-14 | 1 | -1/+1 |
* | devtest: e320: Re-enable rx_samples_to_file test | Sugandha Gupta | 2018-09-12 | 1 | -1/+1 |
* | e320: gpio: Fix front panel GPIO readback | Sugandha Gupta | 2018-09-12 | 1 | -1/+1 |
* | devtest: Improve error handling for shell_application | Martin Braun | 2018-08-22 | 1 | -11/+17 |
* | devtest: b2xx: Fix some arguments for MIMO test | Martin Braun | 2018-08-22 | 1 | -5/+14 |
* | devtest: Fix counting of underruns/overruns | Martin Braun | 2018-08-22 | 1 | -2/+2 |
* | devtest: Remove parsing for DD.. and SS.. | Martin Braun | 2018-08-22 | 4 | -16/+14 |
* | devtest: Default UHD_LOG_FASTPATH_DISABLE to 1 | Martin Braun | 2018-08-22 | 1 | -1/+11 |
* | devtest: Clean up & refactor | Martin Braun | 2018-08-22 | 2 | -35/+55 |
* | devtest: Integrate Python API Tester into Devtest | Vidush | 2018-08-10 | 4 | -2/+63 |
* | devtest: Add more env vars, make Py3k compatible | Martin Braun | 2018-08-10 | 2 | -8/+18 |
* | e320: Enable devtest for E320 | Sugandha Gupta | 2018-08-09 | 2 | -0/+58 |
* | tests: Add multi_usrp_test.py | Vidush | 2018-07-24 | 1 | -0/+624 |
* | devtest: Minor Python fixes | Martin Braun | 2018-07-17 | 1 | -18/+30 |
* | soft_register: Remove compiler warning, add unit test | Martin Braun | 2018-07-11 | 2 | -1/+35 |
* | UHD: Updated blockdef dest asserts | Martin Braun | 2018-06-22 | 1 | -3/+3 |
* | types: convert sensor_value_t to a map | Brent Stapleton | 2018-05-14 | 1 | -0/+7 |
* | tests: Add unit test for meta_range_t ctors | Martin Braun | 2018-05-09 | 1 | -1/+19 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 5 | -48/+44 |
* | dev_test: add N3xx devtest | Trung N Tran | 2018-05-02 | 3 | -2/+61 |
* | dev_test: usrp_prope.py update to find reachable mpm device | Trung N Tran | 2018-05-02 | 1 | -0/+2 |
* | fixup! rfnoc: ctrl_iface cleanup | michael-west | 2018-04-30 | 1 | -2/+1 |
* | fixup! rfnoc: ctrl_iface cleanup | Martin Braun | 2018-04-20 | 1 | -1/+6 |
* | lib: adding == and != for uhd::dict | Brent Stapleton | 2018-04-02 | 1 | -0/+39 |
* | lib: adding device_addr_t constructor from map | Brent Stapleton | 2018-04-02 | 1 | -0/+9 |
* | rfnoc: ctrl_iface cleanup | Martin Braun | 2018-03-16 | 1 | -33/+30 |
* | examples: Update benchmark_rate (more stats, timestamps) | Martin Braun | 2018-03-14 | 1 | -4/+4 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 1 | -2/+2 |
* | uhd: Moved get_system_time outside of public API | Martin Braun | 2018-03-05 | 2 | -18/+32 |
* | devtest: Add list_sensors test | Martin Braun | 2018-02-27 | 3 | -0/+37 |
* | test: devtest: devtest_e3xx.py: Fix copy & paste error | Moritz Fischer | 2018-02-26 | 1 | -1/+0 |
* | lib: Add path_expandvars() internal API call | Martin Braun | 2018-02-20 | 2 | -0/+95 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 65 | -62/+128 |
* | lib: Add config_parser class | Martin Braun | 2018-02-01 | 2 | -0/+110 |
* | uhdlib: Update constrained_device_args_t | Martin Braun | 2018-01-18 | 2 | -0/+107 |
* | uhd: Add narrow_cast and narrow | Martin Braun | 2018-01-12 | 2 | -0/+22 |
* | types: sensor_value_t can now be created from map | Martin Braun | 2017-12-22 | 2 | -0/+96 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 60 | -720/+60 |
* | convert: Add sc12-sc16 converters | Tom Tsou | 2017-07-18 | 1 | -3/+28 |
* | Merge branch 'maint' | Martin Braun | 2017-07-17 | 1 | -2/+7 |
|\ |
|
| * | converters: Added some tolerance for floating point-based tests to account fo... | Martin Braun | 2017-07-07 | 1 | -2/+7 |
* | | uhd: tasks now use std::threads under the hood, and can't be interrupted | Martin Braun | 2017-06-28 | 2 | -0/+39 |
* | | Merge branch 'maint' | Martin Braun | 2017-06-02 | 1 | -1/+1 |
|\| |
|
| * | RTS: DevTest failure work around by increasing time between test | Trung N Tran | 2017-06-02 | 1 | -1/+1 |
* | | Types: Added equality/inquality operators to support Boost.Python additions | Paul David | 2017-05-23 | 2 | -0/+17 |
* | | log: Split add_logger() out of the main logging header | Martin Braun | 2017-05-12 | 1 | -0/+1 |
* | | log: Moved fastpath logging to its own thread | Martin Braun | 2017-04-24 | 1 | -0/+2 |