Marcus Müller

Results 137 issues of Marcus Müller

### What happened? Deprecation doesn't automatically mean removal in the next release, so this is more a "let's check what of these we actually want to keep for the time...

Cruft
deprecation
pending maintainer/architect decision

### Before posting Please follow the steps below and check the boxes with [x] once you did the step. - [x] I checked the issue tracker for similar issues -...

### Before posting Please follow the steps below and check the boxes with [x] once you did the step. - [x] I checked the issue tracker for similar issues -...

### Before posting Please follow the steps below and check the boxes with [x] once you did the step. - [x] I checked the issue tracker for similar issues -...

### Before posting Please follow the steps below and check the boxes with [x] once you did the step. - [x] I checked the issue tracker for similar issues -...

This adds support for Coverage reporting. Requirements: - gcc or clang - gcov - gcovr Usage: ```shell mkdir build-coverage && cd build-coverage cmake -DCMAKE_BUILD_TYPE=Coverage .. make -j make coverage firefox...

This simplifies (at least to me) understanding what the generic kernel does, and it's also about 1.5 times faster on my machines.

This leads to the folliowing cmake failure in a ninja/clang/Coverage build attempt ``` CMake Error at lib/CMakeLists.txt:248 (if): if given arguments: "EQUAL" "8" Unknown arguments specified ``` This checking seems...

CMake

Running the test suite in build containers fails when git is not available, just because check_lgpl isn't skipped in its absence

bug
Dependencies

- **GRC: Angular connection (by choice via Preferences)** - **GRC: Make connection line width preference-configurable** ## Description ![grc_angled](https://github.com/gnuradio/gnuradio/assets/958972/e615dcc2-f5c2-41c7-a6bc-ee771b8cc1cb) ## Related Issue Closes #5152 ## Which blocks/areas does this affect? -...

Python
GRC-Qt