| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: rfnoc: Fix "unused" warnings for non-trace log levels | Martin Braun | 2020-04-17 | 1 | -7/+5 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -4/+5 |
* | rfnoc: Reuse the graph object | Andrew Lynch | 2020-02-26 | 1 | -1/+20 |
* | detail::graph: Add shutdown capability | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | uhd: Introduce I/O service manager | Aaron Rossetto | 2019-11-26 | 1 | -3/+18 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -7/+5 |
* | rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init error | Martin Braun | 2019-11-26 | 1 | -15/+15 |
* | rfnoc: Hold reference to streamers in rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+11 |
* | rfnoc: Allow MB controllers to init after blocks have initialized | Martin Braun | 2019-11-26 | 1 | -5/+44 |
* | rfnoc: Use adapter_id_t for balancing load across links | Alex Williams | 2019-11-26 | 1 | -16/+19 |
* | rfnoc: Add ability to select transport for streamers to user APIs | Alex Williams | 2019-11-26 | 1 | -4/+75 |
* | rfnoc: rfnoc_graph: Improve error reporting for init failures | Martin Braun | 2019-11-26 | 1 | -0/+4 |
* | rfnoc: client0: Change flush-all-blocks to not throw on timeout | Martin Braun | 2019-11-26 | 1 | -1/+3 |
* | rfnoc: graph: Lock release/commit state | Martin Braun | 2019-11-26 | 1 | -1/+4 |
* | rfnoc: rfnoc_graph: Formatting | Brent Stapleton | 2019-11-26 | 1 | -15/+10 |
* | rfnoc: rfnoc_graph: Add is_connectable() API | Martin Braun | 2019-11-26 | 1 | -0/+73 |
* | rfnoc: Add MTU tracking | Martin Braun | 2019-11-26 | 1 | -0/+2 |
* | rfnoc: Introduce device-specific blocks | Lars Amsel | 2019-11-26 | 1 | -3/+5 |
* | rfnoc: rfnoc_graph: Correctly read local device IDs from mb_iface | Martin Braun | 2019-11-26 | 1 | -8/+54 |
* | rfnoc: rfnoc_graph: Refactor class | Martin Braun | 2019-11-26 | 1 | -110/+142 |
* | rfnoc: add rx and tx transports, and amend rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 1 | -229/+265 |
* | rfnoc: Enable users to query connections in the graph | Alex Williams | 2019-11-26 | 1 | -2/+144 |
* | rfnoc: rfnoc_graph: Change block's subtrees to be /blocks/$BLOCKID | Martin Braun | 2019-11-26 | 1 | -2/+7 |
* | rfnoc: graph: Initialize properties on all nodes during init | Martin Braun | 2019-11-26 | 1 | -0/+3 |
* | rfnoc: flushing and reset blocks on graph creation | Brent Stapleton | 2019-11-26 | 1 | -2/+31 |
* | rfnoc: Add clock selection to blocks | Martin Braun | 2019-11-26 | 1 | -8/+28 |
* | rfnoc: Add shutdown feature to blocks | Martin Braun | 2019-11-26 | 1 | -0/+1 |
* | rfnoc: Add mb_controller base class and X300/MPMD implementations | Martin Braun | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: rfnoc_graph: Add API to query the number of motherboards | Martin Braun | 2019-11-26 | 1 | -1/+11 |
* | rfnoc: enumerate and construct block controllers, enable connect() | Brent Stapleton | 2019-11-26 | 1 | -3/+202 |
* | rfnoc: graph: Add commit/release API | Martin Braun | 2019-11-26 | 1 | -0/+10 |
* | rfnoc: Add mb_controller API | Martin Braun | 2019-11-26 | 1 | -0/+13 |
* | rfnoc: Add rfnoc_graph class | Martin Braun | 2019-11-26 | 1 | -0/+160 |