summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'find-package-check-empty-version-range'Craig Scott2020-09-301-7/+3
|\
| * find_package: raise error on empty version rangeMarc Chevrier2020-09-291-7/+3
* | Merge topic 'cxx-as-objcxx'Brad King2020-09-302-2/+2
|\ \
| * | OBJCXX: Fix regression for compiling cpp files as objcxxCristian Adam2020-09-292-2/+2
| * | Merge topic 'FindJNI-aarch64' into release-3.18Brad King2020-09-281-1/+1
| |\ \
| * \ \ Merge topic 'clang-llvm-lib' into release-3.18Brad King2020-09-251-1/+2
| |\ \ \
* | \ \ \ Merge topic 'cuda-11.1-sm86'Brad King2020-09-301-3/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 supportzasdfg bnm2020-09-291-3/+13
* | | | | Merge topic 'add_lang_agnostic_check_compile_flag_module'Brad King2020-09-296-117/+122
|\ \ \ \ \
| * | | | | CheckCompilerFlag: unified way to check compiler flags per languageRobert Maynard2020-09-286-117/+122
* | | | | | Merge topic 'vs-generator-platform-install-prefix'Brad King2020-09-281-0/+4
|\ \ \ \ \ \
| * | | | | | VS: Fix CMAKE_INSTALL_PREFIX with GENERATOR_PLATFORM for x64 and ARMRechi2020-09-251-0/+4
| |/ / / / /
* | | | | | Merge topic 'pkg_config_detailed_error'Brad King2020-09-281-2/+10
|\ \ \ \ \ \
| * | | | | | FindPkgConfig: Search for pkg-config.bat file on a Windows hostAlexandru Croitor2020-09-251-1/+7
| * | | | | | FindPkgConfig: Show more info when pkg-config --version failsAlexandru Croitor2020-09-251-1/+3
| |/ / / / /
* | | | | | Merge topic 'FPHSA-fix-spurious-error'Brad King2020-09-281-1/+1
|\ \ \ \ \ \
| * | | | | | FPHSA: avoid spurious error if version variable is not definedMarc Chevrier2020-09-251-1/+1
* | | | | | | Merge topic 'FindJNI-aarch64'Brad King2020-09-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | FindJNI: Add aarch64 supportBrad King2020-09-251-1/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'cuda_clang_separable'Brad King2020-09-255-3/+25
|\ \ \ \ \
| * | | | | CUDA: Clang separable compilationRaul Tambre2020-09-245-3/+25
| | |/ / / | |/| | |
* | | | | Merge topic 'clang-llvm-lib'Brad King2020-09-251-1/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Clang: Look for llvm-lib when using MSVC-like front-endShoaib Meenai2020-09-241-1/+2
| |/ /
* | | Merge topic 'check-source-modules'Brad King2020-09-2413-763/+416
|\ \ \
| * | | CheckSoureRuns: Add a unified way to check if a source runsRobert Maynard2020-09-236-387/+212
| * | | CheckSoureCompiles: Add a unified way to check if a source compilesRobert Maynard2020-09-237-376/+204
* | | | Merge topic 'FindPython-fix-regex'Brad King2020-09-241-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | FindPython: Fix erroneous regex in ABI checkMarc Chevrier2020-09-231-1/+1
| | |/ | |/|
* | | Merge topic 'find_package-version-range'Craig Scott2020-09-246-63/+226
|\ \ \
| * | | CMakePackageConfigHelpers: Add version range supportMarc Chevrier2020-09-235-5/+42
| * | | FPHSA: add support of version rangeMarc Chevier2020-09-231-58/+184
* | | | Merge topic 'intel-dpcpp'Brad King2020-09-232-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Intel: Add Intel DPC++ compiler identificationHarini Chilamantula2020-09-222-0/+8
| |/ /
* | | FindProtobuf: Link to threads dependency only when Protobuf is foundBrad King2020-09-221-1/+1
|/ /
* | Merge topic 'comp-ti-std-options'Brad King2020-09-223-12/+141
|\ \
| * | Compiler/TI: Add std options for C++14Josef Angstenberger2020-09-201-4/+22
| * | Compiler/TI: Add std options for C++98Josef Angstenberger2020-09-201-0/+51
| * | Compiler/TI: Add std options for C11Josef Angstenberger2020-09-201-0/+11
| * | Compiler/TI: Check default C standardJosef Angstenberger2020-09-202-0/+19
| * | Compiler/TI: Check compiler version for C99 supportJosef Angstenberger2020-09-201-4/+35
| * | Compiler/TI: Fix definition of std optionsJosef Angstenberger2020-09-201-4/+4
| * | Compiler/TI: Avoid generic variable name in macroJosef Angstenberger2020-09-201-8/+7
* | | Merge topic 'findthreads_missing_prototype'Brad King2020-09-221-1/+1
|\ \ \
| * | | FindThreads: Add missing static keyword in pthread test codePavel Otchertsov2020-09-181-1/+1
| |/ /
* | | Merge topic 'FindGLEW-platform'Brad King2020-09-221-2/+1
|\ \ \
| * | | FindGLEW: Avoid using CMAKE_GENERATOR_PLATFORM to detect platformAsit Dhal2020-09-211-2/+1
* | | | Merge topic 'findcudatoolkit_cross_scattered'Brad King2020-09-221-4/+5
|\ \ \ \
| * | | | FindCUDAToolkit: Support scattered installations when crosscompilingRaul Tambre2020-09-201-4/+5
| | |/ / | |/| |
* | | | Merge topic 'check-compiler-flag-result'Brad King2020-09-222-2/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'backport-3.17-check-compiler-flag-result'Brad King2020-09-212-2/+0
| |\ \ \