Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | b100: Demote some clocking-related log messages to trace | Martin Braun | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -6/+8 |
| | | | | | | | Replaced with initialization lists. Note: uhd::dict does not work with initializer lists without making changes to said data structure. This commit has no functional changes, so keeping the boost::assigns for uhd::dict. | ||||
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -3/+4 |
| | | | | Replace with std::this_thread::sleep_for(). | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -10/+10 |
| | |||||
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -2/+1 |
| | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -19/+19 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | lib: fixed GCC 6 warnings/errors | Nicholas Corgan | 2016-06-21 | 1 | -3/+13 |
| | | | | | * gpsd_iface: fixed ambiguity in boost::assign::list_of usage * b100/clock_ctrl: fixed "misleading indentation" warning | ||||
* | Warning fixes | Nicholas Corgan | 2015-03-27 | 1 | -2/+2 |
| | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | ||||
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -1/+5 |
| | |||||
* | b100/e100: additional constraints for clock rate configuration | Josh Blum | 2011-10-18 | 1 | -0/+3 |
| | |||||
* | b100: add reference lock sensor | Josh Blum | 2011-10-10 | 1 | -0/+7 |
| | |||||
* | B100: unshadow dboard clock rates so you can set master freq after init and ↵ | Nick Foster | 2011-09-23 | 1 | -1/+1 |
| | | | | still tune ok | ||||
* | B100: LVDS clocking on db outputs | Nick Foster | 2011-09-20 | 1 | -8/+4 |
| | |||||
* | b100: some tweaks (unresolved streaming issues ATM) | Josh Blum | 2011-06-30 | 1 | -0/+6 |
| | |||||
* | b100: got b100 into the properties tree like usrp2 | Josh Blum | 2011-06-29 | 1 | -7/+6 |
| | |||||
* | b100: support for dual dsp | Josh Blum | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | b100: removed usrp prefix from files | Josh Blum | 2011-06-15 | 1 | -0/+525 |