| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Replace Boost mutexes and locks with standard options | Martin Braun | 2021-10-19 | 1 | -2/+2 |
* | uhd: Remove includes of list_of.hpp where appropriate | Martin Braun | 2021-06-24 | 1 | -1/+0 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 3 | -10/+10 |
* | 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 | 1 | -1/+1 |
* | octoclock: Change type of EEPROM property to mboard_eeprom_t | Martin Braun | 2020-02-04 | 2 | -5/+8 |
* | octoclock: Avoid usage of uninitialized memory | Martin Braun | 2020-02-04 | 5 | -41/+48 |
* | octoclock: Apply clang-format | Martin Braun | 2020-02-04 | 6 | -546/+663 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 1 | -22/+16 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | 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 | -3/+4 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 2 | -4/+7 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 1 | -2/+2 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 8 | -7/+15 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 8 | -96/+8 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 3 | -5/+3 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -19/+16 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 3 | -7/+5 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 6 | -59/+59 |
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 1 | -13/+10 |
|\ |
|
| * | Octoclock: Simplify GPSDO UART so it does not strip or add characters | michael-west | 2016-09-02 | 1 | -14/+10 |
| * | GPSDO: Make sure read_uart() returns only complete strings for all devices. | michael-west | 2016-09-02 | 1 | -0/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-08-01 | 7 | -43/+60 |
|\| |
|
| * | Octoclock: Fixed issues related to missing strings from GPSDO. | michael-west | 2016-06-28 | 2 | -13/+26 |
| * | Octoclock: Fix firmware version compatibility | michael-west | 2016-06-27 | 7 | -30/+34 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-17 | 6 | -34/+64 |
|\| |
|
| * | octoclock: bugfixes, bumped firmware compat number to 4 | Nicholas Corgan | 2016-06-17 | 6 | -32/+62 |
| * | Octoclock: Fix off by one errors in uart code | michael-west | 2016-06-16 | 1 | -2/+2 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 1 | -2/+2 |
|\| |
|
| * | Spelling fixes | Nicholas Corgan | 2016-06-14 | 1 | -2/+2 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-06 | 1 | -8/+10 |
|\| |
|
| * | octoclock: Fix multi-line #define statements | Marcus Müller | 2016-06-06 | 1 | -8/+10 |
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -7/+7 |
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-12-15 | 6 | -670/+44 |
|\| |
|
| * | ihex: Windows fixes | Nicholas Corgan | 2015-12-14 | 1 | -9/+8 |
| * | octoclock: Now uses internal ihex parser | Martin Braun | 2015-12-14 | 6 | -669/+44 |
* | | cmake: Cleaned up output, removed duplicate OctoClock component registration | Martin Braun | 2015-11-17 | 1 | -2/+0 |
|/ |
|
* | octoclock: fixed still-in-bootloader error message | Nicholas Corgan | 2015-10-06 | 1 | -1/+1 |
* | Fixed minor warnings | Nicholas Corgan | 2015-09-01 | 2 | -7/+7 |
* | octoclock: replaced Intel hex -> binary converter | Nicholas Corgan | 2015-08-14 | 8 | -290/+631 |
* | 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 | -13/+35 |
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 5 | -5/+617 |
* | OctoClock bugfixes | Nicholas Corgan | 2015-07-09 | 2 | -15/+28 |
* | Consolidated byte_vector common code into single file | Nicholas Corgan | 2015-03-27 | 1 | -21/+2 |
* | Warning fixes | Nicholas Corgan | 2015-03-27 | 2 | -2/+3 |