- Feb 18, 2021
- Feb 16, 2021
-
-
Brad King authored
-
Brad King authored
-
754f4f68 FindPython: fix erroneous variable handling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5816
-
Brad King authored
-
Brad King authored
Merge-request: !5816
-
Fixes: #21817
-
121d6029 presets: Inherit 'quiet' property for test presets 7fd6bb68 presets: Remove unintended rerunFailed option from test presets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5808
-
17ae4e1b FindPNG: only mark used variables as advanced Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5809
-
4642c81c IntelLLVM: Remove incomplete C17 support Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Raul Tambre <raul@tambre.ee> Merge-request: !5805
-
- Feb 15, 2021
-
-
Brad King authored
-
Brad King authored
CMake does not yet model support for C17. Avoid possible confusion by removing the settings for IntelLLVM pending a full implementation.
-
Ben Boeckel authored
The `PNG_LIBRARY` variable is an output and not a cache variable. Fixes some CMP0102 warnings.
-
7c147b21 Help: Add Ninja Multi-Config and make generator types into links 5039ca11 Help: Convert output directory variable mentions to cross-references 1a7e51b9 Help: Cleanup wording and links in 3.20 release notes d1683032 CPackIFW: Improve warning and docs for show page list option 7ed7db88 CPackIFW: Fix cppcheck warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5810
-
9ea66b2d CUDA: Capture all nvcc output when extracting toolkit root Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Raul Tambre <raul@tambre.ee> Tested-by:
Raul Tambre <raul@tambre.ee> Acked-by:
Rong Ou <rong.ou@gmail.com> Merge-request: !5804
-
55e49392 FindGDAL: add release note f4b53fad FindGDAL: support finding additional GDAL library names 1b277445 FindGDAL: add support for skipping gdal-config 1621cb3e FindGDAL: add documentation to cache variables 3caaff4c FindGDAL: conditionally set the output variables 3f6a4f20 FindGDAL: mark cache variables as advanced 02e90630 FindGDAL: use execute_process instead of exec_program 140344da FindGDAL: fix some indentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5799
-
Brad King authored
-
cd80f390 Help: Add 3.19.5 release notes for Xcode iOS-related changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5811
-
Brad King authored
Merge-request: !5811
-
- Feb 14, 2021
-
-
Craig Scott authored
-
- Feb 13, 2021
-
-
Craig Scott authored
-
Craig Scott authored
-
Craig Scott authored
-
Craig Scott authored
-
Craig Scott authored
The cppcheck warnings about uninitialised variables are likely harmless, since they are initialised in ParseResource() anyway. Fix the warnings anyway to reduce linting noise. The warning about a single argument non-explicit constructor is worth fixing in general.
-
- Feb 12, 2021
-
-
-
-
Brad King authored
Since commit fb2afef6 (CUDA: Support nvcc symlinking to ccache, 2021-01-07) and commit 3cef91a3 (CUDA: Always extract CUDA Toolkit root from nvcc verbose output, 2021-02-03) we always run the command `nvcc -v __cmake_determine_cuda` to look for the toolkit root in its stderr. On Windows, that command may print to stdout instead, so capture that as well.
-
cf22237c Help: clarify availability of the MSVC_IDE variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5800
-
8251b62b FindMPI: Fix reason for a non-enabled non-requested language Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5801
-
8ee93390 IAR: add support for the STM8 compiler Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5796
-
-
- Feb 11, 2021
-
-
Brad King authored
-
Brad King authored
-
Ben Boeckel authored
This can be confusing if there are autotools and CMake-built GDAL builds within the same environment as the autotools variant will always be preferred.
-
Ben Boeckel authored
-