Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 2 | -2/+2 | |
2019-11-17 | Make all C main functions without arguments have "void" in arg list. | Jussi Pakkanen | 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 | |||||
2019-01-06 | Always flatten include_directories lists | Xavier Claessens | 1 | -1/+1 | |
2019-01-02 | Can use plain strings for include_directories. | Jussi Pakkanen | 1 | -0/+3 | |
2018-08-19 | Condense test dirs. | Jussi Pakkanen | 5 | -0/+22 | |