index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
13 pch
Age
Commit message (
Expand
)
Author
2023-09-26
tests: Skip "withIncludeFile" for PCH on Xcode backend
Albert Tang
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
2021-05-08
test cases: Add test ensuring that -include in gcc won't break pch
Marco Trevisan (TreviƱo)
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 -fimplicit-...
Michael Hirsch, Ph.D
2019-07-30
PGI: cpp_pch precompiled headers functionality
Michael Hirsch, Ph.D
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
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 targe...
Guillermo Ignacio Enriquez Gutierrez
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 bee...
Jussi Pakkanen
2013-03-03
Split test suite into common and platform dependent parts.
Jussi Pakkanen