Marcus Müller

Results 137 issues of Marcus Müller

- **runtime: remove unused transient includes in include/** - **buffer_single_mapped: locking needs a named object** - **runtime: removed unused includes in lib/** - **blocks: removed unused includes** ## Description Reducing...

Cruft
enhancement
code quality

Supersedes #7561 (can't push over that branch, so python formatting fixes have to happen here) - **grc: factor out Python Block parameter marking logic magic** - **grc: use current block...

## Description This adds QA for the formatters for `tag_t`, `io_signature` and `pmt_t`. This requires tags to be aggregate types, so it depends on both the removal of `remove_item_tag` and...

Runtime
PMT
Don't Merge
QA
tags
Hold Backport

we check whether STL has ::sincos. Sounds like something the C++ standard settles for us already, or at least a feature check macro.

In the spirit of reducing maint overhead, these should really be the same code with a template arg.

### What happened? Current main head: running `ctest` starts grc_tests, which opens a terminal window asking the user to press a key. That is of course a breakage in automated...

Bug
GRC
Python
QA

We should be checking that we get python3-click >= 8.1.0 ; we just accept any version

modtool
dependencies

#7818 The logic is inherently broken (e.g. signal jumps very high for a single sample, then just keeps skimming the pseudo-average for a million samples), it's unnecessarily convoluted, and the...

deprecation
Bug Fix

## Description Was backporting #6718, failed, because that didn't include Jeff's fix to work with Qt 5.12. This is a "best of both worlds" change that avoids the zero-initialization that...

The GNU Radio network.tcp_sink has no QA. There's a comparable qa_tcp_source.py in gnuradio/gr-network/python/network . Copy and modify to check `tcp_sink` works in all of the following scenarios - Works in...

good first issue
Python
QA
network