Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nirio: Demote RPC client cancel/abort to TRACE | Martin Braun | 2018-08-21 | 1 | -1/+1 |
| | | | | | | This is a common message that will always occur during device init when there is no RIO device available. Because it looks like an error, it confuses people and was thus reduced to TRACE. | ||||
* | lib: Unbreak build against Boost 1.67 | Jan Beich | 2018-04-18 | 1 | -1/+1 |
| | | | | | Some uses of boost::posix_time were incorrect and would cause compiler errors on Boost 1.67. | ||||
* | niusrprio: Move a const from header to impl | Martin Braun | 2018-04-18 | 1 | -0/+5 |
| | | | | This avoids having to redeclare the static const to avoid linker errors. | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 3 | -2/+5 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 3 | -36/+3 |
| | |||||
* | 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 | -11/+11 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 2 | -7/+7 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | Updated code to work for new minimum dependencies | Nicholas Corgan | 2016-03-21 | 1 | -22/+2 |
| | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | ||||
* | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | x300: support new 120 MHz bandwidth versions of the NI-branded X310s | Brooks | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | x300: Bugfix#602: X3x0 not found over PCIe with no Eth interfaces | Ashish Chaudhari | 2014-10-09 | 1 | -1/+6 |
| | | | | - X3x0 not found over PCIe when only a loopback network interface exists on the host | ||||
* | BUG #465: UHD: "Error: Connection refused" for USRP1 and B100 | michael-west | 2014-05-14 | 1 | -0/+5 |
| | | | | - Added catch for unhandled error | ||||
* | Added handling for responses that do not have data. | michael-west | 2014-03-13 | 1 | -11/+14 |
| | |||||
* | Added assertion to make sure we are resizing buffer to a value >0. | michael-west | 2014-03-11 | 1 | -0/+2 |
| | |||||
* | Fix for Bug #378: rpc_client::call() dereferences NULL pointers | michael-west | 2014-03-07 | 1 | -3/+6 |
| | | | | - Added check for empty data before write | ||||
* | rpc: Make usrp3 compile again on RHEL6. | Moritz | 2014-02-26 | 1 | -9/+27 |
| | | | | | | | | | | * boost::asio::connect appears in boost 1.47 added conditional for older machines * boost::system::get_system_category() instead of boost::system::system_category. Signed-off-by: Moritz <moritz@ettus.com> | ||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 3 | -0/+459 |