| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rpc: Improved error handling | Martin Braun | 2017-12-22 | 1 | -2/+17 |
* | mpmd/rpc: Added a convenience wrapper for calling with a token | Martin Braun | 2017-12-22 | 1 | -1/+25 |
* | mpmd: Added preliminary support for passing RPC client to blocks | Martin Braun | 2017-12-22 | 1 | -0/+4 |
* | eiscat: Fixed missing antenna selection reg write for direct rx | Martin Braun | 2017-12-22 | 1 | -2/+17 |
* | usrp: add netd find and impl, add uhd rpc client wrapper | Andrej Rode | 2017-12-22 | 1 | -0/+44 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 14 | -168/+14 |
* | uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code | Martin Braun | 2017-09-29 | 3 | -0/+45 |
* | C API: Added logging macros | Martin Braun | 2017-07-21 | 2 | -0/+72 |
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 4 | -9/+56 |
* | uhd: tasks now use std::threads under the hood, and can't be interrupted | Martin Braun | 2017-06-28 | 1 | -22/+16 |
* | log: Removed timeout from logger, replaced with wait. | Martin Braun | 2017-05-23 | 1 | -2/+20 |
* | log: Moved print_system_info to log.cpp. | trungnob | 2017-05-20 | 1 | -0/+18 |
* | log: Split add_logger() out of the main logging header | Martin Braun | 2017-05-12 | 1 | -0/+1 |
* | Merge branch 'maint' | Martin Braun | 2017-05-03 | 1 | -2/+2 |
|\ |
|
| * | uhd: cast thread_group.create_thread() return value to void to avoid memory leak | Andrej Rode | 2017-04-25 | 1 | -2/+2 |
* | | log: Fixed compiler warning | Martin Braun | 2017-05-03 | 1 | -1/+1 |
* | | log: Allow logging to block | Martin Braun | 2017-04-24 | 1 | -1/+2 |
* | | log: Moved fastpath logging to its own thread | Martin Braun | 2017-04-24 | 1 | -0/+49 |
* | | log: Fixed various issues | Martin Braun | 2017-04-22 | 1 | -33/+62 |
* | | log: Added more comments and manual page | Martin Braun | 2017-04-20 | 1 | -5/+17 |
* | | log: Fix missing add_logger, fix clearing of queue | Martin Braun | 2017-04-20 | 1 | -2/+25 |
* | | utils: implement Ettus Logging API | Andrej Rode | 2017-04-20 | 1 | -143/+182 |
* | | logging: remove unecessery newlines in log messages | Andrej Rode | 2017-04-07 | 1 | -1/+1 |
* | | utils: add coloring depending on loglevel to console output | Andrej Rode | 2017-04-07 | 1 | -1/+36 |
* | | utils: provide fallback to previous loglevel on reading environment/defines | Andrej Rode | 2017-02-23 | 1 | -9/+13 |
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 7 | -220/+161 |
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 5 | -19/+14 |
* | | x300: Output system messages in order for multi-threaded initialization | Paul David | 2017-01-19 | 1 | -2/+7 |
|/ |
|
* | utils: Fixed minor rounding issue in gain_group | Martin Braun | 2017-01-04 | 1 | -2/+6 |
* | cmake: Add some quotes on case certain variables are blank | Martin Braun | 2017-01-04 | 1 | -2/+2 |
* | lib: Removed superfluous variable in gain_group | Martin Braun | 2016-11-28 | 1 | -2/+0 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 4 | -31/+31 |
* | Merge branch 'maint' | Martin Braun | 2016-06-17 | 1 | -1/+8 |
|\ |
|
| * | cmake: allow UHD library and utilities to be in separate lib directories | Nicholas Corgan | 2016-06-16 | 1 | -1/+8 |
* | | log: remove MSVC 2010 Boost bug workaround | Nicholas Corgan | 2016-03-11 | 1 | -13/+1 |
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 1 | -1/+1 |
|\| |
|
| * | Rectified the usage of UHD_IMAGES_DIR_WINREG_KEY in search paths. | vkakade | 2016-02-11 | 1 | -1/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-01-21 | 1 | -6/+2 |
|\| |
|
| * | uhd: add CMake flag for the Windows registry key to specify UHD images directory | Brooks Prumo | 2016-01-21 | 1 | -6/+2 |
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-12-15 | 3 | -0/+316 |
|\| |
|
| * | ihex: Windows fixes | Nicholas Corgan | 2015-12-14 | 1 | -2/+2 |
| * | b200: Factored ihex routines out of b200_iface | Martin Braun | 2015-12-14 | 3 | -0/+316 |
* | | cmake: Proper selection of files for ENABLE_X300 | Martin Braun | 2015-10-26 | 1 | -1/+0 |
* | | utils: make UHD_MSG thread-safe, | Michael Dickens | 2015-09-18 | 1 | -0/+2 |
|/ |
|
* | paths: consistency in usage of string parameters | Nicholas Corgan | 2015-08-12 | 1 | -3/+3 |
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 3 | -1/+40 |
* | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -2/+4 |
* | uhd: Added args arg to print_utility_warning | Martin Braun | 2015-04-30 | 1 | -3/+3 |
* | Fixed master-specific warnings | Nicholas Corgan | 2015-03-27 | 1 | -1/+1 |
* | Merge branch 'maint' | Martin Braun | 2015-02-12 | 1 | -4/+8 |
|\ |
|