aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/graph.cpp
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Modify prop. propagation algorithm (back-edge resolution)Martin Braun2022-04-071-18/+16
* rfnoc: graph: Allow property forwarding on back-edgesMartin Braun2022-04-071-4/+6
* rfnoc: Fix spelling in property resolution error messageMartin Braun2022-02-111-1/+1
* rfnoc: graph: make topology failure more descriptivemattprost2021-12-171-4/+41
* rfnoc: Fix back-edge consistency checkMartin Braun2021-12-091-0/+7
* rfnoc: Fix post action behavior of nodesLars Amsel2021-06-031-0/+4
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-041-2/+2
* uhd: lambda capture the node instead of vert descSteven Koo2021-01-211-4/+14
* graph: Restore default resolver callback at node removalAaron Rossetto2020-11-201-0/+13
* graph: Serialize all graph-related functionsAaron Rossetto2020-10-221-6/+11
* graph: Re-fetch dst_node descriptor after src_node potential removalAaron Rossetto2020-10-221-0/+3
* rfnoc: Exit disconnect() early if nodes not in node mapAaron Rossetto2020-08-281-0/+4
* RFNoC: Add disconnect methods to graphmichael-west2020-08-041-43/+96
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-9/+8
* rfnoc: graph: Add logging to resolver errorsBrent Stapleton2019-11-271-1/+6
* detail::graph: Add shutdown capabilityMartin Braun2019-11-261-8/+21
* rfnoc: graph: Optimize property propagation algorithmMartin Braun2019-11-261-23/+35
* rfnoc: graph: Lock release/commit stateMartin Braun2019-11-261-3/+15
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-261-2/+3
* rfnoc: actions: Allow sending actions to selfMartin Braun2019-11-261-20/+27
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-261-0/+14
* rfnoc: Add check_topology() API to nodesMartin Braun2019-11-261-0/+36
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-261-2/+21
* rfnoc: Add action APIMartin Braun2019-11-261-0/+78
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-261-0/+460