summaryrefslogtreecommitdiff
path: root/test cases/common/13 pch
AgeCommit message (Expand)Author
2023-09-26tests: Skip "withIncludeFile" for PCH on Xcode backendAlbert Tang
2022-11-01Add regression test for pch link_whole bug.Jussi Pakkanen
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-05-08test cases: Add test ensuring that -include in gcc won't break pchMarco Trevisan (TreviƱo)
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider
2019-02-01use same compiler args for pch as for regular targetNicolas Schneider
2019-01-29vs: fix PCHNicolas Schneider
2018-11-04Adjust more tests which need to know compiler typeJon Turney
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez
2018-08-19Consolidated all PCH tests in one test project.Jussi Pakkanen
2018-03-21Skipping PCH unit test for lcc compilermakise-homura
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen
2013-06-15Added the pch c file because it was missing.Jussi Pakkanen
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen