aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/13 pch
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D6-9/+9
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen4-4/+4
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D6-6/+6
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D6-1/+38
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider16-39/+31
2019-02-01use same compiler args for pch as for regular targetNicolas Schneider13-0/+70
2019-01-29vs: fix PCHNicolas Schneider1-0/+5
2018-11-04Adjust more tests which need to know compiler typeJon Turney1-1/+2
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez1-1/+6
2018-08-19Consolidated all PCH tests in one test project.Jussi Pakkanen16-9/+64
2018-03-21Skipping PCH unit test for lcc compilermakise-homura1-0/+6
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen1-3/+2
2013-06-15Added the pch c file because it was missing.Jussi Pakkanen1-0/+5
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen2-1/+6
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen3-0/+11