summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FetchContent: Don't update timestamps if files don't changeCraig Scott2021-02-226-4/+107
* ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checksCraig Scott2021-02-222-2/+4
* Merge topic 'fetchcontent-patch-step-typo' into release-3.20Craig Scott2021-02-184-1/+26
|\
| * FetchContent: Restore patch command supportCraig Scott2021-02-174-1/+26
|/
* CMake 3.20.0-rc1v3.20.0-rc1Brad King2021-02-161-1/+1
* Merge branch 'release-3.19' into release-3.20Brad King2021-02-160-0/+0
|\
| * Merge branch 'FindPython-fix-variable-handling' into release-3.19Brad King2021-02-161-2/+2
| |\
* | \ 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 branch 'release-3.19' into release-3.20Brad King2021-02-160-0/+0
|\ \ | |/
| * CMake 3.19.5v3.19.5Brad King2021-02-151-1/+1
* | Merge topic 'preset-fixes' into release-3.20Brad King2021-02-164-14/+1
|\ \
| * | presets: Inherit 'quiet' property for test presetsSam Freed2021-02-151-0/+1
| * | presets: Remove unintended rerunFailed option from test presetsSam Freed2021-02-154-14/+0
* | | 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 'release-3.20-cleanups' into release-3.20Brad King2021-02-157-38/+46
|\ \ \
| * | | Help: Add Ninja Multi-Config and make generator types into linksCraig Scott2021-02-141-5/+6
| * | | Help: Convert output directory variable mentions to cross-referencesCraig Scott2021-02-143-3/+3
| * | | Help: Cleanup wording and links in 3.20 release notesCraig Scott2021-02-141-23/+25
| * | | CPackIFW: Improve warning and docs for show page list optionCraig Scott2021-02-142-4/+8
| * | | CPackIFW: Fix cppcheck warningsCraig Scott2021-02-141-3/+4
* | | | 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-152-14/+51
|\ \ \ \
| * | | | FindGDAL: add release noteBen Boeckel2021-02-121-0/+6
| * | | | FindGDAL: support finding additional GDAL library namesBen Boeckel2021-02-121-1/+17
| * | | | FindGDAL: add support for skipping gdal-configBen Boeckel2021-02-111-1/+8
| * | | | FindGDAL: add documentation to cache variablesBen Boeckel2021-02-111-0/+3
| * | | | FindGDAL: conditionally set the output variablesBen Boeckel2021-02-111-8/+10
| * | | | FindGDAL: mark cache variables as advancedBen Boeckel2021-02-111-0/+3
| * | | | FindGDAL: use execute_process instead of exec_programBen Boeckel2021-02-111-1/+1
| * | | | FindGDAL: fix some indentationBen Boeckel2021-02-111-3/+3
* | | | | Merge branch 'release-3.19' into release-3.20Brad King2021-02-150-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'relnote-IOS_INSTALL_COMBINED-xcode12' into release-3.19Brad King2021-02-151-0/+17
| |\ \ \ \
* | \ \ \ \ Merge topic 'relnote-IOS_INSTALL_COMBINED-xcode12' into release-3.20Brad King2021-02-151-0/+17
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Help: Add 3.19.5 release notes for Xcode iOS-related changesCraig Scott2021-02-141-0/+17
| |/ / /
* | | | Merge topic 'Help-MSVC_IDE-avail-notice' into release-3.20Brad King2021-02-121-0/+7
|\ \ \ \
| * | | | Help: clarify availability of the MSVC_IDE variableBen Boeckel2021-02-111-0/+7
| | |/ / | |/| |
* | | | Merge topic 'FindMPI-lang-reason' into release-3.20Brad King2021-02-121-1/+3
|\ \ \ \
| * | | | FindMPI: Fix reason for a non-enabled non-requested languageAxel Huebl2021-02-111-1/+3
| |/ / /
* | | | Merge topic 'iar-stm8-compiler-support' into release-3.20Brad King2021-02-127-2/+21
|\ \ \ \
| * | | | IAR: add support for the STM8 compilerFelipe Torrezan2021-02-127-2/+21
|/ / / /
* | | | Merge branch 'release-3.19' into release-3.20Brad King2021-02-110-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'release-3.18' into release-3.19Brad King2021-02-110-0/+0
| |\ \
| | * | CMake 3.18.6v3.18.6Brad King2021-02-111-1/+1
* | | | Merge topic 'IntelLLVM-no-imsvc' into release-3.20Brad King2021-02-111-1/+0
|\ \ \ \
| * | | | IntelLLVM: Remove unsupported -imsvc system include flagwilliam.r.dieter2021-02-101-1/+0