summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'GNUInstallDirs-doc' into release-3.20Brad King2021-03-301-1/+4
|\
| * GNUInstallDirs: Clarify that CMAKE_INSTALL_<dir> may be absoluteBrad King2021-03-291-1/+4
* | FindIntl: Fix detection of intl built in to C libraryBrad King2021-03-261-39/+53
* | FindIntl: Improve documentation formattingSibi Siddharthan2021-03-261-17/+38
|/
* Merge topic 'FindPkgConfig-NAMES_PER_DIR' into release-3.20Brad King2021-03-171-1/+4
|\
| * FindPkgConfig: Restore preference for first pkg-config in PATHBrad King2021-03-161-1/+4
* | Merge topic 'FindOpenMP-IntelLLVM-Windows' into release-3.20Brad King2021-03-171-1/+6
|\ \
| * | FindOpenMP: Use -Qiopenmp instead of -fiopenmp for IntelLLVM on WindowsWilliam R. Dieter2021-03-151-1/+6
* | | FindMatlab: R2021a version mapMichael Hirsch2021-03-151-0/+1
|/ /
* | Merge topic 'cray-compiler-wrapper-detection' into release-3.20Brad King2021-03-113-5/+5
|\ \ | |/
| * Cray: Enable Cray compiler wrapper detection on all platformsJustin LaPolla2021-03-103-5/+5
* | Merge topic 'ep-fc-revert-refactoring' into release-3.20Brad King2021-03-1020-1782/+1087
|\ \
| * | Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-0920-1782/+1087
* | | FindMatlab: Fix Matlab_LIBRARIES for MCRSilvio Traversaro2021-03-091-2/+9
|/ /
* | Merge topic 'CrayPrgEnv-detection' into release-3.20Brad King2021-03-093-5/+5
|\ \ | |/
| * Revert "Cray: Fix Cray compiler detection on new platforms"Brad King2021-03-083-5/+5
* | Cray: Enable explicit Fortran preprocessing for Ninja generatorBrad King2021-03-051-0/+4
* | Merge topic 'android-r22' into release-3.20Brad King2021-03-032-1/+40
|\ \
| * | Android: Do not use gold for ndk >= r22Haibo Huang2021-03-031-1/+1
| * | Android: Detect NDK version numberHaibo Huang2021-03-031-0/+39
* | | CMakeDetermineCompilerId: Fix REQUIRE_SUCCESS with multiple user flagsRaul Tambre2021-03-021-1/+1
* | | Merge topic 'FindOpenGL-GLX-no-GLVND' into release-3.20Brad King2021-03-021-1/+1
|\ \ \
| * | | FindOpenGL: handle GLX without GLVNDBen Boeckel2021-02-261-1/+1
| |/ /
* | | CMakeDetermineCompilerId: Test without COMPILER_ID_FLAGS if REQUIRE_SUCCESSRaul Tambre2021-02-271-16/+34
|/ /
* | PGI: Explicitly specify CMAKE_CXX98_STANDARD_COMPILE_OPTIONRobert Maynard2021-02-241-0/+2
* | Merge topic 'better_cuda_compiler_detection_error_messages' into release-3.20Brad King2021-02-241-5/+5
|\ \
| * | CUDA: Improve error messages when CUDA compiler detection failsRobert Maynard2021-02-231-5/+5
* | | Merge topic 'nag-fortran-include-moddir' into release-3.20Brad King2021-02-231-0/+1
|\ \ \
| * | | NAG: Fix using Fortran modules from their output directoryBrad King2021-02-221-0/+1
* | | | Merge topic 'fix-IS_NEWER_THAN-usage' into release-3.20Brad King2021-02-223-6/+26
|\ \ \ \ | |/ / / |/| | |
| * | | FetchContent: Don't update timestamps if files don't changeCraig Scott2021-02-221-4/+22
| * | | ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checksCraig Scott2021-02-222-2/+4
* | | | Merge topic 'intel-fortran-preprocess' into release-3.20Brad King2021-02-192-4/+20
|\ \ \ \
| * | | | IntelLLVM: Make explicit Fortran preprocessing under Ninja more robustBrad King2021-02-181-2/+10
| * | | | Merge branch 'backport-intel-fortran-preprocess'Brad King2021-02-181-2/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Intel: Make explicit Fortran preprocessing under Ninja more robustBrad King2021-02-181-2/+10
* | | | | Merge topic 'fix-intel-compiler-check' into release-3.20Brad King2021-02-181-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DetermineCompiler: Fix copy-paste error in Intel Compiler detectionGregor Jasny2021-02-171-1/+1
| |/ / /
* | | | FetchContent: Restore patch command supportCraig Scott2021-02-171-1/+1
|/ / /
* | | Merge topic 'FindPython-fix-variable-handling' into release-3.20Brad King2021-02-161-2/+2
|\ \ \ | |/ /
| * | FindPython: fix erroneous variable handlingMarc Chevrier2021-02-161-2/+2
* | | Merge topic 'FindPNG-advanced-variables' into release-3.20Brad King2021-02-161-2/+1
|\ \ \
| * | | FindPNG: only mark used variables as advancedBen Boeckel2021-02-151-2/+1
* | | | Merge topic 'IntelLLVM-unused-C17' into release-3.20Brad King2021-02-161-8/+3
|\ \ \ \
| * | | | IntelLLVM: Remove incomplete C17 supportBrad King2021-02-151-8/+3
| |/ / /
* | | | Merge topic 'cuda-nvcc-output' into release-3.20Brad King2021-02-153-9/+12
|\ \ \ \
| * | | | CUDA: Capture all nvcc output when extracting toolkit rootBrad King2021-02-123-9/+12
| |/ / /
* | | | Merge topic 'FindGDAL-improvements' into release-3.20Brad King2021-02-151-14/+45
|\ \ \ \ | |/ / / |/| | |
| * | | FindGDAL: support finding additional GDAL library namesBen Boeckel2021-02-121-1/+17
| * | | FindGDAL: add support for skipping gdal-configBen Boeckel2021-02-111-1/+8