summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ios-pch-x-lang-header'Brad King2020-09-094-4/+19
|\
| * PCH: Mark CMake PCH source files as -x <lang>-headerCristian Adam2020-09-044-4/+19
* | Merge topic 'ExternalData-doc-typo'Brad King2020-09-081-1/+1
|\ \
| * | Help: correct typo in ExternalData (duplicate "of")Joachim Wuttke (o)2020-09-071-1/+1
* | | Merge topic 'ispc_improvements'Brad King2020-09-081-0/+5
|\ \ \
| * | | ISPC: Add compiler launcher supportRobert Maynard2020-09-031-0/+5
* | | | Merge topic 'FindPython-set-CMP0012-NEW'Brad King2020-09-081-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | FindPython: CMP0012 must be set to NEWMarc Chevrier2020-09-071-1/+11
| | |/ | |/|
* | | Merge topic 'FindPython-include-dir-ABI-checks'Brad King2020-09-031-8/+18
|\ \ \ | |/ /
| * | FindPython: enhance ABI checks against include directoryMarc Chevrier2020-09-021-8/+18
* | | ARMClang: Pass defines to assemblerHugues Kamba2020-09-011-1/+1
* | | Merge topic 'cuda_host_compiler_fail'Brad King2020-09-012-21/+29
|\ \ \
| * | | CUDA: Fail fast if CMAKE_CUDA_ARCHITECTURES doesn't work during detectionRaul Tambre2020-08-291-18/+19
| * | | CUDA: Fail if compiler detection using the host compiler failsRaul Tambre2020-08-292-3/+10
* | | | Merge topic 'ispc_lang_support'Brad King2020-09-0111-1/+362
|\ \ \ \
| * | | | ISPC: Support building with the MSVC toolchainRobert Maynard2020-08-282-0/+9
| * | | | ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-1/+1
| * | | | Add ISPC compiler support to CMakeRobert Maynard2020-08-289-1/+353
* | | | | Merge topic 'UseSWIG-interface-option'Brad King2020-09-011-1/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | UseSWIG: Update option -interface usageMarc Chevrier2020-08-311-1/+9
| * | | | Merge topic 'FindJNI-arm64' into release-3.18Brad King2020-08-261-0/+2
| |\ \ \ \
| * \ \ \ \ Merge topic 'cuda-std-for-msvc' into release-3.18Brad King2020-08-261-4/+6
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'llvm_rc_preprocessing_for_all_windows_clang_variants'Brad King2020-08-311-20/+29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | llvm-rc: Enable preprocessing for all Windows usage variantsThomas Bernard2020-08-271-0/+2
| * | | | | | llvm-rc: Refactor the preprocessing logicThomas Bernard2020-08-271-20/+27
* | | | | | | Merge topic 'FindJNI-arm64'Brad King2020-08-261-0/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | FindJNI: Add arm64 supportMalcolm Parsons2020-08-251-0/+2
* | | | | | | Merge topic 'cuda-std-for-msvc'Brad King2020-08-261-4/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | CUDA: Support setting CUDA14/17 when using MSVCRobert Maynard2020-08-241-4/+6
| |/ / / /
* | | | | Merge topic 'msvc_static_assert'Brad King2020-08-252-3/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MSVC: Record support for c_static_assertRaul Tambre2020-08-202-3/+5
| |/ / /
| * | | Merge topic 'FindMPI-cuda-pthread' into release-3.18Brad King2020-08-201-1/+1
| |\ \ \
| * \ \ \ Merge topic 'ep-patch-skip-update-dep' into release-3.18Brad King2020-08-191-27/+5
| |\ \ \ \
| * \ \ \ \ Merge topic 'llvm-rc-quote-cmake' into release-3.18Brad King2020-08-191-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindPython-enhance-version-extraction-from-lib-name' into releas...Brad King2020-08-191-3/+4
| |\ \ \ \ \ \
* | | | | | | | FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overriddenCraig Scott2020-08-231-10/+31
* | | | | | | | Merge topic 'clang-cl-restore-preprocess'Brad King2020-08-211-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | clang-cl: Restore rules to create preprocessed and assembly outputBrad King2020-08-191-2/+2
* | | | | | | | | Merge topic 'FindMPI-cuda-pthread'Brad King2020-08-201-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | FindMPI: Fix regression in pthread guardAxel Huebl2020-08-201-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'CMakeDetermineCXXCompiler-clang-typo'Brad King2020-08-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGSThomas Bernard2020-08-181-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cpack-wix-custom-xmlns'Brad King2020-08-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack/WiX: Add support for custom XML namespacesFritz Elfert2020-08-181-1/+1
* | | | | | | | | Merge topic 'ExternalProject-retry-only-recoverable'Brad King2020-08-192-34/+57
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ExternalProject: add INACTIVITY_TIMEOUT argumentThomas Bernard2020-08-182-3/+17
| * | | | | | | | | ExternalProject: retry download on recoverable errorsThomas Bernard2020-08-111-31/+40
* | | | | | | | | | Merge topic 'CMakeDependentOption-doc'Brad King2020-08-191-10/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CMakeDependentOption: Expand documentationBetsy McPhail2020-08-181-10/+23
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'ep-patch-skip-update-dep'Brad King2020-08-191-27/+5
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |