aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/rfnoc_graph.cpp
Commit message (Expand)AuthorAgeFilesLines
* host: Update code base using clang-tidyMartin Braun2021-03-041-23/+23
* rfnoc: Don't error when streamer isn't foundSteven Koo2020-08-111-8/+0
* rfnoc: Resolves streamer/link segfaults on pythonSteven Koo2020-08-111-2/+4
* RFNoC: Add disconnect methods to graphmichael-west2020-08-041-52/+205
* lib: rfnoc: Fix "unused" warnings for non-trace log levelsMartin Braun2020-04-171-7/+5
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-4/+5
* rfnoc: Reuse the graph objectAndrew Lynch2020-02-261-1/+20
* detail::graph: Add shutdown capabilityMartin Braun2019-11-261-2/+2
* uhd: Introduce I/O service managerAaron Rossetto2019-11-261-3/+18
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-7/+5
* rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init errorMartin Braun2019-11-261-15/+15
* rfnoc: Hold reference to streamers in rfnoc_graphCiro Nishiguchi2019-11-261-2/+11
* rfnoc: Allow MB controllers to init after blocks have initializedMartin Braun2019-11-261-5/+44
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-261-16/+19
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-261-4/+75
* rfnoc: rfnoc_graph: Improve error reporting for init failuresMartin Braun2019-11-261-0/+4
* rfnoc: client0: Change flush-all-blocks to not throw on timeoutMartin Braun2019-11-261-1/+3
* rfnoc: graph: Lock release/commit stateMartin Braun2019-11-261-1/+4
* rfnoc: rfnoc_graph: FormattingBrent Stapleton2019-11-261-15/+10
* rfnoc: rfnoc_graph: Add is_connectable() APIMartin Braun2019-11-261-0/+73
* rfnoc: Add MTU trackingMartin Braun2019-11-261-0/+2
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-261-3/+5
* rfnoc: rfnoc_graph: Correctly read local device IDs from mb_ifaceMartin Braun2019-11-261-8/+54
* rfnoc: rfnoc_graph: Refactor classMartin Braun2019-11-261-110/+142
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-261-229/+265
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-261-2/+144
* rfnoc: rfnoc_graph: Change block's subtrees to be /blocks/$BLOCKIDMartin Braun2019-11-261-2/+7
* rfnoc: graph: Initialize properties on all nodes during initMartin Braun2019-11-261-0/+3
* rfnoc: flushing and reset blocks on graph creationBrent Stapleton2019-11-261-2/+31
* rfnoc: Add clock selection to blocksMartin Braun2019-11-261-8/+28
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-261-0/+1
* rfnoc: Add mb_controller base class and X300/MPMD implementationsMartin Braun2019-11-261-0/+5
* rfnoc: rfnoc_graph: Add API to query the number of motherboardsMartin Braun2019-11-261-1/+11
* rfnoc: enumerate and construct block controllers, enable connect()Brent Stapleton2019-11-261-3/+202
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-261-0/+10
* rfnoc: Add mb_controller APIMartin Braun2019-11-261-0/+13
* rfnoc: Add rfnoc_graph classMartin Braun2019-11-261-0/+160