Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | responder: Better "abs()" compiler compatibility | Michael Dickens | 2018-12-12 | 2 | -2/+2 |
| | | | | Use "std::abs" instead of "abs" for better compiler compatibility | ||||
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!) | ||||
* | docs: Purged stray references to register_handler | Martin Braun | 2018-03-19 | 1 | -3/+0 |
| | | | | | This is a no-longer-supported API call from before the logging API restructuring. | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 7 | -6/+13 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 7 | -84/+7 |
| | |||||
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-06-27 | 1 | -2/+2 |
|\ | |||||
| * | Fix: field was bool, but needs to take values -1;1 | Marcus Müller | 2017-06-27 | 1 | -2/+2 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 2 | -45/+22 |
|/ | |||||
* | utils: Backported latency bugfix from master | Martin Braun | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | latency: fixed bugs in test running and grapher | Balint Seeber | 2014-11-04 | 2 | -7/+17 |
| | |||||
* | utils: Removed compiler warning in latency test | Martin Braun | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | utils: Added latency measurement utility | Balint Seeber | 2014-10-09 | 7 | -0/+2772 |