aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* lib: gain_group: Remove spurious logsMartin Braun2020-03-121-2/+0
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0316-478/+479
* thread: Fix formatting in thread utilitiesMartin Braun2020-02-101-132/+144
* lib: utils: Don't use hard-coded path constantsRyan Volz2020-02-071-2/+24
* log: Remove LOG statement from _get_log_level()Martin Braun2020-01-291-2/+1
* utils: log: Name all threadsMartin Braun2020-01-291-5/+16
* thread: Remove log messages for set_thread_name() when not supportedMartin Braun2020-01-291-10/+14
* 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