Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
reproducible.patch | avoid __FILE__ to make the build reproducible | Johannes Schauer Marin Rodrigues <josch@debian.org> | no | |||
fix-tests.patch | fix tests | Johannes 'josch' Schauer <josch@debian.org> | no | 2019-01-27 | ||
fix-tests2.patch | Replace Catch with Catch2 and require C++11 for tests | Ferdinand Thiessen <rpm@fthiessen.de> | no | debian | vendor, https://github.com/fuzzylite/fuzzylite/issues/94 | 2022-01-31 |
when-testing-large-float-numbers-for-equ.patch | when testing large float numbers for equality, use a larger epsilon | Johannes 'josch' Schauer <josch@debian.org> | no | 2019-02-03 | ||
0001-fuzzylite-src-main.cpp-support-building-with-gcc-12.patch | [PATCH] fuzzylite/src/main.cpp: support building with gcc-12 * std::set_unexpected() is removed in c++17 * We build with -Wall -Wextra -Werror and with gcc-12, using std::set_unexpected will trigger the warning due to -Werror=deprecated-declarations which in turn is treated as an error and makes the build fail. |
Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | no | 2022-06-16 | ||
catch2v3 | no |