Lane Kolbly
|
5802a362f8
|
uhd: Replace include guards with pragma once
Pragma once is the more modern version of include guards, eliminating
any potential problems with mistyping include guards. Let's use those.
|
2020-04-08 15:16:06 -05:00 |
|
Martin Braun
|
876d4150aa
|
uhd: Apply clang-format against all .cpp and .hpp files in host/
Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of
files that clang-format gets applied against.
|
2020-03-03 08:51:32 -06:00 |
|
Martin Braun
|
ae5211d71d
|
uhd: Update license headers
All copyright is now attributed to "Ettus Research, a National
Instruments company".
SPDX headers were also updated to latest version 3.0.
|
2018-02-19 16:54:52 -08:00 |
|
Martin Braun
|
4ebfea45f3
|
lib: Add config_parser class
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>
|
2018-02-01 06:35:37 +01:00 |
|