Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-25 | test: merge installed_files.txt into test.json | Daniel Mensinger | 2 | -2/+6 | |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 1 | -1/+1 | |
2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and ↵ | Michael Hirsch, Ph.D | 1 | -1/+1 | |
-fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions | |||||
2018-09-14 | run_project_tests: remove pdb workaround, just use filters | Marco Trevisan (Treviño) | 1 | -1/+1 | |
And ignore .dll.a files in non cygwin gcc instances | |||||
2017-06-21 | Consistently use windows.h, not Windows.h | Jon Turney | 1 | -1/+1 | |
This is significant when compiling using gcc on a case-sensitive filesystem. | |||||
2017-03-03 | tests/windows: Tests for #1444 | Nirbheek Chauhan | 2 | -1/+3 | |
Check that pdb files are installed | |||||
2013-06-02 | Renamed add_test to test. | Jussi Pakkanen | 1 | -1/+1 | |
2013-04-19 | Fixed Windows garbage line endings. | Jussi Pakkanen | 2 | -9/+9 | |
2013-04-19 | Added a Windows test. | Jussi Pakkanen | 2 | -0/+9 | |