Rohit Goswami
4e41a6203f
tests: Fix fortran tests
2021-09-20 01:29:59 -04:00
Mat Cross
20d1bfbcb6
Made submodule child code valid Fortran.
2021-09-10 16:08:57 -04:00
Eli Schwartz
59d4f771d2
editorconfig: add setting to trim trailing whitespace
...
and clean up all outstanding issues
Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
2021-08-15 09:36:18 -04:00
Nirbheek Chauhan
ca1776d6db
tests: Disable fortran submodule test on old GCC versions
...
Need gcc 6.0 or newer: https://gcc.gnu.org/wiki/Fortran2008Status
2020-01-24 02:53:34 +05:30
Michael Hirsch, Ph.D
1baa1c9222
use '-Werror=unused-parameter' for gcc/clang on project tests and -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-11-17 13:24:42 +02:00
Michael Hirsch, Ph.D
9dbd5f129b
fortran submodule checks
...
fortran submodule checks
2019-06-23 21:11:16 +03:00
Michael Hirsch, Ph.D
ef53107f14
BUGFIX: Fortran module regex handle more edge cases
2019-06-23 17:27:46 +03:00
Michael Hirsch, Ph.D
c214859304
add inline comment test for Fortran submodule
2019-06-20 12:41:40 -04:00
Michael Hirsch, Ph.D
6e06ad1c1f
add test case for same-name module+submodule
2019-03-25 21:19:38 -04:00
Michael Hirsch, Ph.D
70e6f4198c
Fortran 2008 submodule ( #4874 )
2019-02-05 22:41:44 +01:00