summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/PrecompileHeaders
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-pch'Brad King2022-04-122-0/+18
|\
| * PCH: Fix Xcode non-pch language exclusionCristian Adam2022-04-112-0/+18
* | Tests: Skip Clang PCH_INSTANTIATE_TEMPLATES test in MSVC ABIBrad King2022-02-021-1/+2
* | LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
|/
* PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usageCristian Adam2021-09-152-0/+25
* PCH: Fix all-language precompile header support in XcodeCristian Adam2021-09-135-0/+35
* VS: Restore support for PCH in CXX but not C within once targetBrad King2021-02-195-0/+33
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-022-0/+132
* Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC"Brad King2021-02-022-132/+0
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-022-0/+132
* Tests: Fix PchInstantiateTemplates case on macOS with CMAKE_OSX_ARCHITECTURESBrad King2020-09-111-2/+2
* PCH: Template instantiation supportTobias Hieta2020-09-023-0/+38
* 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