| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -2/+2 |
* | lib: Purge some use of boost::system_time | Martin Braun | 2018-07-12 | 1 | -9/+12 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -4/+4 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -1/+3 |
* | lib: move atomic.hpp and system_time.hpp to uhdlib | Martin Braun | 2018-04-06 | 1 | -1/+1 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 4 | -5/+6 |
* | uhd: Moved get_system_time outside of public API | Martin Braun | 2018-03-05 | 1 | -2/+3 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 13 | -12/+24 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 12 | -144/+12 |
* | UBX: Add support for UBX-TDD | michael-west | 2017-12-07 | 1 | -2/+2 |
* | UHD: Add eeprom info to dboard_base | michael-west | 2017-12-07 | 1 | -2/+2 |
* | uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code | Martin Braun | 2017-09-29 | 4 | -6/+97 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 1 | -2/+2 |
* | uhd: tasks now use std::threads under the hood, and can't be interrupted | Martin Braun | 2017-06-28 | 3 | -8/+13 |
* | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 2 | -6/+6 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 5 | -44/+44 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 4 | -15/+14 |
* | b100: Removed superfluous FX2 vid/pid | Martin Braun | 2016-11-28 | 1 | -2/+0 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 7 | -112/+112 |
* | dboard_iface: Added FE name input to set_fe_connection | Ashish Chaudhari | 2016-05-16 | 1 | -3/+3 |
* | dboard_iface: Added method to configure front connection and settings | Ashish Chaudhari | 2016-03-21 | 1 | -0/+6 |
* | usrp: Refactored dboard_iface for all products | Ashish Chaudhari | 2016-02-16 | 1 | -27/+96 |
* | dboard: Added restricted dboard registration capability | Ashish Chaudhari | 2016-02-16 | 2 | -4/+2 |
* | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -26/+26 |
* | cmake: Register components earlier | Martin Braun | 2015-11-16 | 1 | -2/+0 |
* | usrp3: Added new GPIO ATR 3000 core | Ashish Chaudhari | 2015-09-29 | 1 | -0/+1 |
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se... | Nicholas Corgan | 2015-08-11 | 1 | -2/+2 |
* | usrp1: codec_ctrl: Fix compiler warning. | Moritz Fischer | 2015-04-10 | 1 | -1/+1 |
* | Warning fixes | Nicholas Corgan | 2015-03-27 | 1 | -4/+4 |
* | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 1 | -2/+2 |
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 4 | -4/+16 |
* | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 1 | -2/+3 |
* | Merge branch 'origin/b200/issue_418' | Ben Hilburn | 2014-04-10 | 1 | -3/+4 |
|\ |
|
| * | b100+b200+usrp1: removed potentially unsafe sscanf call | Martin Braun | 2014-04-10 | 1 | -3/+4 |
* | | uhd: Added max link rate info for usrp1, usrp2 and b100 | Martin Braun | 2014-04-10 | 2 | -1/+2 |
|/ |
|
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 2 | -10/+3 |
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 2 | -6/+8 |
* | BUG #203: Initialized gain values to 0.0 | Michael West | 2013-11-08 | 1 | -3/+5 |
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 1 | -3/+4 |
* | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 2 | -6/+6 |
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -0/+11 |
* | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-11-16 | 6 | -14/+91 |
|\ |
|
| * | lib/cmake: CPack source work | Nicholas Corgan | 2012-11-16 | 6 | -15/+92 |
* | | lfrx: disable dc offset correction when using LFRX | Josh Blum | 2012-09-28 | 1 | -0/+3 |
* | | usrp1: added hook to poke user regs | Josh Blum | 2012-09-20 | 2 | -0/+13 |
* | | usrp1: wrap around for DAC tuning outside 1st nyquist | Josh Blum | 2012-06-28 | 1 | -1/+8 |
* | | Merge branch 'maint' | Josh Blum | 2012-06-28 | 1 | -36/+2 |
|\| |
|
| * | usrp1: revert calculation for DAC freq outside of 1st Nyquist | Josh Blum | 2012-06-28 | 1 | -36/+2 |
* | | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ... | Nicholas Corgan | 2012-06-07 | 1 | -5/+1 |
* | | Merge branch 'maint' | Josh Blum | 2012-05-30 | 1 | -1/+6 |
|\| |
|