aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* utils: Check install-prefix for imagesSteven Koo2022-04-191-8/+11
* log: Add DPDK version to system infomattprost2022-04-011-2/+8
* host: test: Add UHD_UNITTEST_LOG_LEVEL overrideLane Kolbly2022-03-111-19/+35
* rfnoc: graph_utils: Add ability to declare back-edgesMartin Braun2022-02-241-3/+7
* uhd: rfnoc: Let connect_through_blocks() return edge listMartin Braun2022-02-041-1/+2
* uhd: Demote WARNING on minor compat mismatch to DEBUGMartin Braun2022-01-251-2/+2
* rfnoc: Fix issue in uhd::rfnoc::connect_through_blocks()Martin Braun2021-12-011-6/+9
* uhd: Fix spelling errorsA. Maitland Bottoms2021-10-221-1/+1
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-191-3/+4
* cmake: Add check for libatomic linking requirementMartin Braun2021-08-271-0/+15
* uhd: Remove Boost version checks for Boost 1.61Martin Braun2021-08-241-19/+4
* uhd: Replace boost::thread::id with std::thread::idMartin Braun2021-07-142-4/+4
* cmake: remove redundant includeMichael Dickens2021-07-061-1/+0
* cmake: correctly set and unset any CMAKE_REQUIRED variablesMichael Dickens2021-07-061-5/+5
* host: Update code base using clang-tidyMartin Braun2021-03-042-8/+8
* chdr: Fix u64_to_host vs. u64_from_host usageMartin Braun2021-01-111-1/+1
* lib: graph_utils: Error on single SEP edgeSteven Koo2020-09-251-10/+14
* lib: graph_utils: Fix formatting and compiler warningsMartin Braun2020-09-251-13/+15
* rfnoc: enable SEPs with connect_through_blocksSteven Koo2020-08-281-2/+24
* python: Add bindings for C++ CHDR ParserSamuel O'Brien2020-07-161-0/+369
* utils: Expose CHDR Parsing APISamuel O'Brien2020-07-133-0/+179
* utils: Fix prefix determination in get_lib_path()Ryan Volz2020-07-131-1/+3
* uhd: improved handling of empty serial number hintsMatthew Crymble2020-06-261-0/+2
* utils: log: fix logging race conditionmattprost2020-04-141-1/+3
* fixup! uhd: Add fuzzy serial number checkingmattprost2020-04-091-3/+2
* uhd: Add fuzzy serial number checkingLane Kolbly2020-04-082-0/+24
* uhd: paths: Harmonize around XDG Base Directory specificationMartin Braun2020-04-023-34/+115
* uhd: cal: Use usrp::cal::database instead of CSV filesMartin Braun2020-04-021-0/+26
* uhd: paths: Add get_cal_data_path() API callMartin Braun2020-03-261-0/+19
* utils: Add bool specialization to cast::from_str()Aaron Rossetto2020-03-181-0/+25
* python: Export UHD paths utility functionsMartin Braun2020-03-121-0/+24
* 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