graph-prototype
graph-prototype copied to clipboard
Prototype implementations for a more compile-time efficient flowgraph API
The call was originally introduced with 49adc04b47cd9bfb8caa02aebddba9e3bde81363. I'm not sure that my change reflects the intention. If it isn't, this needs a comment IMHO.
To learn how to implement blocks in gr4 I want to implement and contribute a simple math block as part of the Block Tutorial at [European GNU Radio Days 2024](https://events.gnuradio.org/event/23)....
Review OpenCMW and GR4 code for potential undefined behavior
https://sonarcloud.io/summary/overall?id=fair-acc_graph-prototype https://sonarcloud.io/summary/overall?id=fair-acc_opencmw-cpp
The coverage is currently lower than it needs to be. Write the tests to cover code that is not currently tested. Refactor tests if needed
I extracted the two commits that enable stdlib facilities for improved error checking from the update-vir-simd-0.4 branch. If we are serious about providing a build mode that can detect all...
Fix sonarcube configuration to correctly exclude everything that is not run by the CI and therefore cannot have any coverage data. Also exclude a bunch of auxiliary files that are...
There appears to be a potential problem with the `ThreadPool` where not all threads are properly terminated or stopped before a new test begins. This issue was observed in the...
Trying to compile c01c93ccfbaafe7ab0674910469d154c8d007288 using -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang on Fedora 40's default clang; failing with ```text -- Is block registry enabled? (faster compile-times and when runtime or Python...
This allows to process more than one tag on the same index. Since tag forwarding is still based on merged_tag, this will only work for blocks immediately following the emitting...