| Commit message (Expand) | Author | Age | Files | Lines |
* | rfnoc: graph: make topology failure more descriptive | mattprost | 2021-12-17 | 1 | -4/+41 |
* | rfnoc: Fix back-edge consistency check | Martin Braun | 2021-12-09 | 1 | -0/+7 |
* | rfnoc: Fix post action behavior of nodes | Lars Amsel | 2021-06-03 | 1 | -0/+4 |
* | lib: Fix warnings related to unnecessary lambda captures | Martin Braun | 2021-03-04 | 1 | -2/+2 |
* | uhd: lambda capture the node instead of vert desc | Steven Koo | 2021-01-21 | 1 | -4/+14 |
* | graph: Restore default resolver callback at node removal | Aaron Rossetto | 2020-11-20 | 1 | -0/+13 |
* | graph: Serialize all graph-related functions | Aaron Rossetto | 2020-10-22 | 1 | -6/+11 |
* | graph: Re-fetch dst_node descriptor after src_node potential removal | Aaron Rossetto | 2020-10-22 | 1 | -0/+3 |
* | rfnoc: Exit disconnect() early if nodes not in node map | Aaron Rossetto | 2020-08-28 | 1 | -0/+4 |
* | RFNoC: Add disconnect methods to graph | michael-west | 2020-08-04 | 1 | -43/+96 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -9/+8 |
* | rfnoc: graph: Add logging to resolver errors | Brent Stapleton | 2019-11-27 | 1 | -1/+6 |
* | detail::graph: Add shutdown capability | Martin Braun | 2019-11-26 | 1 | -8/+21 |
* | rfnoc: graph: Optimize property propagation algorithm | Martin Braun | 2019-11-26 | 1 | -23/+35 |
* | rfnoc: graph: Lock release/commit state | Martin Braun | 2019-11-26 | 1 | -3/+15 |
* | rfnoc: Implement overrun handling using action API | Martin Braun | 2019-11-26 | 1 | -2/+3 |
* | rfnoc: actions: Allow sending actions to self | Martin Braun | 2019-11-26 | 1 | -20/+27 |
* | rfnoc: Enable users to query connections in the graph | Alex Williams | 2019-11-26 | 1 | -0/+14 |
* | rfnoc: Add check_topology() API to nodes | Martin Braun | 2019-11-26 | 1 | -0/+36 |
* | rfnoc: graph: Add commit/release API | Martin Braun | 2019-11-26 | 1 | -2/+21 |
* | rfnoc: Add action API | Martin Braun | 2019-11-26 | 1 | -0/+78 |
* | rfnoc: Add property propagation, Boost.Graph storage | Martin Braun | 2019-11-26 | 1 | -0/+460 |