- Apr 28, 2020
-
-
Markus Rickert authored
-
Markus Rickert authored
-
- Apr 22, 2020
-
-
7ca13e04 Windows: Merge user-provided manifests into compiled resource Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4484
-
e89aeba5 ctest: add option --stop-on-failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4630
-
c77c9279 FindSquish: Fix setting the application under test 879b2791 FindSquish: Fix launching the Squish server process on Windows 0bc4fa2b FindSquish: Fix finding on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4620
-
8191d391 Merge branch 'upstream-KWSys' into update-kwsys e833e660 KWSys 2020-04-21 (44086372) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4646
-
-
3a7d1e95 Apple: Merge per-arch sysroot parameters if all are the same Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4647
-
3a7d1e95 Apple: Merge per-arch sysroot parameters if all are the same Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4647
-
-
bcc5cd44 CPack: Do not recurse through directory symlinks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4637
-
bcc5cd44 CPack: Do not recurse through directory symlinks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4637
-
Kitware Robot authored
-
- Apr 21, 2020
-
-
Since commit a9b41195 (Handle multi-arch sysroots on Apple platforms, 2019-07-26, v3.17.0-rc1~287^2), CMake supports "fat" builds with different sysroots. Those are passed to the compiler with the `-Xarch_<xyz>` parameter. Unfortunately this breaks the Compiler Cache (ccache) because it does not support those compiler flags: https://github.com/ccache/ccache/blob/v3.7.9/src/ccache.c#L2700-L2705 Restore the caching ability for certain "fat" build configurations (e.g. `arm64` and `armv7`) where the sysroot is the same for all selected architectures and thus a plain `-isysroot` parameter could be used.
-
e5b33871 ExternalProject: Fix step dependency on mkdir step Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4640
-
faa0c621 FindMPI: Normalize paths from MSMPI environment variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4644
-
cc56bf89 Tests/Contracts: Update VTK release branch build configuration Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4638
-
80d8b203 cmCacheManager: Cleanup CacheIterator interface Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4628
-
3328e0a3 NASM: Fix object format when CXX is enabled but not C Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4642
-
c6ba1963 FindPython: remove unnecessary if check Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4641
-
65c13207 Compiler/TI: Fix C++ toolchain command-lines 4110d9df Compiler/TI: Fix linker command line for C++ Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4627
-
7bfe2924 Merge branch 'upstream-KWIML' into update-kwiml bd202202 KWIML 2020-04-20 (4abfeaa7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4639
-
Previously we merged user-provided manifests only into the manifest file given to the linker. Merge them into the manifest file that is compiled as a resource too.
-
-
9daf79c5 FindBoost: Add support for Boost 1.73 f48051d3 FindBoost: Simplify Boost_VERSION_STRING comparisons 56b3375f BoostScanDeps: Fix typo in numpy handling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4635
-
9daf79c5 FindBoost: Add support for Boost 1.73 f48051d3 FindBoost: Simplify Boost_VERSION_STRING comparisons 56b3375f BoostScanDeps: Fix typo in numpy handling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4635
-
Brad King authored
# By KWSys Upstream * upstream-KWSys: KWSys 2020-04-21 (44086372)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 4408637212fe1ddf09425beba97e105009734e31 (master). Upstream Shortlog ----------------- Hernan Martinez (1): 00629420 SystemInformation: Add support for Windows on ARM64
-
Kitware Robot authored
-
- Apr 20, 2020
-
-
Johnny Jazeix authored
To stop the tests once one has failed Fixes: #16628
-
Frederik Gladhorn authored
The AUT (application under test) was previously set by trying to extract the target location, which is no longer supported.
-
Frederik Gladhorn authored
There are countless posts (e.g. stack overflow) that start /b takes a window title as first argument. Once I added a random string there the server was started and things started to work.
-
Brad King authored
Fixes: #20606
-
Vyacheslav Yurkov authored
When looking at `list(FIND)` result, zero index is ignored due to incorrect error handling, and users can't set dependencies on mkdir step. Fixes: #20605
-
Brad King authored
Configure our contract test to work with the VTK 9.0 branch.
-
Check CXX data pointer size if C is not set.
-
Ben Boeckel authored
`list(REMOVE_DUPLICATES)` is safe on empty lists since 3.14.
-
Brad King authored
# By KWIML Upstream * upstream-KWIML: KWIML 2020-04-20 (4abfeaa7)
-
Code extracted from: https://gitlab.kitware.com/utils/kwiml.git at commit 4abfeaa780c5107013f264c0517107b48b43bba4 (master). Upstream Shortlog ----------------- Ben Boeckel (1): a079afc6 cmake: don't set the minimum version Hernan Martinez (1): 4abfeaa7 abi.h: Add pointer size and endianess for Windows on ARM64
-