aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100
Commit message (Expand)AuthorAgeFilesLines
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-241-4/+7
* host: Update code base using clang-tidyMartin Braun2021-03-172-23/+23
* host: Update code base using clang-tidyMartin Braun2021-03-044-48/+48
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-111-7/+1
* lib: disable non pcie types in find with resourceSteven Koo2020-10-051-1/+7
* 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-0313-891/+1068
* uhd: Remove all usages of boost::tuple and friendsMartin Braun2019-11-261-3/+3
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-263-68/+67
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-266-26/+26
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-261-1/+0
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-152-4/+4
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-181-3/+5
* formatting: preparing for uhd::math cleanupBrent Stapleton2019-01-181-221/+285
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-2/+2
* b100: Demote some clocking-related log messages to traceMartin Braun2018-07-311-2/+2
* b100: Remove all Boostisms from fifo_ctrl_excelsiorMartin Braun2018-07-311-9/+9
* b100: Fix fifo_ctrl_excelsior not exitingMartin Braun2018-07-311-13/+2
* b100: Move fifo_ctrl_excelsior to b100 subdirMartin Braun2018-07-314-1/+342
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-6/+8
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-3/+4
* b100: Remove some references to boost::assign and Boost time objectsMartin Braun2018-04-171-16/+23
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-061-1/+1
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-145-19/+18
* uhd: Update license headersMartin Braun2018-02-1912-11/+22
* Move all license headers to SPDX format.Martin Braun2017-12-2211-132/+11
* UBX: Add support for UBX-TDDmichael-west2017-12-071-2/+2
* UHD: Add eeprom info to dboard_basemichael-west2017-12-071-2/+2
* uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM codeMartin Braun2017-09-294-7/+97
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-1/+0
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-052-4/+4
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-205-22/+22
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-12/+10
* b100: Removed superfluous FX2 vid/pidMartin Braun2016-11-281-2/+0
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-088-97/+97
* Merge branch 'maint'Martin Braun2016-06-221-3/+13
|\
| * lib: fixed GCC 6 warnings/errorsNicholas Corgan2016-06-211-3/+13
* | dboard_iface: Added FE name input to set_fe_connectionAshish Chaudhari2016-05-161-3/+3
* | dboard_iface: Added method to configure front connection and settingsAshish Chaudhari2016-03-211-0/+6
* | usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-161-20/+38
* | dboard: Added restricted dboard registration capabilityAshish Chaudhari2016-02-162-4/+2
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-47/+47
* | cmake: Register components earlierMartin Braun2015-11-161-2/+0
|/
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se...Nicholas Corgan2015-08-111-2/+2
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-032-4/+16
* Warning fixesNicholas Corgan2015-03-271-2/+2
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-272-6/+6
* Give user the option to ignore daughterboard's calibration file at runtimeNicholas Corgan2014-09-022-3/+9
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-014-7/+18