aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc/graph.hpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: lambda capture the node instead of vert descSteven Koo2021-01-211-0/+3
* graph: Serialize all graph-related functionsAaron Rossetto2020-10-221-2/+2
* RFNoC: Add disconnect methods to graphmichael-west2020-08-041-5/+24
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-081-4/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-6/+6
* detail::graph: Add shutdown capabilityMartin Braun2019-11-261-4/+12
* rfnoc: graph: Optimize property propagation algorithmMartin Braun2019-11-261-1/+3
* rfnoc: graph: Lock release/commit stateMartin Braun2019-11-261-5/+8
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-261-0/+4
* rfnoc: Add check_topology() API to nodesMartin Braun2019-11-261-0/+7
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-261-2/+13
* rfnoc: Move graph_edge data structure to its own header, add to_string()Martin Braun2019-11-261-59/+3
* rfnoc: Add action APIMartin Braun2019-11-261-1/+48
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-261-0/+271