aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp_clock
Commit message (Expand)AuthorAgeFilesLines
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-192-9/+9
* uhd: Remove includes of list_of.hpp where appropriateMartin Braun2021-06-242-2/+0
* host: Update code base using clang-tidyMartin Braun2021-03-044-16/+16
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-111-4/+1
* lib: disable non pcie types in find with resourceSteven Koo2020-10-051-1/+4
* uhd: clang format device implSteven Koo2020-10-051-1/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-1/+1
* octoclock: Change type of EEPROM property to mboard_eeprom_tMartin Braun2020-02-042-5/+8
* octoclock: Avoid usage of uninitialized memoryMartin Braun2020-02-045-41/+48
* octoclock: Apply clang-formatMartin Braun2020-02-048-659/+753
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-261-22/+16
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-1/+1
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-082-2/+2
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-142-4/+4
* lib: Purge some use of boost::system_timeMartin Braun2018-07-121-3/+4
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-302-4/+7
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-2/+2
* uhd: Update license headersMartin Braun2018-02-1911-9/+20
* Move all license headers to SPDX format.Martin Braun2017-12-2211-132/+11
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-293-5/+3
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-051-1/+1
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-202-21/+18
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-105-10/+6
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-087-61/+61
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-09-021-13/+10
|\
| * Octoclock: Simplify GPSDO UART so it does not strip or add charactersmichael-west2016-09-021-14/+10
| * GPSDO: Make sure read_uart() returns only complete strings for all devices.michael-west2016-09-021-0/+1
* | Merge branch 'maint'Martin Braun2016-08-017-43/+60
|\|
| * Octoclock: Fixed issues related to missing strings from GPSDO.michael-west2016-06-282-13/+26
| * Octoclock: Fix firmware version compatibilitymichael-west2016-06-277-30/+34
* | Merge branch 'maint'Martin Braun2016-06-176-34/+64
|\|
| * octoclock: bugfixes, bumped firmware compat number to 4Nicholas Corgan2016-06-176-32/+62
| * Octoclock: Fix off by one errors in uart codemichael-west2016-06-161-2/+2
* | Merge branch 'maint'Martin Braun2016-06-141-2/+2
|\|
| * Spelling fixesNicholas Corgan2016-06-141-2/+2
* | Merge branch 'maint'Martin Braun2016-06-061-8/+10
|\|
| * octoclock: Fix multi-line #define statementsMarcus Müller2016-06-061-8/+10
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-7/+7
* | Merge branch 'maint'Ashish Chaudhari2015-12-156-670/+44
|\|
| * ihex: Windows fixesNicholas Corgan2015-12-141-9/+8
| * octoclock: Now uses internal ihex parserMartin Braun2015-12-146-669/+44
* | cmake: Cleaned up output, removed duplicate OctoClock component registrationMartin Braun2015-11-171-2/+0
|/
* octoclock: fixed still-in-bootloader error messageNicholas Corgan2015-10-061-1/+1
* Fixed minor warningsNicholas Corgan2015-09-012-7/+7
* octoclock: replaced Intel hex -> binary converterNicholas Corgan2015-08-148-290/+631
* C API cleanup, feature additionsNicholas Corgan2015-08-121-26/+13
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se...Nicholas Corgan2015-08-111-1/+1
* C API: feature additions, bugfixesNicholas Corgan2015-08-071-0/+14
* uhd: C API wrapperNicholas Corgan2015-08-062-1/+182
* image_loader: force user to specify deviceNicholas Corgan2015-08-051-13/+35