Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -1/+3 |
| | | | | Replace with std::this_thread::sleep_for(). | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+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 |
| | |||||
* | Fix build with Boost 1.66 | ilovezfs | 2017-12-19 | 1 | -2/+2 |
| | | | | Thanks to FX Coudert for suggesting this fix. | ||||
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | uhd: cast thread_group.create_thread() return value to void to avoid memory leak | Andrej Rode | 2017-04-25 | 1 | -2/+2 |
| | |||||
* | fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. ↵ | Martin Braun | 2016-11-15 | 1 | -2/+2 |
| | | | | | | (fixed-width types) Now also removes the namespaces in examples/ | ||||
* | network_relay: added #include necessary for older versions of Boost on Windows | Nicholas Corgan | 2013-12-05 | 1 | -1/+2 |
| | |||||
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -10/+7 |
| | |||||
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 1 | -2/+3 |
| | | | | instead of 0 and 1. | ||||
* | examples: fix bsd compilation for network relay example | Josh Blum | 2012-04-01 | 1 | -3/+3 |
| | | | | | | | Fixes compilation on platforms that dont have one of the OS defines by providing #else case for rx_dsp_buff_size constant. This also makes OSX the special case and assumes other OS can handle the large RX socket buffer size. | ||||
* | uhd: fixed some compile warnings for msvc | Josh Blum | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | usrp2: added bind option to the relay | Josh Blum | 2011-12-20 | 1 | -7/+9 |
| | |||||
* | usrp2: more work on relay app and sequence error detection | Josh Blum | 2011-12-20 | 1 | -14/+45 |
| | |||||
* | usrp2: created network relay example app | Josh Blum | 2011-12-20 | 1 | -0/+194 |