Marcus Müller
Marcus Müller
Addresses #3 far as I can tell, fixes problems with VLAs (which don't work like that in C++) and improper imports on gr 3.9 Now, builds with GR 3.9 for...
We're using `appstreamcli validate` in our CI. False positives hence eat FOSS volunteer developer efficiency. ```xml mailto:[email protected] ``` is **[deprecated](https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#id-1.3.6.4.3.8.2.2.7.2.3)**: > In the past, mailto: URL schemas to link to...
# Pull Request Details ## Description In prep for C++20ification, overhauled the logging header: we should actually be doing perfect forwarding. Don't remember why I didn't do that on main...
### What happened? Discussion with @ei8fdb about #5999 yielded that almost universally, humans prefer to be shown what they typed in, in the form they typed it in. It is...
Signed-off-by: Marcus Müller # Pull Request Details ## Problem being solved GRC currently displays numbers, regardless of their "integerness", in a kind-of-engineering notation. On one hand, that's fine, for fields...
### Feature Description In many cases, variable entry in GRC is suboptimal; entering "2.4 GHz" or just "2.4 G" (if there was a "Hz" next to the field, or the...
https://github.com/gnuradio/gnuradio/pull/4981/checks?check_run_id=3346035979#step:6:231 On Debian 11 on github ci.
### What happened? for historical reasons, we've got ```c++ #ifdef HAVE_CONFIG_H #include #endif ``` all over the place. And luckily, we nearly never need that. So, in the interest of...
Don't merge, this is just a canary for #5993 to see whether this applies to all tested platforms. Tests should fail early.
Depends on #5996 – rebase after merge # Pull Request Details ## Description Wanted to work with the probe rate block, ended up having trouble using the output Decided this...