| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Replace Boost mutexes and locks with standard options | Martin Braun | 2021-10-19 | 3 | -16/+15 |
* | uhd: Remove all occurences of boost::math::*round() | Martin Braun | 2021-06-24 | 3 | -8/+6 |
* | usrp2: Use explicit template type for std::min<T> | StefanBruens | 2021-06-22 | 1 | -1/+1 |
* | usrp2: Replace boost::math::iround/math::sign with std::lround | StefanBruens | 2021-06-22 | 1 | -5/+5 |
* | usrp2: Apply minor cleanups to Boost usage in usrp2 | Martin Braun | 2021-06-18 | 1 | -9/+8 |
* | usrp2: Fix Boost headers | Martin Braun | 2021-06-17 | 1 | -2/+2 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-17 | 3 | -46/+46 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 4 | -41/+41 |
* | mpmd: Skip find if "resource" key is specified | michael-west | 2021-02-11 | 1 | -4/+1 |
* | lib: disable non pcie types in find with resource | Steven Koo | 2020-10-05 | 1 | -1/+4 |
* | uhd: clang format device impl | Steven Koo | 2020-10-05 | 1 | -1/+1 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 16 | -2071/+2448 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 1 | -12/+14 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 3 | -80/+76 |
* | uhd: Replace boost::function with std::function | Martin Braun | 2019-11-26 | 3 | -3/+3 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 6 | -24/+23 |
* | uhd: Remove deprecated objects and methods | Martin Braun | 2019-11-26 | 1 | -1/+0 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | uhd: Replace all usage of boost::noncopyable with uhd::noncopyable | Martin Braun | 2019-02-15 | 2 | -4/+4 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -2/+2 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -4/+6 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 2 | -3/+6 |
* | usrp2: Modify trace log statement in ad9777 control | Martin Braun | 2018-03-28 | 1 | -1/+1 |
* | usrp2: Re-add ability to modulate in the DAC | Martin Braun | 2018-03-28 | 3 | -7/+85 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 5 | -17/+17 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 18 | -17/+33 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 17 | -204/+17 |
* | 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 | 5 | -7/+181 |
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 2 | -6/+4 |
* | uhd: tasks now use std::threads under the hood, and can't be interrupted | Martin Braun | 2017-06-28 | 3 | -5/+10 |
* | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 2 | -5/+5 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 5 | -29/+29 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 6 | -27/+24 |
* | usrp2: fixes according to coverity reports | Andrej Rode | 2017-01-12 | 3 | -3/+3 |
* | lib: Removed more superfluous variables | Martin Braun | 2016-11-28 | 1 | -1/+1 |
* | usrp2: Removed superfluous helper function | Martin Braun | 2016-11-28 | 1 | -4/+0 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 10 | -167/+167 |
* | 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 |
* | Merge branch 'maint' | Martin Braun | 2016-03-11 | 1 | -2/+2 |
|\ |
|
| * | Fixed minor warnings: | Nicholas Corgan | 2016-03-04 | 1 | -2/+2 |
* | | usrp: Refactored dboard_iface for all products | Ashish Chaudhari | 2016-02-16 | 1 | -21/+52 |
* | | 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 | -44/+44 |
* | | cmake: Register components earlier | Martin Braun | 2015-11-16 | 1 | -2/+0 |
|/ |
|
* | UHD: Remove initialization of time to GPS time. | michael-west | 2015-08-12 | 1 | -3/+0 |
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se... | Nicholas Corgan | 2015-08-11 | 1 | -1/+1 |
* | image_loader: force user to specify device | Nicholas Corgan | 2015-08-05 | 1 | -25/+55 |