- 20 Aug, 2020 2 commits
-
-
Brad King authored
Using `git describe --contains` is the preferred way to reference a commit relative to a tag.
-
Kitware Robot authored
-
- 19 Aug, 2020 19 commits
-
-
10d7445d clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5140
-
16accdc7 ccmake: suppress warnings in third-party form code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5141
-
267de3ba CPack/WiX: Add support for custom XML namespaces Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5132
-
116b0687 ExternalProject: add INACTIVITY_TIMEOUT argument f24e3497 ExternalProject: retry download on recoverable errors Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5034
-
91f791b4 CMakeDependentOption: Expand documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5138
-
cfcb71c5 Help: Update cmake-buildsystem documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5123
-
-
71532474 ExternalProject: Stop configure target from always appearing out-of-date c0b7198a ExternalProject: Stop patch target from always appearing out-of-date Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5136
-
71532474 ExternalProject: Stop configure target from always appearing out-of-date c0b7198a ExternalProject: Stop patch target from always appearing out-of-date Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5136
-
-
3937536d llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5139
-
447dfddb Merge branch 'backport-3.18-llvm-rc-quote-cmake' into llvm-rc-quote-cmake 3937536d llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5139
-
72822e26 FindPython: enhance robustness of version extraction from library name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5135
-
-
72822e26 FindPython: enhance robustness of version extraction from library name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5135
-
Brad King authored
-
Brad King authored
6896e509 CMakeFindBinUtils: Always consider plain binutils when not cross-compiling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5137
-
6896e509 CMakeFindBinUtils: Always consider plain binutils when not cross-compiling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5137
-
Kitware Robot authored
-
- 18 Aug, 2020 16 commits
-
-
Fix typo from commit 270e0d9c (Detect the correct target architecture for clang compilers., 2020-07-28). Issue: #21097
-
Brad King authored
-
When the installation path to cmake includes spaces, the `<CMAKE_COMMAND>` is required to have proper quotation of the cmake call. Fixes: #21095
-
Brad King authored
-
-
Since commit c5dd2ca5 (DetermineCompiler: Relax _CMAKE_TOOLCHAIN_PREFIX detection, 2020-03-25, v3.18.0-rc1~430^2), `_CMAKE_TOOLCHAIN_PREFIX` may be set even when not cross-compiling. In this case we may still need to use binutils without any prefix. Fixes: #21103
-
f7dd74e4 Graphviz: Fix bug that shows duplicated alias targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5134
-
c5407b95 Help: Expand Fortran_MODULE_DIRECTORY documentation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5128
-
5eff2740 FindHDF5: Remove VTK library type detection a8e0a6b3 FindHDF5: Port changes from VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5129
-
Craig Scott authored
When updates are disconnected, don't depend on skip-update because that target is always considered out of date. Depend directly on the patch target instead because it already depends on the appropriate target regardless of whether updates are disconnected or not. This in turn means nothing depends on the skip-update target, so it has also been removed. Relates: #21086
-
Craig Scott authored
The skip-update target is always considered out-of-date. The change in 7249ba96 (ExternalProject: Enforce that patch depends on update, 2020-04-03) made the patch target depend on skip-update, which in turn made it always out of date too. The patch command should only be re-run if the download needs to be performed again where updates are disconnected. Fixes: #21086
-
In order to abort transfers on slow connections the ExternalProject command support passing the INACTIVITY_TIMEOUT argument. Fixes: #20992
-
Add a `CPACK_WIX_CUSTOM_XMLNS` option to specify these. Fixes: #21098
-
Add additional information to the cmake-buildsystem manual: * Add link to "Generator Expressions" in a place which demonstrates a generator expression without linking to what they are. * Update "diagnostic message" for "Compatible Interface Properties" to contain an example of the message sent. * Add information about the macOS FRAMEWORK_VERSION and how "A" is the conventional value to use.
-
Marc Chevrier authored
Fixes: #21105
-
Kitware Robot authored
-
- 17 Aug, 2020 3 commits
-
-
When using subdirectories the alias targets were duplicated
-
Document how Visual Studio generators append per-configuration directory to path where Fortran modules are created.
-
a2098773 add_test: Allow special characters in test name (w/ policy CMP0110) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5076
-