mormj
mormj
Signed-off-by: Josh Morman ## Description When the yml files includes enums, we need the namespace in the pybind file to have the proper scope for the enum types ## Which...
As brought up by @marcusmueller in chat, there is currently no way in meson to check versions of python deps. This is a workaround for our limited set of deps...
## Description Some libs in Ubuntu 20.04 create some issues going to c++20 - namely modern fmtlib. Rather than work around these, just set our min supported distro to ubuntu...
Rebase of #6018 Create a GR registry that maintains knowledge about what modules, blocks, etc. are available, and has the ability to return generic block constructors. Basic usage would be...
## Description Basic aspects of PDU module to demonstrate and work through some of the new PMT api Includes a stripped down functionality pdu_to_stream and stream_to_pdu blocks ## Related Issue...
### Feature Description By the time 4.0 comes out, all the major distributions should have solid C++20 support. One particular feature that might be of use is atomic_flags - this...
### Feature Description In GR 3.x, there is a `set_alignment` method which is effectively `set_output_multiple' without flagging that output multiple has been set. This is used by the scheduler to...
### Feature Description tl;dr - we need something better than the current qtgui to release with 4.0 There have been many requests for updates to the QT GUI Widgets (https://wiki.gnuradio.org/index.php?title=GSoCIdeas#QT_Widgets_Improvements)...
### Feature Description Enums throughout need to be done consistently 1) Use enum class where possible - Yes 2) Naming of the enum type - use `nameoftype_t`? - Yes 3)...
### Feature Description The `request_parameter_query` and `request_parameter_change` methods are generalized for setters and getters, but for more general methods, we need a way to queue up the callback in a...