aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* prefs: Output debug trace when config file cannot be located or loadedAaron Rossetto2019-12-172-8/+14
* prefs: Set init_done flag to true after loading config filesMartin Braun2019-12-051-0/+1
* utils: tasks: Use uhd::set_thread_name()Martin Braun2019-11-261-3/+1
* docs: Change DPDK version to 18.11 and make args use underscoresAlex Williams2019-11-261-1/+1
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-264-13/+15
* rfnoc: Adding rfnoc_graph utilitiesBrent Stapleton2019-11-262-0/+134
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-261-5/+5
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-262-4/+4
* lib: Simplify implementation of uhd::get_system_time() to use <chrono>Martin Braun2019-11-262-108/+8
* gain groups: FormattingBrent Stapleton2019-11-261-64/+77
* gain_groups: Add zero-value gain groupsBrent Stapleton2019-11-261-0/+11
* uhd: Add thread affinity utility functionsAaron Rossetto2019-11-262-11/+117
* uhd: utils: Add compat check for 32-bit compat numbersMartin Braun2019-11-261-0/+18
* utils: cast: Add from_str() typecastMartin Braun2019-11-262-0/+40
* utils: Added set_thread_name for std::threadAshish Chaudhari2019-11-261-0/+12
* cmake: Add UHD_COMPONENT variablemichael-west2019-10-151-1/+1
* log: Honour log levels on session initMartin Braun2019-10-101-0/+3
* logging: On POSIX, don't use logging colors on non-ttyMarcus Müller2019-10-091-1/+6
* log: Change logging coloursMartin Braun2019-05-071-3/+3
* log: Fix ANSI colour codesMartin Braun2019-05-071-7/+9
* log: fix deadlock issue on Windows machinesAbdo-Gaber2019-04-111-3/+32
* log: formatting log.cppBrent Stapleton2019-04-111-168/+133
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-221-31/+0
* mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copyAlex Williams2019-01-251-11/+34
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-77/+77
* uhd: Remove usage of time_t (except when required)Martin Braun2018-08-201-1/+1
* python: Separating exposed Python data structuresPaul David2018-06-201-0/+31
* Log: Handle Exceptions in DestructorVidush2018-06-061-1/+4
* log: Allow disabling of fastpath msgs at runtimeMartin Braun2018-04-261-13/+54
* log: Add method for local generation of messages in log.cppMartin Braun2018-04-261-10/+18
* logging: Remove dead code from log.cppVidush2018-04-261-1/+0
* lib: update get_range of gain_groupTrung N Tran2018-04-181-2/+5
* logging: Fix UHD_LOG_FILE cmake varMartin Braun2018-04-101-41/+54
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-061-1/+1
* lib: Fixing config file path for some Windows buildsAndrew Lynch2018-03-282-6/+1
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-146-284/+2
* uhd: Moved get_system_time outside of public APIMartin Braun2018-03-052-0/+117
* lib: Add 'prefs' APIMartin Braun2018-02-202-0/+108
* lib: Add path_expandvars() internal API callMartin Braun2018-02-203-0/+48
* uhd: Update license headersMartin Braun2018-02-1919-18/+31
* rfnoc: Factored out FPGA compat checkMartin Braun2018-02-192-0/+115
* lib: Add config_parser classMartin Braun2018-02-012-0/+60
* logging: Minor refactoring, skip empty log messagesMartin Braun2018-01-231-75/+102
* logging: Fix version print at top of every UHD sessionMartin Braun2018-01-181-17/+21
* Move all headers to SPDX format, harmonize license headersMartin Braun2017-12-221-13/+2
* rpc: Add feature to retrieve an error stringMartin Braun2017-12-221-6/+58
* rpc: Add set timeout API callMartin Braun2017-12-221-0/+5
* rpc: Changed API to request/notify for better distinction between the twoMartin Braun2017-12-221-11/+35
* rpc: Explicit code for non-returning RPC callsMartin Braun2017-12-221-0/+19