summaryrefslogtreecommitdiff
path: root/test cases/fortran/12 submodule
AgeCommit message (Collapse)Author
2021-09-20tests: Fix fortran testsRohit Goswami
2021-09-10Made submodule child code valid Fortran.Mat Cross
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2020-01-24tests: Disable fortran submodule test on old GCC versionsNirbheek Chauhan
Need gcc 6.0 or newer: https://gcc.gnu.org/wiki/Fortran2008Status
2019-11-17use '-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
2019-06-23fortran submodule checksMichael Hirsch, Ph.D
fortran submodule checks
2019-06-23BUGFIX: Fortran module regex handle more edge casesMichael Hirsch, Ph.D
2019-06-20add inline comment test for Fortran submoduleMichael Hirsch, Ph.D
2019-03-25add test case for same-name module+submoduleMichael Hirsch, Ph.D
2019-02-05Fortran 2008 submodule (#4874)Michael Hirsch, Ph.D