summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* PCH: Template instantiation supportTobias Hieta2020-09-021-0/+5
| | | | | | | | Adds PCH_INSTANTIATE_TEMPLATES target property for enabling template instantiation in precompiled headers. Enabled by default. Currently only supported for Clang 11 and newer. Implements #21133.
* PCH: Add support for multi architecture iOS projectsCristian Adam2020-04-021-6/+3
| | | | Fixes: #20497
* PCH: add an option to disable `-Winvalid-pch`Cristian Adam2020-03-261-0/+3
| | | | Fixes: #20295
* Multi-Ninja: Add precompile headers supportCristian Adam2020-01-171-0/+1
| | | | Fixes: #19789
* PCH: Use the target's PREFIX for building the pdb file nameCristian Adam2019-12-081-0/+1
| | | | | | | | Also copy the REUSE_FROM pdb file only if the file is newer than the existing one. Fixes: #19731 Fixes: #20068
* PCH: Add multi-language PCH generation supportCristian Adam2019-10-031-0/+1
| | | | | | | | | If the target has C files, it will get a C PCH file. The same for C++ files. The linker language is no longer used to determine which language to use for PCH. Fixes: #19790
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-0/+2
| | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659
* Precompile headers: Add unit testsCristian Adam2019-08-281-0/+18