| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Fix spelling errors | A. Maitland Bottoms | 2021-10-22 | 1 | -1/+1 |
* | uhd: Replace Boost mutexes and locks with standard options | Martin Braun | 2021-10-19 | 1 | -3/+4 |
* | cmake: Add check for libatomic linking requirement | Martin Braun | 2021-08-27 | 1 | -0/+15 |
* | uhd: Remove Boost version checks for Boost 1.61 | Martin Braun | 2021-08-24 | 1 | -19/+4 |
* | uhd: Replace boost::thread::id with std::thread::id | Martin Braun | 2021-07-14 | 2 | -4/+4 |
* | cmake: remove redundant include | Michael Dickens | 2021-07-06 | 1 | -1/+0 |
* | cmake: correctly set and unset any CMAKE_REQUIRED variables | Michael Dickens | 2021-07-06 | 1 | -5/+5 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 2 | -8/+8 |
* | chdr: Fix u64_to_host vs. u64_from_host usage | Martin Braun | 2021-01-11 | 1 | -1/+1 |
* | lib: graph_utils: Error on single SEP edge | Steven Koo | 2020-09-25 | 1 | -10/+14 |
* | lib: graph_utils: Fix formatting and compiler warnings | Martin Braun | 2020-09-25 | 1 | -13/+15 |
* | rfnoc: enable SEPs with connect_through_blocks | Steven Koo | 2020-08-28 | 1 | -2/+24 |
* | python: Add bindings for C++ CHDR Parser | Samuel O'Brien | 2020-07-16 | 1 | -0/+369 |
* | utils: Expose CHDR Parsing API | Samuel O'Brien | 2020-07-13 | 3 | -0/+179 |
* | utils: Fix prefix determination in get_lib_path() | Ryan Volz | 2020-07-13 | 1 | -1/+3 |
* | uhd: improved handling of empty serial number hints | Matthew Crymble | 2020-06-26 | 1 | -0/+2 |
* | utils: log: fix logging race condition | mattprost | 2020-04-14 | 1 | -1/+3 |
* | fixup! uhd: Add fuzzy serial number checking | mattprost | 2020-04-09 | 1 | -3/+2 |
* | uhd: Add fuzzy serial number checking | Lane Kolbly | 2020-04-08 | 2 | -0/+24 |
* | uhd: paths: Harmonize around XDG Base Directory specification | Martin Braun | 2020-04-02 | 3 | -34/+115 |
* | uhd: cal: Use usrp::cal::database instead of CSV files | Martin Braun | 2020-04-02 | 1 | -0/+26 |
* | uhd: paths: Add get_cal_data_path() API call | Martin Braun | 2020-03-26 | 1 | -0/+19 |
* | utils: Add bool specialization to cast::from_str() | Aaron Rossetto | 2020-03-18 | 1 | -0/+25 |
* | python: Export UHD paths utility functions | Martin Braun | 2020-03-12 | 1 | -0/+24 |
* | lib: gain_group: Remove spurious logs | Martin Braun | 2020-03-12 | 1 | -2/+0 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 16 | -478/+479 |
* | thread: Fix formatting in thread utilities | Martin Braun | 2020-02-10 | 1 | -132/+144 |
* | lib: utils: Don't use hard-coded path constants | Ryan Volz | 2020-02-07 | 1 | -2/+24 |
* | log: Remove LOG statement from _get_log_level() | Martin Braun | 2020-01-29 | 1 | -2/+1 |
* | utils: log: Name all threads | Martin Braun | 2020-01-29 | 1 | -5/+16 |
* | thread: Remove log messages for set_thread_name() when not supported | Martin Braun | 2020-01-29 | 1 | -10/+14 |
* | prefs: Output debug trace when config file cannot be located or loaded | Aaron Rossetto | 2019-12-17 | 2 | -8/+14 |
* | prefs: Set init_done flag to true after loading config files | Martin Braun | 2019-12-05 | 1 | -0/+1 |
* | utils: tasks: Use uhd::set_thread_name() | Martin Braun | 2019-11-26 | 1 | -3/+1 |
* | docs: Change DPDK version to 18.11 and make args use underscores | Alex Williams | 2019-11-26 | 1 | -1/+1 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 4 | -13/+15 |
* | rfnoc: Adding rfnoc_graph utilities | Brent Stapleton | 2019-11-26 | 2 | -0/+134 |
* | uhd: Replace boost::regex with std::regex | Martin Braun | 2019-11-26 | 1 | -5/+5 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 2 | -4/+4 |
* | lib: Simplify implementation of uhd::get_system_time() to use <chrono> | Martin Braun | 2019-11-26 | 2 | -108/+8 |
* | gain groups: Formatting | Brent Stapleton | 2019-11-26 | 1 | -64/+77 |
* | gain_groups: Add zero-value gain groups | Brent Stapleton | 2019-11-26 | 1 | -0/+11 |
* | uhd: Add thread affinity utility functions | Aaron Rossetto | 2019-11-26 | 2 | -11/+117 |
* | 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 |