graph-prototype icon indicating copy to clipboard operation
graph-prototype copied to clipboard

Prototype implementations for a more compile-time efficient flowgraph API

Results 59 graph-prototype issues
Sort by recently updated
recently updated
newest added

Right now the multiplexed settings only have a single storage of all the active settings. As detailed in https://github.com/fair-acc/graph-prototype/pull/99#pullrequestreview-1647113518, a new "staging" API could allow staging settings with a _commit...

In this issue, we aim to evaluate and decide on the code formatting style to be used for `GNURadio-4.0`. I have tested all the preconfigured formats: LLVM, GNU, Google, Chromium,...

documentation
question

# Meeting Summary: Short- to Medium Roadmap towards official GNU Radio 4.0 (GR4) Beta release @ FAIR participants: @wirew0rm, @drslebedev, @RalphSteinhagen overarching goal: getting GR4 in shape by the end...

documentation

GP is a TMP-heavy library. See if compilation times can be optimized without sacrificing the runtime performance. Primary focus - document: - identify bottlenecks -- what are the heaviest template...

## missing API definitions and ideas (from Schulder API Architecture meeting 2023-06-12) - ports: - [x] #210 - dedicated process_async function (N.B. sync: process_one, process_bulk) - rstein will draft a...

documentation

Currently, Block has a `init()` function taking arguments, that is called by `addBlock/emplaceBlock`, and triggers the state machine going from IDLE to INITIALISED state. At the same time, `lifecycle::StateMachine` is...

We should introduce graph update requests into the messaging system - messages to request a new block to be added, a block to be replaced with another or removed. It...

When used with ProducerType::Multi, gr::CircularBuffer has some threading bugs that causes data to be read that has not been published yet by its writer. That's because in the current implementation,...

When I add custom msgIn/out ports and connect them, I get ports with subindex in the connections, like `[1, 0], ..., [1, 1]`. This seems wrong and fails on load,...