| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-21 | Fix LTO test on Cygwin | Jon Turney | |
| This partially reverts commit add502c6483bde9dc6a0ba80b3c79163304465a4. In 'linkshared' test, annotate cppfunc() as imported, so an indirection through an import stub is generated, avoiding a relocation size error when building using gcc for Cygwin with LTO on. Align with the example of how to write this portably in [1]. The 'c' language part of that test already gets this right. [1] http://gcc.gnu.org/wiki/Visibility | |||
| 2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | |
| 2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and ↵ | Michael Hirsch, Ph.D | |
| -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 | |||
| 2014-03-31 | Apparently dynamic linking with C++ had been broken for a while now. Sorry ↵ | Jussi Pakkanen | |
| about that. | |||
