Debian Patches
Status for volk/3.2.0-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-github-actions-for-publishing-docs.patch | [PATCH 01/12] Fix github actions for publishing docs | Anil Gurses <anilgurses98@gmail.com> | no | 2025-02-25 | ||
0002-readme-Add-paragraph-to-outline-dependency-policy.patch | [PATCH 02/12] readme: Add paragraph to outline dependency policy This should help users and contributors to better understand the different needs/desires. A written statement can be discussed. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-04 | ||
0003-ci-Remove-obsolete-CI-add-new-CI.patch | [PATCH 03/12] ci: Remove obsolete CI, add new CI This PR switches to later Ubuntu versions, and runs the CI with later compilers. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-04 | ||
0004-filesystem-Fully-rely-on-std-filesystem.patch | [PATCH 04/12] filesystem: Fully rely on std::filesystem In the past, we tried to detect different options for std::filesystem, or even used Boost. Now is a good time to remove all the old code and just rely on the fact that current compilers provide std::filesystem with C++17. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-04 | ||
0005-ci-Add-Werror-flag-to-CI-for-C-compilation.patch | [PATCH 05/12] ci: Add Werror flag to CI for C compilation We only used the Werror flag for C++. If we use the Werror flag, we should mostly use it for our core. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-05 | ||
0007-cpu_features-Start-using-packaged-version-in-CI.patch | [PATCH 07/12] cpu_features: Start using packaged version in CI Most distros provide a cpu_features package now. On most platforms all the required features are available. Let's use these features. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-06 | ||
0008-ppc64le-Suppress-unused-variable-warning.patch | [PATCH 08/12] ppc64le: Suppress unused variable warning The cpu_features build does not use some variables for the ppc64le build. This errors with the Werror flag. This commit suppresses this error. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-06 | ||
0009-cmake-Fix-auto-format.patch | [PATCH 09/12] cmake: Fix auto-format We use cmake-format to have consistent CMake files. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-06 | ||
0010-neon-Fix-compile-check.patch | [PATCH 10/12] neon: Fix compile check The `check_c_source_compiles` code to test if NEON is supported was broken. Let's add flags and formatting to make it work again. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-06 | ||
0011-16u_bytswap-Update-code-style.patch | [PATCH 11/12] 16u_bytswap: Update code style Move loop variable declaration into loop. Fix `maybe-uninitialized` warning by initializing the corresponding variable. |
Johannes Demel <jdemel@gnuradio.org> | no | 2025-07-06 | ||
0012-Add-tool-to-compare-profiles.patch | [PATCH 12/12] Add tool to compare profiles | =?UTF-8?q?Marcus=20M=C3=BCller?= <mmueller@gnuradio.org> | no | 2025-06-03 | ||
optional-static-apps | optional static apps For Debian, build apps with static libs if ENABLE_STATIC_APPS. | A. Maitland Bottoms <bottoms@debian.org> | not-needed | |||
omit-doxygen-build-paths | [PATCH] omit doxygen build paths Use reproducible-builds friendly configuration settings. |
"A. Maitland Bottoms" <bottoms@debian.org> | no | 2022-09-04 | ||
no-hurd-cpu-features | no hurd cpu features | A. Maitland Bottoms <bottoms@debian.org> | no |