Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-PATH_MAX-is-not-defined-under-GNU-Hurd.patch | [PATCH 1/2] PATH_MAX is not defined under GNU/Hurd | Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> | no | 2012-06-17 | ||
debug.diff | =================================================================== | no | ||||
fwb.diff | =================================================================== | no | ||||
qt5-detect.patch | [PATCH] Detect qmake-qt5 automatically. | Patrick Monnerat <patrick@monnerat.net> | no | 2018-03-05 | ||
autoconf-fix.patch | [PATCH 1/2] Build: allow to skip implicit configure call | Dominique Leuenberger <dimstar@opensuse.org> | no | 2018-01-31 | ||
pkg-config_libxml2.patch | Use pkg-config to detect the libxml2 library | Hugh McMaster <hugh.mcmaster@outlook.com> | no | debian | 2020-08-29 | |
pkg-config_libxslt.patch | Use pkg-config to detect the libxslt library | Hugh McMaster <hugh.mcmaster@outlook.com> | no | debian | 2020-08-29 | |
ed4db20ec6cabfaea9c36187b7ce40d9d93c6c79.patch | [PATCH] C++ exception specifications are deprecated in C++11: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3051.html C++ exceptions are dynamic and evaluated at runtime. This greatly limits the value of this feature, and introduces a performance runtime overhead to perform the evaluations. Recent versions of GCC warn about use of this deprecated feature. Instead of disabling the warning, this change eliminates the use of this deprecated feature. There were a few places where "throw()" was retained as the classes extend the standard library and must either specify "throw()" or "noexcept" in order to meet the interface contract. As "noexcept" is not backwards compatible, "throw()" has been retained. |
Mark Mielke <mark.mielke@gmail.com> | no | 2018-01-28 |