summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'finddoxygen-permission-denied'Brad King2020-09-171-7/+11
|\
| * FindDoxygen: build the generated file contents using temporary stringsRonald Hiemstra2020-09-161-7/+11
* | Merge topic 'findlibxml2_add_names'Brad King2020-09-171-1/+1
|\ \
| * | FindLibXml2 : added libxml2_a to find_library()Olivier LIESS2020-09-161-1/+1
| |/
* | Merge topic 'system-includes-for-clang-on-windows'Brad King2020-09-171-0/+1
|\ \
| * | Clang: use -imsvc for system include dirs when running on WindowsAndrew Fuller2020-09-161-0/+1
| |/
* | Merge topic 'flexiblas'Brad King2020-09-162-0/+34
|\ \
| * | Find{BLAS,LAPACK}: Add support for FlexiBLASMattias Ellert2020-09-142-0/+34
* | | Merge topic 'CMAKE_LINKER_points_to_lld_link_for_msvc_with_clang_gnu_interface'Brad King2020-09-161-1/+5
|\ \ \ | |_|/ |/| |
| * | Clang: Detect lld-link when using gnu front end with msvc targetThomas Bernard2020-09-141-1/+5
| |/
* | Merge topic 'ExternalProject-steps-refinement'Brad King2020-09-151-57/+257
|\ \
| * | ExternalProject: Add policy CMP0114 to refine step target dependenciesBrad King2020-09-141-43/+235
| * | ExternalProject: Factor out an internal helper to add a step targetBrad King2020-09-101-19/+27
* | | Merge topic 'cuda_clang_scattered_cross'Brad King2020-09-151-2/+5
|\ \ \ | |_|/ |/| |
| * | CUDA: Support scattered installations when crosscompiling with ClangRaul Tambre2020-09-141-2/+5
* | | Merge topic 'findpython-docs-fixes'Kyle Edwards2020-09-143-3/+3
|\ \ \
| * | | FindPython: fix typo in Python_LIBRARY_DIRSPhilipp Storz2020-09-113-3/+3
| |/ /
* | | Merge topic 'add_COMPILER_TARGET_for_all_clang_variants_on_windows'Brad King2020-09-144-10/+14
|\ \ \ | |/ / |/| |
| * | Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windowsThomas Bernard2020-09-114-10/+14
| |/
* | Merge topic 'ispc_window_failures'Brad King2020-09-111-1/+5
|\ \
| * | ISPC: Use the `obj` file extension for objects on windowsRobert Maynard2020-09-101-1/+5
* | | Merge topic 'armclang-fixes'Brad King2020-09-111-2/+3
|\ \ \ | |_|/ |/| |
| * | ARMClang: Fix link line generation after addition of armlink supportMarc Chevrier2020-09-101-2/+3
| * | Merge topic 'ios-pch-x-lang-header' into release-3.18Brad King2020-09-094-4/+19
| |\ \
* | \ \ Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCH: Template instantiation supportTobias Hieta2020-09-021-0/+3
* | | | 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