aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2
Commit message (Expand)AuthorAgeFilesLines
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-193-16/+15
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-243-8/+6
* usrp2: Use explicit template type for std::min<T>StefanBruens2021-06-221-1/+1
* usrp2: Replace boost::math::iround/math::sign with std::lroundStefanBruens2021-06-221-5/+5
* usrp2: Apply minor cleanups to Boost usage in usrp2Martin Braun2021-06-181-9/+8
* usrp2: Fix Boost headersMartin Braun2021-06-171-2/+2
* host: Update code base using clang-tidyMartin Braun2021-03-173-46/+46
* host: Update code base using clang-tidyMartin Braun2021-03-044-41/+41
* 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-0316-2071/+2448
* uhd: fixing MSVC warningsBrent Stapleton2020-01-091-12/+14
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-263-80/+76
* uhd: Replace boost::function with std::functionMartin Braun2019-11-263-3/+3
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-266-24/+23
* 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
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-2/+2
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-4/+6
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-302-3/+6
* usrp2: Modify trace log statement in ad9777 controlMartin Braun2018-03-281-1/+1
* usrp2: Re-add ability to modulate in the DACMartin Braun2018-03-283-7/+85
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-145-17/+17
* uhd: Update license headersMartin Braun2018-02-1918-17/+33
* Move all license headers to SPDX format.Martin Braun2017-12-2217-204/+17
* UHD: Add eeprom info to dboard_basemichael-west2017-12-071-2/+2
* uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM codeMartin Braun2017-09-295-7/+181
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-292-6/+4
* uhd: tasks now use std::threads under the hood, and can't be interruptedMartin Braun2017-06-283-5/+10
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-052-5/+5
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-205-29/+29
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-106-27/+24
* usrp2: fixes according to coverity reportsAndrej Rode2017-01-123-3/+3
* lib: Removed more superfluous variablesMartin Braun2016-11-281-1/+1
* usrp2: Removed superfluous helper functionMartin Braun2016-11-281-4/+0
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-0810-167/+167
* 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
* Merge branch 'maint'Martin Braun2016-03-111-2/+2
|\
| * Fixed minor warnings:Nicholas Corgan2016-03-041-2/+2
* | usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-161-21/+52
* | dboard: Added restricted dboard registration capabilityAshish Chaudhari2016-02-162-4/+2
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-44/+44
* | cmake: Register components earlierMartin Braun2015-11-161-2/+0
|/
* UHD: Remove initialization of time to GPS time.michael-west2015-08-121-3/+0
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se...Nicholas Corgan2015-08-111-1/+1
* image_loader: force user to specify deviceNicholas Corgan2015-08-051-25/+55