summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'rename_cuda_memcheck'Brad King2020-11-181-2/+2
|\
| * CTest: Rename CudaMemcheck to CudaSanitizerTobias Ribizel2020-11-171-2/+2
| * Merge topic 'qtifw-archivegen' into release-3.19Brad King2020-11-131-0/+10
| |\
| * \ Merge topic 'qtifw-4.0' into release-3.19Brad King2020-11-131-1/+2
| |\ \
| * \ \ Merge topic 'xcode-compiler-id-path' into release-3.19Brad King2020-11-134-4/+4
| |\ \ \
* | | | | 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
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | CPack/IFW: Locate the archivegen utilityErlend Egeberg Aasland2020-11-121-0/+10
* | | | | | Merge topic 'qtifw-4.0'Brad King2020-11-131-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | CPack/IFW: Add support for QtIFW 4.0Erlend Egeberg Aasland2020-11-121-1/+2
* | | | | | Merge topic 'xcode-compiler-id-path'Brad King2020-11-134-4/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Xcode: Extract CMAKE_<LANG>_COMPILER from compiler id with multiple archsBrad King2020-11-124-4/+4
* | | | | | Merge topic 'xcode-compiler-id-arch'Brad King2020-11-132-2/+9
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Xcode: Default to arm64 arch on Apple Silicon hosts during compiler idBrad King2020-11-122-2/+9
| * | | | | Merge topic 'FindRuby-vs-runtimes' into release-3.19Brad King2020-11-121-7/+13
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'android-abi' into release-3.19Brad King2020-11-111-4/+13
| |\ \ \ \ \
* | \ \ \ \ \ 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
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | FindRuby: Consider more VS runtime suffix combinationsSilvio Traversaro2020-11-111-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
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Android: Use NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABISHaibo Huang2020-11-101-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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | FindPython{Interp,Libs}: Add support for version 3.10Miro HronĨok2020-11-092-2/+2
| | |/ / | |/| |
| * | | Merge topic 'apple-v4-tbd-file-arch-lookup' into release-3.19Brad King2020-11-061-3/+9
| |\ \ \
| * \ \ \ Merge topic 'FindPostgreSQL-13' into release-3.19Brad King2020-11-061-1/+1
| |\ \ \ \
* | \ \ \ \ 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
|\ \ \ \ \ \ \ \