- May 29, 2020
-
-
Extend the improved error message added for Clang by commit 19cc5bc2 (CUDA: Throw error if user-specified architectures don't work, 2020-05-26) to cover NVCC as well. Also fix the error incorrectly being thrown if the user-specified list differed in order to the architectures parsed from the compiler output. Implements: #20757
-
0508a80c gitlab-ci: update macOS jobs to Xcode 11.5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4821
-
Brad King authored
-
0d5a1fd6 gitlab-ci: pin windows and macos jobs to runners with matching toolsets Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4817
-
5058fb54 VS: Drop StdOutEncoding with VS 16.6 pending investigation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4820
-
Brad King authored
The `StdOutEncoding` added to `.vcxproj` files since commit bc877a7e (Add support to indicate UTF-8 custom command pipe output encoding, 2020-04-08) breaks custom commands with symbolic outputs on VS 16.6.0. Disable it pending further investigation and possibly a fix in VS. Issue: #20769
-
Brad King authored
The toolsets available on machines hosting shell runners will evolve over time. Require the runners to have tags indicating that they have specific toolsets available. When toolsets are eventually removed from a runner, its tags can then be updated accordingly to prevent pipelines created for old commits from ever running on them.
-
1eca5993 ALIAS target: cannot overwrite an existing target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4810
-
d606b19f server-mode: Fix regression in cache entry reporting Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4808
-
-
2c0db404 FindSubversion: Do not accept macOS stub without Xcode implementation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4813
-
2c0db404 FindSubversion: Do not accept macOS stub without Xcode implementation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4813
-
Kitware Robot authored
-
- May 28, 2020
-
-
Fixes: #19616
-
35b29d35 ci: disable java detection 72a76979 gitlab-ci: pin macOS to a specific Xcode version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4812
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Brad King authored
Xcode no longer provides a `svn` implementation, but the `/usr/bin/svn` stub may still exist.
-
Brad King authored
-
9c161cc2 Merge branch 'upstream-KWSys' into update-kwsys c47501bc KWSys 2020-05-27 (a3263389) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4804
-
1f791eb1 Multi-Ninja: Fix reusable PCHs for MSVC Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Alexej Harm <alexej.h@xiphos.de> Merge-request: !4787
-
bc681fc3 Hard-code some try_compile results for third-party libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4802
-
61d746e5 FindOpenSSL: Detect OpenSSL 3.0.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4805
-
-
61d746e5 FindOpenSSL: Detect OpenSSL 3.0.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4805
-
6ba84216 CPack-deb: don't add a line with a dot to pkg desc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4806
-
-
6ba84216 CPack-deb: don't add a line with a dot to pkg desc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4806
-
Refactoring in commit 0bf0e35e (cmCacheManager::GetProperty: return cmProp, 2020-03-19) changed the return type of GetCacheEntryValue. Update the server mode's call site accordingly.
-
Kitware Robot authored
-
- May 27, 2020
-
-
Jonathan Verner authored
Currently, if the package description ends with a newline (typically if it is read from a file) cpack -deb adds a single line with a dot at the end which leads to a violation of the `extended-description-contains-empty-paragraph` debian policy. This commit fixes the above behaviour. Fixes: #20763
-
19cc5bc2 CUDA: Throw error if user-specified architectures don't work Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4800
-
Fixes: #20721
-
Brad King authored
Our bundled third-party libraries perform many `try_compile` checks for compatibility with their upstream build systems. For many of the checks we already know the result for compilers we support for building CMake itself, especially on Windows. Hard-code known results to avoid running the checks.
-
dc2f964e gitlab-ci: Use stable build path on Windows fb20f4f7 gitlab-ci: Use a shorter work directory Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4807
-
Brad King authored
-
Brad King authored
-
The OpenSSL versioning is changing with the upcoming 3.0.0 release. https://www.openssl.org/blog/blog/2018/11/28/version/ Since 3.0.0, the patch letters are being dropped. The new format is: MAJOR.MINOR.PATCH The OPENSSL_VERSION variable can now be directly derived from the new OPENSSL_VERSION_STR macro. https://www.openssl.org/docs/manmaster/man3/OPENSSL_VERSION_NUMBER.html
-
Brad King authored
# By KWSys Upstream * upstream-KWSys: KWSys 2020-05-27 (a3263389)
-