| Commit message (Expand) | Author | Age | Files | Lines |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 1 | -4/+4 |
* | uhd: Check for overflow after timeout buff read | Steven Koo | 2021-01-21 | 1 | -6/+0 |
* | RFNoC: Handle receive of 0 samples | michael-west | 2020-12-10 | 1 | -0/+6 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -5/+4 |
* | uhd: Replace boost::function with std::function | Martin Braun | 2019-11-26 | 1 | -6/+6 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 1 | -93/+0 |
* | transport: fixed a pre-mature buffer reset | mcrymble | 2019-06-14 | 1 | -2/+3 |
* | transport: Remove warning for memset in super_recv_packet_handler | Alex Williams | 2019-06-07 | 1 | -4/+4 |
* | lib: transport: apply clang-format | Brent Stapleton | 2019-01-18 | 1 | -369/+437 |
* | UHD: Fix RX streamer SOB and EOB handling | Michael West | 2018-10-24 | 1 | -2/+9 |
* | X300: Change Ethernet buffering | Michael West | 2018-07-25 | 1 | -1/+1 |
* | rx_streamer: Release buffers no longer needed | Michael West | 2018-07-25 | 1 | -9/+26 |
* | Device3: Change packet-based flow control to byte-based flow control | Martin Braun | 2018-07-25 | 1 | -76/+67 |
* | Correctly set end of burst flag in metadata. | Vidush | 2018-04-30 | 1 | -0/+2 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 1 | -1/+1 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -11/+11 |
* | uhd: Replace NULL with nullptr in if_addrs and super_recv_packet_handler | Andrej Rode | 2017-02-20 | 1 | -5/+5 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -1/+0 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -12/+12 |
* | transport: Removed conditional compiles for terminator APIs | Martin Braun | 2016-09-05 | 1 | -7/+1 |
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 1 | -13/+60 |
* | transport: fixed an issue where the number of conversions were incorrectly ba... | Paul David | 2016-08-01 | 1 | -1/+1 |
* | UHD: Fixes for super_recv_packet_hadler | michael-west | 2016-07-22 | 1 | -3/+14 |
* | transport: Removing task barrier for conversion calls in the super_recv_packe... | Paul David | 2016-06-08 | 1 | -23/+12 |
* | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-21 | 1 | -0/+6 |
* | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 1 | -3/+3 |
|\ |
|
| * | Corrected the UHD behavior in the event of a USB disconnect | DaulPavid | 2016-02-12 | 1 | -3/+3 |
* | | fixed a orthography typo; funnier if you're German. | Marcus Müller | 2015-12-31 | 1 | -3/+3 |
* | | transport: Fix bug where stop commands could erroneously throw | Martin Braun | 2015-09-10 | 1 | -1/+3 |
* | | transport: Fail for multi-chan-rx + stream_now | Martin Braun | 2015-09-08 | 1 | -0/+4 |
|/ |
|
* | Transport: Update flow control on overruns | Johannes Walter | 2015-08-13 | 1 | -0/+5 |
* | uhd: Fixed multiple compiler warnings | Michael Dickens | 2015-03-11 | 1 | -1/+1 |
* | Fix for BUG #390: RIO & UHD: multi-channel recv() does not notify there has b... | michael-west | 2014-03-07 | 1 | -25/+38 |
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -36/+144 |
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -1/+2 |
* | uhd: packet handler minor changes | Josh Blum | 2013-07-19 | 1 | -1/+2 |
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -1/+49 |
* | uhd: switch the reusable barrier to condition variables | Josh Blum | 2013-04-12 | 1 | -8/+6 |
* | uhd: added barrier interrupt to work around thread issue | Josh Blum | 2012-10-29 | 1 | -0/+2 |
* | transport: multi-threaded recv_packet_handler | Josh Blum | 2012-07-02 | 1 | -22/+71 |
* | recv: only inspect tsf on timestamp error check | Josh Blum | 2012-04-17 | 1 | -1/+1 |
* | dsp rework: minor fix sph, set has time spec for tsf only | Josh Blum | 2012-02-14 | 1 | -2/+2 |
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 1 | -4/+4 |
* | uhd: flush transport for new rx streamers | Josh Blum | 2012-01-23 | 1 | -1/+4 |
* | convert: made conversion functions into classes so they can keep state | Josh Blum | 2011-11-12 | 1 | -8/+5 |
* | uhd: dont pass 0 sample buffs to converter (avoid segfaults) | Josh Blum | 2011-11-07 | 1 | -1/+3 |
* | uhd: added trailer parsing for occupancy | Josh Blum | 2011-11-03 | 1 | -8/+3 |