summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Introduce place-holder for dependency target.Marc Chevrier2020-11-2817-19/+19
* Merge topic 'FPHSA-usable-outside-find_package'Marc Chevrier2020-11-281-2/+7
|\
| * FPHSA: ensure it can be used outside 'find_package'Marc Chevrier2020-11-251-2/+7
* | Merge topic 'cuda_detect_vs_codegen'Brad King2020-11-251-4/+8
|\ \
| * | CUDA: Fix user-set architectures during detection with Visual StudioRaul Tambre2020-11-251-4/+8
* | | Merge topic 'cuda_11'Brad King2020-11-231-4/+6
|\ \ \
| * | | CUDA: Error if can't determine toolkit library rootRaul Tambre2020-11-221-0/+2
| * | | CUDA: Clang CUDA 11.1 supportRaul Tambre2020-11-221-4/+4
| | |/ | |/|
* | | Merge branch 'master' into FindGTest-revert-no-releaseBrad King2020-11-2065-236/+707
|\ \ \
| * \ \ Merge topic 'revert-explicit-LANGUAGE-flag'Brad King2020-11-2012-24/+3
| |\ \ \ | | |/ /
| | * | Revert "specify language flag when source LANGUAGE property is set"Brad King2020-11-1912-24/+3
| * | | Merge topic 'rename_cuda_memcheck'Brad King2020-11-181-2/+2
| |\ \ \ | | |/ /
| * | | CPack/DEB: Do not crash when asked for debug symbols when there are noneAndrew Fuller2020-11-161-0/+4
| * | | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by defaultBrad King2020-11-131-1/+7
| * | | MSVC: Factor out initialization of /GR flagBrad King2020-11-131-4/+8
| * | | Merge topic 'usejava_helpers'Brad King2020-11-134-25/+7
| |\ \ \
| | * | | UseJava: Move helper scripts to subdirectoryNikita Nemkin2020-11-124-25/+7
| * | | | Merge topic 'android-abis'Brad King2020-11-131-61/+76
| |\ \ \ \
| | * | | | Android: load ABI information from abis.cmakeHaibo Huang2020-11-121-61/+76
| | |/ / /
| * | | | Merge topic 'qtifw-archivegen'Brad King2020-11-131-0/+10
| |\ \ \ \
| * \ \ \ \ Merge topic 'qtifw-4.0'Brad King2020-11-131-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'xcode-compiler-id-path'Brad King2020-11-134-4/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge topic 'xcode-compiler-id-arch'Brad King2020-11-132-2/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'ctest-batch'Brad King2020-11-122-12/+0
| |\ \ \ \ \ \ \
| | * | | | | | | CTest: Remove additional batch test variablesSeth R Johnson2020-11-112-12/+0
| * | | | | | | | Merge topic 'FindBLAS/OpenBLAS-OpenMP'Brad King2020-11-121-1/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | FindBLAS: Add dependency of OpenBLAS on OpenMP for BLA_STATICEisuke Kawashima2020-11-111-1/+7
| * | | | | | | | | Merge topic 'FindRuby-vs-runtimes'Brad King2020-11-121-7/+13
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'FortranCInterface-CMP0056'Brad King2020-11-112-0/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | FortranCInterface: Honor CMAKE_EXE_LINKER_FLAGS under CMP0056Brad King2020-11-102-0/+18
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge topic 'android-abi'Brad King2020-11-111-4/+13
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'android-root'Brad King2020-11-101-32/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Android: restructure android search pathsHaibo Huang2020-11-091-32/+14
| * | | | | | | | | | Merge topic 'python3.10'Brad King2020-11-102-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'FindProtobuf-multiple-extensions'Brad King2020-11-091-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | FindProtobuf: Support files with multiple extensions (#18329)Florian Franzen2020-11-061-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge topic 'TestBigEndian-use-abi-result'Brad King2020-11-091-8/+28
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | TestBigEndian: Re-implement using byte order detected from ABI checkBrad King2020-11-061-8/+28
| | |/ / / / / / / / /
| * | | | | | | | | | Merge topic 'android-flags'Brad King2020-11-0910-56/+63
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Android: allow NDK to control cflags / ldflagsHaibo Huang2020-11-061-7/+27
| | * | | | | | | | | Android: Move *_LLVM_TRIPLE to the centralized tableHaibo Huang2020-11-0610-49/+36
| * | | | | | | | | | Merge topic 'android-build-type'Brad King2020-11-061-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Android: default to RelWithDebInfoHaibo Huang2020-11-041-1/+1
| * | | | | | | | | | | Merge topic 'FindICU-naming'Brad King2020-11-061-8/+15
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | FindICU: Correct variable names to match documentationRoger Leigh2020-10-311-8/+15
| * | | | | | | | | | | | Merge topic 'cpack-nuget'Brad King2020-11-062-5/+78
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | CPack/NuGet: Add settings for the license, icon, and languageBob Apthorpe2020-11-052-5/+78
| * | | | | | | | | | | | | Merge topic 'apple-v4-tbd-file-arch-lookup'Brad King2020-11-061-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'FindPostgreSQL-13'Brad King2020-11-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'help_ctest_cuda_memcheck'Craig Scott2020-11-062-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \