summaryrefslogtreecommitdiff
path: root/test cases/common/13 pch/cpp
AgeCommit message (Collapse)Author
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
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-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D
* PGI C++ PCH enable PGI compilers support precompiled headers for C++ only. The common/13 pch test passes if run manually with no spaces in the build path. However, since Meson run_project_tests.py makes temporary build directories with spaces in each tests, PGI --pch_dir can't handle this and fails. So we skip the test for PGI despite it working for usual case with no-spaces in build dir. Note: it's fine to have spaces in full path for sourcedir, just no spaces in relative path to builddir. * doc
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider
2018-08-19Consolidated all PCH tests in one test project.Jussi Pakkanen