| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Use const-ref in for loops instead of const-copy | Martin Braun | 2021-03-04 | 1 | -1/+1 |
* | lib: Fix warnings related to unnecessary lambda captures | Martin Braun | 2021-03-04 | 1 | -2/+2 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 8 | -41/+45 |
* | mpmd: Skip find if "resource" key is specified | michael-west | 2021-02-11 | 1 | -7/+1 |
* | lib: disable non pcie types in find with resource | Steven Koo | 2020-10-05 | 1 | -1/+7 |
* | uhd: clang format device impl | Steven Koo | 2020-10-05 | 1 | -6/+5 |
* | b200: Enable power calibration API | Martin Braun | 2020-06-03 | 2 | -19/+98 |
* | b200: Add a prop tree node usb_version | Martin Braun | 2020-04-14 | 1 | -0/+1 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 12 | -1107/+1280 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 3 | -66/+65 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 6 | -44/+43 |
* | uhd: Remove deprecated objects and methods | Martin Braun | 2019-11-26 | 1 | -1/+0 |
* | b200: enable usage of custom bootloader | Mark Meserve | 2019-04-11 | 3 | -79/+292 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | uhd: Replace all usage of boost::noncopyable with uhd::noncopyable | Martin Braun | 2019-02-15 | 1 | -2/+2 |
* | b200_cores: Replace usage of boost::mutex with std::mutex | Martin Braun | 2019-02-15 | 4 | -7/+10 |
* | b200: Use uhd::noncopyable | Martin Braun | 2019-02-15 | 2 | -3/+6 |
* | math: Replace boost::*::{lcm,gcd}() with portable versions | Martin Braun | 2019-01-18 | 1 | -2/+1 |
* | formatting: preparing for uhd::math cleanup | Brent Stapleton | 2019-01-18 | 1 | -241/+286 |
* | b200: Fix compiler warnings related to type conversions | Martin Braun | 2019-01-07 | 2 | -8/+8 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -2/+2 |
* | B200: Restore asynchronous reset of AD936x. | michael-west | 2018-10-17 | 2 | -4/+15 |
* | b200: Enable access to user regs via the 'enable_user_regs' arg | Martin Braun | 2018-08-16 | 3 | -4/+31 |
* | b200: Remove superfluous fake lambda | Martin Braun | 2018-08-16 | 1 | -11/+10 |
* | B200: Fix SC8 RX Streaming | Vidush | 2018-07-16 | 1 | -9/+18 |
* | fixup! B200: Check if recv_frame_size is larger than minimum value | michael-west | 2018-07-13 | 2 | -12/+20 |
* | b200: Update FW and FPGA images | Martin Braun | 2018-07-12 | 1 | -2/+2 |
* | B200: Check if recv_frame_size is larger than minimum value | Vidush | 2018-07-12 | 2 | -0/+10 |
* | B200: Change Recv Frame Size to 8176 | Vidush | 2018-07-12 | 2 | -2/+20 |
* | lib: Purge some use of boost::system_time | Martin Braun | 2018-07-12 | 1 | -1/+0 |
* | B200: Enforce min_tick_rate | Vidush | 2018-06-21 | 1 | -0/+11 |
* | lib: Remove some unnecessary use of boost::posix_time | Martin Braun | 2018-05-14 | 1 | -7/+11 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -10/+10 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -5/+6 |
* | ad936x: De-boostify ad936x_manager, minor cleanup | Martin Braun | 2018-04-26 | 1 | -6/+7 |
* | b200: Add clock rate range | Martin Braun | 2018-04-03 | 1 | -0/+5 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 6 | -22/+23 |
* | uhd: Fix some log statements | Andrej Rode | 2018-03-07 | 1 | -2/+2 |
* | fixup! x300,n230,e300: changes to adapt to new usrp API | Martin Braun | 2018-02-23 | 1 | -2/+2 |
* | fixup! x300,n230,e300,b200: changes to adapt to new usrp API | Trung N Tran | 2018-02-22 | 1 | -6/+29 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 13 | -12/+24 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 12 | -144/+12 |
* | uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code | Martin Braun | 2017-09-29 | 5 | -12/+94 |
* | b200: Fixed logging messages during FPGA image loading. | Martin Braun | 2017-06-16 | 1 | -11/+19 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 4 | -30/+29 |
* | uhd: Replace clocking_mode_t unscoped enum with scoped version | Martin Braun | 2017-02-17 | 1 | -2/+2 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 4 | -22/+20 |
* | lib: Removed more superfluous variables | Martin Braun | 2016-11-28 | 1 | -1/+1 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 11 | -178/+178 |
* | b200: Make sure no GPS settings are applied when no gpsdo present. | Martin Braun | 2016-10-18 | 1 | -1/+4 |