| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | log: Fix missing add_logger, fix clearing of queue | Martin Braun | 2017-04-20 | 1 | -3/+10 |
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 2 | -11/+10 |
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 9 | -22/+14 |
* | | Merge branch 'maint' | Martin Braun | 2017-02-10 | 1 | -1/+0 |
|\| |
|
| * | tests: devtest:remove wait for claimer | Andrej Rode | 2017-02-08 | 1 | -1/+0 |
* | | Merge branch 'maint' | Martin Braun | 2017-01-17 | 1 | -3/+3 |
|\| |
|
| * | utils: tests: cast RAND_MAX to double before division | Andrej Rode | 2017-01-12 | 1 | -2/+2 |
| * | tests: fix coverity reports | Andrej Rode | 2017-01-12 | 1 | -1/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-12-13 | 3 | -1/+50 |
|\| |
|
| * | tests: Added bitbang test, added to x3x0 devtest | Martin Braun | 2016-12-09 | 3 | -1/+50 |
| * | devtest: flush stdout after print statements | Andrej Rode | 2016-12-01 | 1 | -0/+2 |
| * | devtest: dont check number of samples in benchmark rate test and accept | Andrej Rode | 2016-12-01 | 3 | -8/+17 |
* | | devtest: flush stdout after print statements | Andrej Rode | 2016-12-09 | 1 | -0/+2 |
* | | devtest: dont check number of samples in benchmark rate test and accept | Andrej Rode | 2016-12-09 | 3 | -8/+17 |
* | | calibration: generic containers for datasets | Paul David | 2016-11-29 | 2 | -0/+201 |
* | | Merge branch 'maint' | Martin Braun | 2016-11-15 | 1 | -0/+1 |
|\| |
|
| * | devtest: test_base add wait time between uhd_usrp_probe calls | Andrej Rode | 2016-11-09 | 1 | -0/+1 |
* | | rfnoc: Removed transport endianness as make arg | Martin Braun | 2016-11-09 | 1 | -1/+0 |
* | | Merge branch 'maint' | Martin Braun | 2016-11-08 | 11 | -46/+47 |
|\| |
|
| * | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 12 | -110/+111 |
* | | Merge branch 'maint' | Martin Braun | 2016-10-26 | 3 | -6/+19 |
|\| |
|
| * | tests: Updated RFNoC tests after some API changes | Martin Braun | 2016-10-19 | 3 | -6/+19 |
* | | Merge branch 'maint' | Martin Braun | 2016-09-27 | 1 | -4/+4 |
|\| |
|
| * | Fixed floating point rounding error in converter tests | Derek Kozel | 2016-09-26 | 1 | -4/+4 |
* | | types: Cleaned up sid.hpp | Martin Braun | 2016-09-02 | 1 | -65/+66 |
|/ |
|
* | nocscript: Removed compiler warning | Martin Braun | 2016-08-12 | 1 | -4/+4 |