Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -17/+10 |
| | | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. | ||||
* | prefs: Output debug trace when config file cannot be located or loaded | Aaron Rossetto | 2019-12-17 | 1 | -1/+1 |
| | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+1 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | lib: Add config_parser class | Martin Braun | 2018-02-01 | 1 | -0/+59 |
This class is not publicly exported. It is meant to read config files in the INI format. Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> |