| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-26 | tests: Skip "withIncludeFile" for PCH on Xcode backend | Albert Tang | |
| Xcode always fails here because this makes the PCH not be the first included header, causing Xcode to ignore it completely. There is no way around this. | |||
| 2022-11-01 | Add regression test for pch link_whole bug. | Jussi Pakkanen | |
| 2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | |
| and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||
| 2021-05-08 | test cases: Add test ensuring that -include in gcc won't break pch | Marco Trevisan (Treviño) | |
| This is just forcing the usage of -include as c_args, even though this particular case can happen easily when this is provided via a dependency cflags. We also ensure that both the headers are included by using locale definitions. | |||
| 2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | |
| 2019-11-17 | Make all C main functions without arguments have "void" in arg list. | Jussi Pakkanen | |
| 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 | |||
| 2019-07-30 | PGI: cpp_pch precompiled headers functionality | Michael 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-01 | auto generate msvc pch source file if none is provided by the user | Nicolas Schneider | |
| 2019-02-01 | use same compiler args for pch as for regular target | Nicolas Schneider | |
| Fixes #999, #1415, #2361. | |||
| 2019-01-29 | vs: fix PCH | Nicolas Schneider | |
| 2018-11-04 | Adjust more tests which need to know compiler type | Jon Turney | |
| 2018-09-25 | Fix Xcode backend: support for precompiled headers. Only one header per ↵ | Guillermo Ignacio Enriquez Gutierrez | |
| target is supported | |||
| 2018-08-19 | Consolidated all PCH tests in one test project. | Jussi Pakkanen | |
| 2018-03-21 | Skipping PCH unit test for lcc compiler | makise-homura | |
| 2013-06-15 | At last! MSVC precompiles headers and can use them. | Jussi Pakkanen | |
| 2013-06-15 | Added the pch c file because it was missing. | Jussi Pakkanen | |
| 2013-06-15 | Started work on MSVC precompiled headers. It does not work yet but I have ↵ | Jussi Pakkanen | |
| been at it for so long that I want to just commit now because it at least does something close to the final result. | |||
| 2013-03-03 | Split test suite into common and platform dependent parts. | Jussi Pakkanen | |
