Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 1 | -2/+2 |
| | | | | | | | | | | The C/C++ standards don't define what time_t is, only that it is arithmetic (and real for C11, and integral for C++). It should not be used in portable software and is only used as the return value for some libc calls. A common definition for time_t is int64_t, so we'll switch to that permanently in our own APIs. System APIs will of course stick with time_t. | ||||
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -5/+6 |
| | | | | Replace with std::this_thread::sleep_for(). | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -2/+2 |
| | | | | | | | 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 | 1 | -12/+1 |
| | |||||
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | examples: Replaced throw with exit() in sync_to_gps | Martin Braun | 2017-02-27 | 1 | -1/+2 |
| | |||||
* | Add example to synchronize USRPs to GPS time | michael-west | 2016-09-02 | 1 | -0/+191 |