| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | soft_register: Replace boost::unordered_map with std version | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | utils: soft_register: Remove 16-bit mode | Martin Braun | 2019-11-26 | 2 | -28/+3 |
* | utils: dirty_tracked: Remove custom copy constructor | Martin Braun | 2019-11-26 | 1 | -7/+1 |
* | utils: Added set_thread_name for std::thread | Ashish Chaudhari | 2019-11-26 | 2 | -0/+20 |
* | nirio_fifo: Replace boost::atomic with std::atomic | Martin Braun | 2019-11-26 | 1 | -2/+3 |
* | uhd: types: Extend stream_cmd_t::num_samps to 64 bits | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | uhd: Add new exceptions for RFNoC-specific errors | Martin Braun | 2019-11-26 | 2 | -7/+115 |
* | uhd: Remove deprecated objects and methods | Martin Braun | 2019-11-26 | 18 | -272/+1 |
* | uhd: Remove support for N230 | Martin Braun | 2019-11-26 | 32 | -4663/+4 |
* | cmake: Bump dependency versions for UHD 4.0.0.0 | Martin Braun | 2019-11-26 | 7 | -148/+18 |
* | x3x0: DPDK initialization fix | mattprost | 2019-11-25 | 1 | -1/+1 |
* | Examples: wrap up ref setting with option check | natetemple | 2019-11-24 | 7 | -10/+24 |
* | Examples: Set refs in RFNoC examples | natetemple | 2019-11-24 | 2 | -4/+24 |
* | rfx: Fix calculation of prescaler and band select | Martin Braun | 2019-11-22 | 1 | -15/+22 |
* | Examples: tx_bursts add subdev, ref, lo-offset, bw options | natetemple | 2019-11-22 | 1 | -8/+41 |
* | docs: clarifying which devices support DPDK | steviez | 2019-11-22 | 1 | -3/+6 |
* | docs: fixed links where original URL was not accessible anymore | Joerg Hofrichter | 2019-11-22 | 2 | -2/+2 |
* | utils: query_gpsdo_sensors: Fix ref_lock wait loop | Martin Braun | 2019-11-21 | 1 | -1/+4 |
* | e31x: Remove spurious debug logs | Martin Braun | 2019-11-21 | 1 | -7/+5 |
* | examples: test_pps_input: Also test for ref_locked on E31x | Martin Braun | 2019-11-21 | 1 | -9/+26 |
* | python: MultiUSRP: Fix send_waveforms() | iprivit | 2019-11-13 | 1 | -1/+1 |
* | devtese: Change default Python interpreter to 3 | Martin Braun | 2019-11-08 | 12 | -12/+12 |
* | docs: added N320/N321 to FPGA | mattprost | 2019-11-07 | 1 | -11/+14 |
* | docs: Add info on FPGA flavours for E320 and N3xx | Martin Braun | 2019-11-07 | 2 | -1/+50 |
* | python: Make multi_usrp::get_*_usrp_info() return a Python dict | Martin Braun | 2019-11-04 | 1 | -2/+12 |
* | uhd: dict: Add typecast operator to std::map<> | Martin Braun | 2019-11-04 | 3 | -0/+19 |
* | python: Included complex.h to allow pybind to convert that data type | erickshepherdNI | 2019-11-01 | 1 | -0/+1 |
* | e3xx: corrected frontend name in devtest | erickshepherdNI | 2019-10-28 | 1 | -1/+1 |
* | examples: remove thread priority elevation | Ciro Nishiguchi | 2019-10-22 | 26 | -62/+0 |
* | libusb: fix global session race condition | Mark Meserve | 2019-10-16 | 1 | -0/+5 |
* | Docs: Adjust FPGA functional verification tests | michael-west | 2019-10-15 | 1 | -21/+21 |
* | Docs: Fix MPM cmake command for E320 | michael-west | 2019-10-15 | 1 | -1/+1 |
* | cmake: Add UHD_COMPONENT variable | michael-west | 2019-10-15 | 4 | -1/+10 |
* | docs: Fix wrong anchor for PCIe transport params | Martin Braun | 2019-10-15 | 1 | -1/+1 |
* | docs: Fix more Doxygen warnings due to spurious backslashes | Martin Braun | 2019-10-15 | 1 | -5/+5 |
* | cmake: Use new UHDBoost.cmake in init_usrp and tools | Michael Dickens | 2019-10-15 | 1 | -38/+22 |
* | cmake: add UHDBoost.cmake and use it for building UHD | Michael Dickens | 2019-10-15 | 3 | -41/+336 |
* | rpc: improve exception handling for reachability checks | Mark Meserve | 2019-10-15 | 1 | -2/+3 |
* | rpc: add exception when client constructor fails | Mark Meserve | 2019-10-15 | 1 | -3/+36 |
* | rpc: convert client to sptr | Mark Meserve | 2019-10-15 | 1 | -12/+13 |
* | rpclib: add patch file for constructor hang | Mark Meserve | 2019-10-15 | 1 | -0/+36 |
* | rpclib: fix hang on connection error during construction | Mark Meserve | 2019-10-15 | 1 | -1/+4 |
* | docs: Improve man page compression code in CMake | Martin Braun | 2019-10-14 | 1 | -24/+11 |
* | Prepare branch for upcoming UHD 3.15 release | Martin Braun | 2019-10-14 | 1 | -2/+2 |
* | rh: Add missing includes in rhodium_cpld_ctrl.hpp | Martin Braun | 2019-10-11 | 1 | -2/+4 |
* | N3xx: Remove close-in noise on TX | Michael West | 2019-10-11 | 1 | -0/+3 |
* | n3xx: Disable gpsdo reference source when enable_gps=0 | Martin Braun | 2019-10-11 | 1 | -1/+8 |
* | fixup! x300: Introduce conn_manager | Martin Braun | 2019-10-11 | 1 | -1/+1 |
* | n320: updated rhodium dboard mcr initialization | nitest | 2019-10-10 | 1 | -1/+2 |
* | log: Honour log levels on session init | Martin Braun | 2019-10-10 | 1 | -0/+3 |