Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gcc_5.patch | Add missing includes required by gcc-5 | Andreas Tille <tille@debian.org> | no | 2015-06-22 | ||
fix_makefile4test.patch | Current dir is not in PATH by default | Andreas Tille <tille@debian.org> | no | 2015-06-22 | ||
fix_intall_target.patch | Fix install target by creating install dir if needed | Andreas Tille <tille@debian.org> | no | 2015-06-22 | ||
spelling.patch | Fix some spelling issues | Andreas Tille <tille@debian.org> | no | 2015-11-19 | ||
change_to_tests_dir_only_if_existing.patch | Avoid that tests fail simply because of a missing test directory | Andreas Tille <tille@debian.org> | no | 2015-11-19 | ||
skip_failing_tests.patch | Document what tests are failing and how they failed | Andreas Tille <tille@debian.org> | no | 2015-11-19 | ||
remove-template-depth.patch | Remove all instances of -ftemplate-depth With C++-11 the template depth is 1024, and g++ defaults to 900, hence there is no need to set a lower value that makes the compilation fail. |
Gert Wollny <gw.fossdev@debian.org> | invalid | upstream | 2016-05-10 | |
cross.patch | Enable cross building fastml fails to cross build from source, because it uses both CC and CXX for a C++ compiler, but dh_auto_build passes a C compiler for CC. The use is kinda implicit via builtin make rules. The attached patch makes the relevant rule explicit and thus removes the use of CC to make fastml cross buildable. Please consider applying it. |
Helmut Grohne <helmut@subdivi.de> | no | debian | 2019-07-30 |