summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pch-fix-bad-ClearSourcesCache'Brad King2020-06-011-2/+5
|\
| * Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache'Brad King2020-05-291-2/+5
| |\
| | * PCH: Fix logic error that incorrectly clears sources during VS generationBrad King2020-05-291-2/+5
| * | Merge topic 'vs-pch-compile-opts' into release-3.17Brad King2020-05-121-0/+3
| |\ \
| * \ \ Merge topic 'pch-genex-absolute' into release-3.17Brad King2020-04-284-2/+6
| |\ \ \
* | | | | Tests: Fix -Wstrict-prototypes warnings in some C sourcesBrad King2020-05-131-1/+1
* | | | | Merge topic 'vs-pch-compile-opts'Brad King2020-05-121-0/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | VS: Fix using PCH from source with COMPILE_OPTIONSBrad King2020-05-111-0/+3
| | |_|/ | |/| |
* | | | Merge topic 'pch-genex-absolute'Brad King2020-04-284-2/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | target_precompile_headers: Fix documented example using genexBrad King2020-04-274-2/+6
| |/ /
* | | PCH: Add support for multi architecture iOS projectsCristian Adam2020-04-021-6/+3
* | | PCH: add an option to disable `-Winvalid-pch`Cristian Adam2020-03-263-0/+41
| |/ |/|
* | Multi-Ninja: Add precompile headers supportCristian Adam2020-01-177-0/+41
|/
* PCH: Use the target's PREFIX for building the pdb file nameCristian Adam2019-12-083-0/+32
* PCH: Do not issue an error on duplicate target_precompile_headers callCristian Adam2019-11-152-2/+15
* PCH: No repeated path for internal generated PCH filesCristian Adam2019-11-114-26/+7
* PCH: Document and test COMPILE_LANGUAGE genex for per-language headerBrad King2019-10-162-1/+18
* PCH: Fix CMake test files indentationCristian Adam2019-10-034-20/+20
* PCH: Add multi-language PCH generation supportCristian Adam2019-10-033-0/+27
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-0/+1
* Precompile headers: Treat headers as relative to current source directoryCristian Adam2019-09-236-13/+22
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-177-1/+49
* Precompile headers: Add unit testsCristian Adam2019-08-2816-0/+182