Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-scanner-debug-spaces-in-templates.patch | [PATCH] scanner: debug spaces in templates | Michka Popoff <michkapopoff@gmail.com> | no | 2024-12-19 | ||
no-release_utils | no release_utils Not sure what provides release_utils, and simplify sphinx output_path |
"A. Maitland Bottoms" <bottoms@debian.org> | not-needed | |||
calldef_with_throw | calldef with throw See C++ core guidelines E.30: Don't use exception specifications The specification of exceptions in the throw annotation has been deprecated and removed from the C++ specification. Functions either throw or not. Those that don't through are annoptated using noexcept. Those that do throw are now best annotated with noexcept(false); This is now necessary for newer C++-17 compilers. |
"A. Maitland Bottoms" <bottoms@debian.org> | not-needed |