| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | RFNoC: Disable FC ACK packets for lossless links | Michael West | 2019-02-18 | 2 | -7/+9 |
* | uhd: Replace all usage of boost::noncopyable with uhd::noncopyable | Martin Braun | 2019-02-15 | 28 | -52/+60 |
* | uhd: utils: Add noncopyable class | Martin Braun | 2019-02-15 | 2 | -0/+56 |
* | E3xx: Increase spp limit for E3xx radio | michael-west | 2019-01-31 | 1 | -2/+1 |
* | fixup! RFNoC: More graph traversal fixes | michael-west | 2019-01-31 | 2 | -30/+10 |
* | RFNoC: More graph traversal fixes | michael-west | 2019-01-31 | 2 | -3/+31 |
* | RFNoC: Update FIFO XML definition | michael-west | 2019-01-29 | 1 | -0/+2 |
* | transport: muxed_zero_copy_if fixes | michael-west | 2019-01-21 | 1 | -0/+4 |
* | endianness: Replace Boost macros with custom ones | Martin Braun | 2019-01-21 | 3 | -6/+37 |
* | lib: transport: convert: apply clang-format | Brent Stapleton | 2019-01-21 | 1 | -74/+96 |
* | multi_usrp: fix get_{tx/rx}_dc_offset_range default argument | Christian Hahn | 2019-01-18 | 1 | -2/+2 |
* | math: Replace boost::*::{lcm,gcd}() with portable versions | Martin Braun | 2019-01-18 | 1 | -0/+23 |
* | math: Remove uhd::math::log2, replace with std::log2 | Martin Braun | 2019-01-18 | 1 | -9/+0 |
* | rfnoc: Fix detection of outstanding acks by ctrl_iface | Martin Braun | 2019-01-17 | 1 | -1/+1 |
* | formatting: Add modified clang-format for headers | Martin Braun | 2019-01-17 | 1 | -0/+94 |
* | uhd: mpm: apply clang-format to all files | Brent Stapleton | 2019-01-16 | 115 | -5118/+5170 |
* | formatting: remove vim hints in headers | Brent Stapleton | 2019-01-16 | 20 | -20/+0 |
* | includes: Make sure BOOST_VERSION is always available | Martin Braun | 2019-01-15 | 1 | -0/+1 |
* | log: Fix MSVC warnings by changing a size_t to unsigned int | Martin Braun | 2019-01-03 | 1 | -1/+1 |
* | RFNoC: Fix for late packet errors | michael-west | 2018-12-21 | 1 | -1/+3 |
* | RFNoC: Fix graph traversal | michael-west | 2018-12-19 | 1 | -10/+40 |
* | uhd/mpm: eiscat: Various changes | Ryan Marlow | 2018-12-19 | 2 | -10/+66 |
* | Device3: Fix block control flushing | Brent Stapleton | 2018-12-17 | 1 | -0/+3 |
* | C API: Add support for Tx LO control | Martin Braun | 2018-12-14 | 1 | -0/+74 |
* | time_spec: include <stdint.h> for int64_t | Michael Dickens | 2018-12-13 | 1 | -0/+1 |
* | various: use "std::abs" instead of "std::fabs" | Michael Dickens | 2018-12-12 | 2 | -9/+9 |
* | rh: add highband spur reduction option | Mark Meserve | 2018-12-12 | 1 | -0/+5 |
* | filter: Fix return value in get_rolloff | Derek Kozel | 2018-11-28 | 1 | -1/+1 |
* | rfnoc: Add halt to replay API | Wade Fife | 2018-11-27 | 1 | -0/+3 |
* | multi_usrp: Fixed get_tx_stream reference | Gregory Eslinger | 2018-11-20 | 1 | -1/+1 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 8 | -29/+29 |
* | uhd: Changes to traffic counter register names | Ciro Nishiguchi | 2018-10-31 | 1 | -12/+8 |
* | rh: add support for rhodium devices | Mark Meserve | 2018-10-25 | 1 | -0/+42 |
* | multi_usrp: Improve documentation for set_{time,clock,sync}_source | Martin Braun | 2018-10-22 | 1 | -14/+95 |
* | uhd: Improve documentation for the UHD exception types | Martin Braun | 2018-10-12 | 1 | -0/+51 |
* | multi_usrp: Add sync_source API | Martin Braun | 2018-10-11 | 1 | -0/+51 |
* | uhd: Add traffic counter to null source sink | Ciro Nishiguchi | 2018-10-11 | 1 | -0/+81 |
* | multi_usrp: move definition of constants | Andrew Lynch | 2018-10-04 | 1 | -2/+2 |
* | uhd: reconcile time_spec operators with boost concepts | Mark Meserve | 2018-09-28 | 1 | -4/+5 |
* | rfnoc: install the DMA FIFO block header | Marcus Müller | 2018-09-26 | 1 | -0/+1 |
* | radio_ctrl: add disable time stamp | Trung Tran | 2018-09-14 | 1 | -0/+3 |
* | RFNoC: Add Replay API and example | Wade Fife | 2018-08-29 | 5 | -0/+291 |
* | uhd: Define UHD_API as empty string when building static lib | Ciro Nishiguchi | 2018-08-22 | 2 | -8/+19 |
* | RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes | Trung N Tran | 2018-08-22 | 1 | -1/+1 |
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 3 | -16/+18 |
* | multi_usrp: Add get_user_settings_iface() API call | Martin Braun | 2018-08-16 | 1 | -0/+27 |
* | fixup! multi_usrp: Expose APIs for TX LO controls | Martin Braun | 2018-07-31 | 1 | -0/+1 |
* | X300: Change Ethernet buffering | Michael West | 2018-07-25 | 3 | -6/+16 |
* | Device3: Change packet-based flow control to byte-based flow control | Martin Braun | 2018-07-25 | 6 | -20/+28 |
* | rfnoc: Enabled SW flush mechanism impl'd in noc_shell | Ashish Chaudhari | 2018-07-24 | 2 | -1/+4 |