| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | uhd: utils: Add compat check for 32-bit compat numbers | Martin Braun | 2019-11-26 | 1 | -0/+18 |
* | utils: cast: Add from_str() typecast | Martin Braun | 2019-11-26 | 2 | -0/+40 |
* | utils: Added set_thread_name for std::thread | Ashish Chaudhari | 2019-11-26 | 1 | -0/+12 |
* | cmake: Add UHD_COMPONENT variable | michael-west | 2019-10-15 | 1 | -1/+1 |
* | log: Honour log levels on session init | Martin Braun | 2019-10-10 | 1 | -0/+3 |
* | logging: On POSIX, don't use logging colors on non-tty | Marcus Müller | 2019-10-09 | 1 | -1/+6 |
* | log: Change logging colours | Martin Braun | 2019-05-07 | 1 | -3/+3 |
* | log: Fix ANSI colour codes | Martin Braun | 2019-05-07 | 1 | -7/+9 |
* | log: fix deadlock issue on Windows machines | Abdo-Gaber | 2019-04-11 | 1 | -3/+32 |
* | log: formatting log.cpp | Brent Stapleton | 2019-04-11 | 1 | -168/+133 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | python: Replace Boost.Python with PyBind11 | Martin Braun | 2019-02-22 | 1 | -31/+0 |
* | mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copy | Alex Williams | 2019-01-25 | 1 | -11/+34 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -77/+77 |
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 1 | -1/+1 |
* | python: Separating exposed Python data structures | Paul David | 2018-06-20 | 1 | -0/+31 |
* | Log: Handle Exceptions in Destructor | Vidush | 2018-06-06 | 1 | -1/+4 |
* | log: Allow disabling of fastpath msgs at runtime | Martin Braun | 2018-04-26 | 1 | -13/+54 |
* | log: Add method for local generation of messages in log.cpp | Martin Braun | 2018-04-26 | 1 | -10/+18 |
* | logging: Remove dead code from log.cpp | Vidush | 2018-04-26 | 1 | -1/+0 |
* | lib: update get_range of gain_group | Trung N Tran | 2018-04-18 | 1 | -2/+5 |
* | logging: Fix UHD_LOG_FILE cmake var | Martin Braun | 2018-04-10 | 1 | -41/+54 |
* | lib: move atomic.hpp and system_time.hpp to uhdlib | Martin Braun | 2018-04-06 | 1 | -1/+1 |
* | lib: Fixing config file path for some Windows builds | Andrew Lynch | 2018-03-28 | 2 | -6/+1 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 6 | -284/+2 |
* | uhd: Moved get_system_time outside of public API | Martin Braun | 2018-03-05 | 2 | -0/+117 |
* | lib: Add 'prefs' API | Martin Braun | 2018-02-20 | 2 | -0/+108 |
* | lib: Add path_expandvars() internal API call | Martin Braun | 2018-02-20 | 3 | -0/+48 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 19 | -18/+31 |
* | rfnoc: Factored out FPGA compat check | Martin Braun | 2018-02-19 | 2 | -0/+115 |
* | lib: Add config_parser class | Martin Braun | 2018-02-01 | 2 | -0/+60 |
* | logging: Minor refactoring, skip empty log messages | Martin Braun | 2018-01-23 | 1 | -75/+102 |
* | logging: Fix version print at top of every UHD session | Martin Braun | 2018-01-18 | 1 | -17/+21 |
* | Move all headers to SPDX format, harmonize license headers | Martin Braun | 2017-12-22 | 1 | -13/+2 |
* | rpc: Add feature to retrieve an error string | Martin Braun | 2017-12-22 | 1 | -6/+58 |
* | rpc: Add set timeout API call | Martin Braun | 2017-12-22 | 1 | -0/+5 |
* | rpc: Changed API to request/notify for better distinction between the two | Martin Braun | 2017-12-22 | 1 | -11/+35 |
* | rpc: Explicit code for non-returning RPC calls | Martin Braun | 2017-12-22 | 1 | -0/+19 |
* | 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 |