| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -3/+3 |
* | libusb: fix global session race condition | Mark Meserve | 2019-10-16 | 1 | -0/+5 |
* | lib: transport: apply clang-format | Brent Stapleton | 2019-01-18 | 1 | -145/+202 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 1 | -3/+3 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -8/+8 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -2/+1 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -5/+5 |
* | usb: tweak types for consistency between LIBUSB API calls and internal UHD us... | Michael Dickens | 2016-08-01 | 1 | -3/+3 |
* | usb: add virtual destructors where needed; make virtual destructors out-of-li... | Michael Dickens | 2016-08-01 | 1 | -14/+42 |
* | Fix for BUG 869: UHD: Unhandled exceptions during destruction of multi_usrp ... | michael-west | 2015-08-05 | 1 | -1/+12 |
* | b200: Change init sequence to catch bad USB states | Balint Seeber | 2015-08-03 | 1 | -0/+15 |
* | Merge branch 'maint' | Ashish Chaudhari | 2015-04-23 | 1 | -0/+1 |
|\ |
|
| * | B200: UHD now detects loaded FW on NI-USRP devices | Ben Hilburn | 2015-04-15 | 1 | -0/+1 |
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 1 | -2/+3 |
|\| |
|
| * | usrp1: fixed check for loaded firmware | Nicholas Corgan | 2015-03-27 | 1 | -2/+3 |
* | | Adding support for NI VID + PIDs for USRP B2xx devices. | Ben Hilburn | 2014-12-18 | 1 | -7/+13 |
|/ |
|
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -1/+25 |
* | usb: better processing of strings from libusb | Nicholas Corgan | 2014-02-14 | 1 | -1/+9 |
* | Merge branch 'bug182' | Nicholas Corgan | 2013-11-19 | 1 | -0/+4 |
|\ |
|
| * | BUG #182: Refactored b2xx_fx3_utils to use files from UHD | Michael West | 2013-11-15 | 1 | -0/+4 |
* | | BUG #183: B200 High CPU Usage: Created a single thread to handle libusb eve... | Michael West | 2013-11-08 | 1 | -0/+19 |
|/ |
|
* | usb: added logging capability w/ env var | Josh Blum | 2013-07-19 | 1 | -0/+10 |
* | usb: added timeout param and additional queries | Josh Blum | 2013-07-15 | 1 | -5/+18 |
* | usb: improve messages/logging for when the usb open fails | Josh Blum | 2011-10-24 | 1 | -1/+15 |
* | uhd: some tweaks to fix msvc warnings | Josh Blum | 2011-07-08 | 1 | -1/+1 |
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -4/+4 |
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
* | usb: moved event handler thread into the zero copy interface | Josh Blum | 2010-10-05 | 1 | -18/+0 |
* | usb: catch open errors and print message, device: catch exceptions at discove... | Josh Blum | 2010-10-01 | 1 | -5/+11 |
* | usb: set rt thread priority for the libusb event loop | Josh Blum | 2010-09-30 | 1 | -0/+3 |
* | usb: zero copy work, multiple endpoints with single context, async io | Josh Blum | 2010-09-26 | 1 | -0/+16 |
* | usb: work on libusb code to use a single context across all calls | Josh Blum | 2010-09-25 | 1 | -77/+212 |
* | usb: tweaks to usb code to cleanup properly and/or in error conditions | Josh Blum | 2010-09-24 | 1 | -10/+7 |
* | usrp1: fixes to remove warnings and errors for usrp1 + libusb windows | Josh Blum | 2010-09-23 | 1 | -1/+1 |
* | EEPROM burning in UHD. Changed some USB device handle stuff. Added usrp_init_... | Nick Foster | 2010-08-31 | 1 | -44/+8 |
* | usrp1: Additional comments on libusb transport implemenation | Thomas Tsou | 2010-08-28 | 1 | -0/+12 |
* | usrp1: Cleanup libusb device handling | Thomas Tsou | 2010-08-27 | 1 | -9/+41 |
* | usrp1: Modifiy USB transport implementations to use new interface | Thomas Tsou | 2010-08-26 | 1 | -0/+118 |