| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | basicrx: Refactor driver | Martin Braun | 2018-05-08 | 1 | -42/+54 |
* | uhd: Added LMX2592 driver | Derek Kozel | 2018-05-03 | 5 | -0/+884 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 17 | -866/+878 |
* | mpmd: add missing virtual destructors | Mark Meserve | 2018-05-02 | 2 | -0/+2 |
* | multi_usrp: Update get_usrp_?x_info() | Trung N Tran | 2018-05-01 | 1 | -15/+78 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 41 | -118/+162 |
* | Removed unecessary == operation. | Vidush | 2018-04-30 | 1 | -3/+3 |
* | Changed method to check for channel in _tx_streamer_active & rx_streamer_active. | Vidush | 2018-04-30 | 1 | -4/+4 |
* | lib: Change check_radio_config() to iterate over channels, not radios. | Vidush | 2018-04-30 | 2 | -7/+10 |
* | Correctly set end of burst flag in metadata. | Vidush | 2018-04-30 | 1 | -0/+2 |
* | mpmd: Use separate rpc connection for claim loop | Trung N Tran | 2018-04-30 | 2 | -27/+55 |
* | fixup! rfnoc: ctrl_iface cleanup | michael-west | 2018-04-30 | 1 | -4/+0 |
* | fixup! rfnoc: ctrl_iface cleanup | michael-west | 2018-04-30 | 2 | -2/+1 |
* | ad9361: Fix bandwidth warnings and ranges | Vidush | 2018-04-27 | 5 | -33/+80 |
* | log: Allow disabling of fastpath msgs at runtime | Martin Braun | 2018-04-26 | 1 | -13/+54 |
* | log: Add method for local generation of messages in log.cpp | Martin Braun | 2018-04-26 | 1 | -10/+18 |
* | ad936x: De-boostify ad936x_manager, minor cleanup | Martin Braun | 2018-04-26 | 5 | -57/+94 |
* | logging: Remove dead code from log.cpp | Vidush | 2018-04-26 | 1 | -1/+0 |
* | lib: update get_range of gain_group | Trung N Tran | 2018-04-18 | 1 | -2/+5 |
* | lib: Unbreak build against Boost 1.67 | Jan Beich | 2018-04-18 | 1 | -1/+1 |
* | niusrprio: Move a const from header to impl | Martin Braun | 2018-04-18 | 1 | -0/+5 |
* | cores: rx_vita_core_3000: Replace boost::this_thread::sleep() | Martin Braun | 2018-04-17 | 1 | -2/+3 |
* | gps_ctrl: Replace boost::this_thread::sleep() | Martin Braun | 2018-04-17 | 1 | -26/+32 |
* | x300: Replace all references to boost::this_thread::sleep() | Martin Braun | 2018-04-17 | 5 | -26/+38 |
* | niusrprio: Refactor niusrprio_session, move out static consts | Martin Braun | 2018-04-17 | 1 | -3/+7 |
* | b100: Remove some references to boost::assign and Boost time objects | Martin Braun | 2018-04-17 | 1 | -16/+23 |
* | adf4002: Fixed register programming for power down bit | Sugandha Gupta | 2018-04-12 | 1 | -1/+1 |
* | logging: Fix UHD_LOG_FILE cmake var | Martin Braun | 2018-04-10 | 1 | -41/+54 |
* | x300: handle bad weak_ptr during pcie discovery | Mark Meserve | 2018-04-10 | 1 | -1/+9 |
* | docs: Clarify that the magnesium/ dboard driver is used for N310/N300 | Martin Braun | 2018-04-10 | 1 | -1/+7 |
* | fixup! mg: fix compiler warnings | Martin Braun | 2018-04-09 | 1 | -10/+10 |
* | lib: move atomic.hpp and system_time.hpp to uhdlib | Martin Braun | 2018-04-06 | 11 | -11/+11 |
* | fixup! legacy: fix legacy compat to work with 2TX radio block | michael-west | 2018-04-06 | 1 | -23/+9 |
* | mg: fix compiler warnings | michael-west | 2018-04-05 | 2 | -2/+2 |
* | multi_usrp: Add API call to query the clock rate range | Martin Braun | 2018-04-03 | 1 | -0/+17 |
* | b200: Add clock rate range | Martin Braun | 2018-04-03 | 1 | -0/+5 |
* | mpmd: tighten reclaiming time. | Trung N Tran | 2018-04-02 | 1 | -2/+3 |
* | lib: adding device_addr_t constructor from map | Brent Stapleton | 2018-04-02 | 1 | -0/+6 |
* | fixup! rfnoc: Update logging in some blocks | Trung N Tran | 2018-03-30 | 1 | -1/+1 |
* | UBX: Change antenna functions to coercers on antenna/value properties | michael-west | 2018-03-30 | 1 | -4/+7 |
* | dboard eeprom: Demote byte sum message to TRACE | Martin Braun | 2018-03-30 | 1 | -2/+6 |
* | rfnoc: Update logging in some blocks | Martin Braun | 2018-03-30 | 6 | -56/+87 |
* | x300: Update logging | Martin Braun | 2018-03-30 | 1 | -37/+37 |
* | cores: Demote some log messages in time core | Martin Braun | 2018-03-30 | 1 | -2/+6 |
* | transport: Demote UDP socket buffer size log message to TRACE | Martin Braun | 2018-03-30 | 1 | -1/+1 |
* | multi_usrp: Refactor gpio_attr methods | Martin Braun | 2018-03-30 | 1 | -117/+164 |
* | mpmd: Fixed MPM marking wrong device as reachable | Brent Stapleton | 2018-03-30 | 1 | -1/+12 |
* | mpmd: Provide list of MPM devices to fail fast on find | Martin Braun | 2018-03-29 | 2 | -1/+34 |
* | rfnoc radio: get_rx_stream resets sequence num | Brent Stapleton | 2018-03-29 | 1 | -0/+5 |
* | x300: Refactor clock and time source prop tree setup | Martin Braun | 2018-03-29 | 1 | -12/+27 |