Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Add #include <thread> in system time test | Martin Braun | 2019-01-08 | 1 | -0/+1 |
| | | | | Some versions of MSVC report issues without it. | ||||
* | uhd: Moved get_system_time outside of public API | Martin Braun | 2018-03-05 | 1 | -0/+32 |
uhd::get_system_time() is an abstracted way of reading back a time, and is not UHD-specific. As such, there's no reason to keep it in the public part of the API where we're contractually obligated not to touch it. Instead, moving it to the internal API space. |