aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/log_c.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Replace boost::thread::id with std::thread::idMartin Braun2021-07-141-1/+1
| | | | | | | | The Boost version is identical to the std:: version (which is available since C++11) and thus is no longer needed. Because of implicit includes, this breaks compilation in other parts. Appropriate includes were added there also.
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-16/+15
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* uhd: Update license headersMartin Braun2018-02-191-1/+1
| | | | | | | 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 Braun2017-12-221-12/+1
|
* C API: Added logging macrosMartin Braun2017-07-211-0/+71