| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'vs-generator-platform-install-prefix' | Brad King | 2020-09-28 | 1 | -0/+4 |
|\ |
|
| * | VS: Fix CMAKE_INSTALL_PREFIX with GENERATOR_PLATFORM for x64 and ARM | Rechi | 2020-09-25 | 1 | -0/+4 |
|
|
* | | Merge topic 'pkg_config_detailed_error' | Brad King | 2020-09-28 | 1 | -2/+10 |
|\ \ |
|
| * | | FindPkgConfig: Search for pkg-config.bat file on a Windows host | Alexandru Croitor | 2020-09-25 | 1 | -1/+7 |
|
|
| * | | FindPkgConfig: Show more info when pkg-config --version fails | Alexandru Croitor | 2020-09-25 | 1 | -1/+3 |
| |/ |
|
* | | Merge topic 'FPHSA-fix-spurious-error' | Brad King | 2020-09-28 | 1 | -1/+1 |
|\ \ |
|
| * | | FPHSA: avoid spurious error if version variable is not defined | Marc Chevrier | 2020-09-25 | 1 | -1/+1 |
|
|
* | | | Merge topic 'FindJNI-aarch64' | Brad King | 2020-09-28 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | FindJNI: Add aarch64 support | Brad King | 2020-09-25 | 1 | -1/+1 |
|
|
* | | | Merge topic 'cuda_clang_separable' | Brad King | 2020-09-25 | 5 | -3/+25 |
|\ \ \ |
|
| * | | | CUDA: Clang separable compilation | Raul Tambre | 2020-09-24 | 5 | -3/+25 |
| | |/
| |/| |
|
* | | | Merge topic 'clang-llvm-lib' | Brad King | 2020-09-25 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Clang: Look for llvm-lib when using MSVC-like front-end | Shoaib Meenai | 2020-09-24 | 1 | -1/+2 |
| |/ |
|
* | | Merge topic 'check-source-modules' | Brad King | 2020-09-24 | 13 | -763/+416 |
|\ \ |
|
| * | | CheckSoureRuns: Add a unified way to check if a source runs | Robert Maynard | 2020-09-23 | 6 | -387/+212 |
|
|
| * | | CheckSoureCompiles: Add a unified way to check if a source compiles | Robert Maynard | 2020-09-23 | 7 | -376/+204 |
|
|
* | | | Merge topic 'FindPython-fix-regex' | Brad King | 2020-09-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | FindPython: Fix erroneous regex in ABI check | Marc Chevrier | 2020-09-23 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge topic 'find_package-version-range' | Craig Scott | 2020-09-24 | 6 | -63/+226 |
|\ \ \ |
|
| * | | | CMakePackageConfigHelpers: Add version range support | Marc Chevrier | 2020-09-23 | 5 | -5/+42 |
|
|
| * | | | FPHSA: add support of version range | Marc Chevier | 2020-09-23 | 1 | -58/+184 |
|
|
* | | | | Merge topic 'intel-dpcpp' | Brad King | 2020-09-23 | 2 | -0/+8 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Intel: Add Intel DPC++ compiler identification | Harini Chilamantula | 2020-09-22 | 2 | -0/+8 |
| |/ / |
|
* | | | FindProtobuf: Link to threads dependency only when Protobuf is found | Brad King | 2020-09-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'comp-ti-std-options' | Brad King | 2020-09-22 | 3 | -12/+141 |
|\ \ |
|
| * | | Compiler/TI: Add std options for C++14 | Josef Angstenberger | 2020-09-20 | 1 | -4/+22 |
|
|
| * | | Compiler/TI: Add std options for C++98 | Josef Angstenberger | 2020-09-20 | 1 | -0/+51 |
|
|
| * | | Compiler/TI: Add std options for C11 | Josef Angstenberger | 2020-09-20 | 1 | -0/+11 |
|
|
| * | | Compiler/TI: Check default C standard | Josef Angstenberger | 2020-09-20 | 2 | -0/+19 |
|
|
| * | | Compiler/TI: Check compiler version for C99 support | Josef Angstenberger | 2020-09-20 | 1 | -4/+35 |
|
|
| * | | Compiler/TI: Fix definition of std options | Josef Angstenberger | 2020-09-20 | 1 | -4/+4 |
|
|
| * | | Compiler/TI: Avoid generic variable name in macro | Josef Angstenberger | 2020-09-20 | 1 | -8/+7 |
|
|
* | | | Merge topic 'findthreads_missing_prototype' | Brad King | 2020-09-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | FindThreads: Add missing static keyword in pthread test code | Pavel Otchertsov | 2020-09-18 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'FindGLEW-platform' | Brad King | 2020-09-22 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | FindGLEW: Avoid using CMAKE_GENERATOR_PLATFORM to detect platform | Asit Dhal | 2020-09-21 | 1 | -2/+1 |
|
|
* | | | | Merge topic 'findcudatoolkit_cross_scattered' | Brad King | 2020-09-22 | 1 | -4/+5 |
|\ \ \ \ |
|
| * | | | | FindCUDAToolkit: Support scattered installations when crosscompiling | Raul Tambre | 2020-09-20 | 1 | -4/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'check-compiler-flag-result' | Brad King | 2020-09-22 | 2 | -2/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'backport-3.17-check-compiler-flag-result' | Brad King | 2020-09-21 | 2 | -2/+0 |
| |\ \ \ |
|
| | * | | | Check*CompilerFlag: Do not set result as a normal variable too | Brad King | 2020-09-21 | 2 | -2/+0 |
|
|
* | | | | | Merge topic 'xcode-12-new-build-system' | Brad King | 2020-09-21 | 2 | -0/+13 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | ExternalProject: Use CMP0114 NEW behavior with Xcode "new build system" | Brad King | 2020-09-18 | 2 | -0/+13 |
|
|
* | | | | | Merge topic 'FindMatlab-r2020b' | Brad King | 2020-09-18 | 1 | -0/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | /
| |_|_|/
|/| | | |
|
| * | | | FindMatlab: add R2020b => 9.9 | Michael Hirsch | 2020-09-17 | 1 | -0/+1 |
|
|
* | | | | Merge topic 'finddoxygen-permission-denied' | Brad King | 2020-09-17 | 1 | -7/+11 |
|\ \ \ \ |
|
| * | | | | FindDoxygen: build the generated file contents using temporary strings | Ronald Hiemstra | 2020-09-16 | 1 | -7/+11 |
|
|
* | | | | | Merge topic 'findlibxml2_add_names' | Brad King | 2020-09-17 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | FindLibXml2 : added libxml2_a to find_library() | Olivier LIESS | 2020-09-16 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge topic 'system-includes-for-clang-on-windows' | Brad King | 2020-09-17 | 1 | -0/+1 |
|\ \ \ \ \ |
|