summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindBoost-1.73' into release-3.17Brad King2020-04-281-1/+1
|\
| * FindBoost: Prevent warning with boost 1.73Orgad Shaneh2020-04-271-1/+1
* | FindPython: fix reason failure propagationMarc Chevrier2020-04-241-21/+23
* | FindPython: fix python compiler validationMarc Chevrier2020-04-231-15/+16
|/
* Merge topic 'FindBoost-1.73' into release-3.17Brad King2020-04-211-312/+329
|\
| * FindBoost: Add support for Boost 1.73Alexander Grund2020-04-201-1/+16
| * FindBoost: Simplify Boost_VERSION_STRING comparisonsAlexander Grund2020-04-201-312/+314
* | Merge topic 'ios_multi_arch_fix' into release-3.17Brad King2020-04-171-11/+76
|\ \
| * | iOS: Fix detection of supported SDK architecturesAlexandru Croitor2020-04-161-11/+76
| |/
* | Merge topic 'FindPython-if-auto-deref' into release-3.17Brad King2020-04-151-9/+9
|\ \
| * | FindPython: remove extra dereferenceBen Boeckel2020-04-141-1/+1
| * | FindPython: avoid autoderef in version comparisonsBen Boeckel2020-04-141-8/+8
| |/
* | Merge topic 'FindCUDAToolkit-search-stubs' into release-3.17Brad King2020-04-151-2/+20
|\ \
| * | FindCUDAToolkit searches stub location lastRobert Maynard2020-04-141-2/+20
* | | Merge topic 'FindMPI-pgi-spectrum-mpi-wrappers' into release-3.17Brad King2020-04-131-3/+3
|\ \ \ | |_|/ |/| |
| * | FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPIChuck Atkins2020-04-101-3/+3
| * | Merge branch 'FindPython-fix-VIRTUALENV-eq-FIRST' into release-3.16Brad King2020-04-011-1/+1
| |\ \
* | | | Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTSBrad King2020-04-081-2/+2
* | | | Merge topic 'llvm-rc-include-path' into release-3.17Brad King2020-04-072-2/+2
|\ \ \ \
| * | | | llvm-rc: Restore include path for data after explicit preprocessingThomas Bernard2020-04-062-2/+2
* | | | | Merge topic 'ExternalProject-no-extract-bool' into release-3.17Brad King2020-04-031-1/+1
|\ \ \ \ \
| * | | | | ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF`Ben Boeckel2020-04-021-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge topic 'FindPython-fix-VIRTUALENV-eq-FIRST' into release-3.17Brad King2020-04-021-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | FindPython: fix handling when FIND_VIRTUALENV == FIRSTMarc Chevrier2020-04-011-1/+1
* | | | | Merge topic 'xl-cxx14' into release-3.17Brad King2020-04-011-1/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | XL: Add comment clarifying why we pretend it has full C++11/14 supportBrad King2020-03-311-0/+6
| * | | | XL: C++14 language level flags are only available on LinuxBrad King2020-03-311-1/+1
| | |/ / | |/| |
* | | | Merge topic 'llvm_rc_pp' into release-3.17Brad King2020-03-301-1/+1
|\ \ \ \
| * | | | llvm-rc: Enable preprocessing if CMAKE_RC_COMPILER_INIT is an absolute pathLucas Wang2020-03-271-1/+1
* | | | | Merge topic 'vs-clangcl' into release-3.17Brad King2020-03-271-1/+3
|\ \ \ \ \
| * | | | | VS: Fix ClangCL toolset compiler path detectionBrad King2020-03-261-1/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'FindPython-variable-spelling-error' into release-3.17Brad King2020-03-271-1/+1
|\ \ \ \ \
| * | | | | FindPython: fix variable spelling errorMarc Chevrier2020-03-261-1/+1
* | | | | | Merge topic 'CheckIPOSupported-cleanup-cache' into release-3.17Brad King2020-03-271-2/+4
|\ \ \ \ \ \
| * | | | | | CheckIPOSupported: Avoid polluting cache with common name 'result'Brad King2020-03-261-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'nmc-cl-showincludes' into release-3.17Brad King2020-03-271-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Ninja Multi-Config: Fix MSVC showincludes prefix detectionBrad King2020-03-261-1/+1
| |/ / / /
* | | | | Merge topic 'llvm-rc-depfile' into release-3.17Brad King2020-03-271-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | llvm-rc: Write depfile to location specified by the generatorThomas Bernard2020-03-261-1/+2
| * | | | llvm-rc: Select preprocessor from active languagesThomas Bernard2020-03-261-2/+2
| |/ / /
* | | | FindPython: misc. fixesMarc Chevrier2020-03-244-27/+21
|/ / /
* | | Merge topic 'FindMatlab-r2020' into release-3.17Brad King2020-03-201-0/+1
|\ \ \
| * | | FindMatlab: Add R2020a=9.8Michael Hirsch, Ph.D2020-03-191-0/+1
* | | | Merge topic 'GetPrerequisites-vcruntime-is-system' into release-3.17Brad King2020-03-201-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | GetPrerequisites: Classify vcruntime libraries as systemErr0rC0deX2020-03-191-3/+3
| | |/ | |/|
| * | Merge branch 'backport-3.16-FindPython-cache-cleanup' into release-3.16Brad King2020-02-271-51/+98
| |\ \
| | * | FindPython: Do not cache computed result variables in CMake 3.16Marc Chevrier2020-02-261-2/+2
| | * | FindPython: Mark non-public cache entries INTERNAL in CMake 3.16Marc Chevrier2020-02-261-48/+95
| * | | Merge branch 'FindPkgConfig-scope' into release-3.16Brad King2020-02-241-0/+6
| |\ \ \
| * \ \ \ Merge branch 'backport-cuda-non-device-link' into release-3.16Brad King2020-02-241-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |