Marcus Müller
Marcus Müller
Since PMT(f) is rather central, let's keep the default source the subproject, but add an `external_pmt` meson option. This mirrors what https://github.com/gnuradio/pmt/pull/46 did to pmt (where it only affected CLI11...
### Feature Description As seen in #7322, we tend to use cmake features not present in the fairly ancient minimum CMake version we demand (3.8); in that case, we'd need...
### Feature Description s. title. ### Feature Urgency low (just an idea) ### More Information This would be a nice first modification for someone who wants to get into improving...
## Description Due to an expectation mismatch between addition of binding code and pydoc code, noblock OOT python bindings did not compile. Also required that modtool's add functionality only adds...
## Description When in commit 1e276f165ea7fd482102ca10a80076c61ad5ac07 unnecessary line breaks were removed, appending to the C++ QA sources list in the lib/CMakeLists.txt, failed, and thus, adding of C++ unit testing broke...
## Description modtool has the problem of inconsistent argument handling in terms of being automatically enabled / disabled. This currently makes it impossible to batch-add blocks, which makes command line...
### Feature Description GRC-Qt can have angular and spline connectors, and that's preferences-configurable. That's nice, but probably people will sooner or later lay out dense flow graphs that they want...
To my surprise we still have quite a few places in-tree that include iostream – many of these don't use the stuff anymore. The others partially should use logging, some...
Fixes #49 __GR_VLA was removed, and should have been volk/std::vector usage to begin with. So, we fix that. Since we're now handling former VLAs as vectors, we mix destructors, volk_free...