- May 29, 2021
- May 28, 2021
-
-
Brad King authored
-
Brad King authored
Look up items individually so the call sites can do something with the result besides appending to a vector.
-
Brad King authored
-
Brad King authored
`AddTargetObject` knows the location of object files.
-
Brad King authored
-
-
4c33b4e3 Merge branch 'master' into ci-msvc-14.29-16.10 59d9fa71 gitlab-ci: Update Windows builds to MSVC 19.29-16.10 toolset Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6172
-
59d9fa71 gitlab-ci: Update Windows builds to MSVC 19.29-16.10 toolset Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6172
-
Brad King authored
-
-
9054cd05 VS: Add flag table entries for '/external:W*' flags in VS 16.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6171
-
9054cd05 VS: Add flag table entries for '/external:W*' flags in VS 16.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6171
-
Brad King authored
-
a60141fe VS: Add special case for '-T version=14.29.16.10' under VS 16.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6169
-
-
a60141fe VS: Add special case for '-T version=14.29.16.10' under VS 16.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6169
-
047585ed BinUtils: Find linker and librarian for Intel compilers on Windows 995f5b4e BinUtils: Find linker and librarian for OpenWatcom cf82300a BinUtils: Clarify search logic and make it more consistent Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6164
-
d199fc4b Utilities: Add missing hard-coded try_compile results for libarchive f361cb1f Utilities: Update hard-coded try_compile results for curl 1.77.0 cd40922e Merge branch 'upstream-curl' into update-curl 18b2a8d7 curl 2021-05-26 (6b951a69) 2f38e5d2 curl: Update script to get curl 7.77.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6168
-
e609afeb WriteBasicConfigVersion supports version strings such as 21.07.04 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6167
-
91b8676f Help: Clarify {PASS,FAIL}_REGULAR_EXPRESSION semantics w.r.t. exit code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6165
-
e71c4f77 CMAKE_CFG_INTDIR: Formally deprecate in favor of $<CONFIG> Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6163
-
Brad King authored
Fixes: #22255
-
Kitware Robot authored
-
- May 27, 2021
-
-
Brad King authored
Extend the table of special cases from commit 58a50a3a (VS: Fix '-T version=14.28' under VS 16.9, 2021-03-11, v3.19.7~1^2~1). Add a special case for the name VS 16.11 will use for VS 16.10's default toolset, so that it can be used with VS 16.10 too. Using '-T version=14.29.16.10' actually works under VS 16.10 without this change, but only because there is only one 14.29 toolset so the two-component prefix happens to match the right one. Make it explicit. Issue: #21922
-
Brad King authored
-
Brad King authored
-
Brad King authored
* upstream-curl: curl 2021-05-26 (6b951a69)
-
Robert Maynard authored
Fixes #22207
-
Code extracted from: https://github.com/curl/curl.git at commit 6b951a6928811507d493303b2878e848c077b471 (curl-7_77_0).
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Also cross-reference them with each other and `SKIP_REGULAR_EXPRESSION`.
-
Brad King authored
Update our Intel linker and archiver rules to use the `<CMAKE_LINKER>` and `<CMAKE_AR>` placeholders instead of hard-coding the tool names.
-
Brad King authored
Update our OpenWatcom linker and archiver rules to use the `<CMAKE_LINKER>` and `<CMAKE_AR>` placeholders instead of hard-coding the tool names.
-
Brad King authored
Consistently consider more-specific names before less-specific names.
-
Kyle Edwards authored
-