Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gcc-6.patch | Fix compilation with g++-6 | Gert Wollny <gw.fossdev@gmail.com> | yes | debian | 2014-06-29 | |
enable_parallel_tests.patch | preserves parallel testing while making sure it does not fail on ppc64el (and may be other architectures) | Frdric Bonnard <frediz@debian.org> | not-needed | debian | 2018-11-23 | |
fixing_implicit_conversion.patch | Suppressing overload issue due to references on rvalues C++11 introduced references on rvalues, and thus the two implicit conversion operators to std::string caused ambiguous conversions, for instance in tests/test_text_reader/cpp. |
Pierre Gruet <pgt@debian.org> | yes | upstream | 2020-07-28 | |
avoid_deprecated_finary_function.patch | stopping using std::binary_function, to build with g++-12 | Pierre Gruet <pgt@debian.org> | invalid | debian | 2022-06-17 |