- Nov 16, 2022
-
-
351239b7 CPack/IFW: Add support for QtIFW 4.5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7920
-
94164ea5 CMP0141: Fix PCH REUSE_FROM when MSVC_DEBUG_INFORMATION_FORMAT is empty Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7914
- Nov 15, 2022
-
-
Fixes: #24164
-
Brad King authored
Under the policy's NEW behavior, `[CMAKE_]MSVC_DEBUG_INFORMATION_FORMAT` may be explicitly set to an empty string to tell CMake not to add any flags for this abstraction. In this case, fall back to checking the language-wide flags as we do in the OLD behavior. This revises commit 183b9a9e (CMP0141: Fix PCH REUSE_FROM under policy NEW behavior, 2022-10-31, v3.25.0-rc3~4^2). Issue: #24106
-
- Nov 14, 2022
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
Merge-request: !7910
-
Brad King authored
Merge-request: !7910
-
Brad King authored
Merge-request: !7910
-
Adding missing narrow string conversion. This backports commit f3c918ef (cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022, 2022-10-20, v3.25.0-rc3~31^2) to the CMake 3.23 and 3.24 branches. Fixes: #24162
-
0e9782b3 msvc: bless MSVC 19.34 support for C++ modules as experimental Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7745
-
f9ff6ab2 IAR: Fix ASM compiler architecture detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7903
-
- Nov 11, 2022
-
-
Ben Boeckel authored
Visual Studio 17.4 now contains official support for what CMake needs.
-
Narrow the regex to match the actual supported architectures, avoiding mismatched detection. Fixes: #24145
-
bd5176ab gitlab-ci: Update Windows packaging builds to MSVC 14.34 toolset ccdff280 gitlab-ci: Update Windows non-packaging builds to MSVC 14.34 toolset Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7891
-
46b28495 ci: Update LLVM/Clang to 15.0 in nightly CI jobs on Windows 3eb94e4d ci: Simplify LLVM/Clang CI job specs on Windows 8ba5835c ci: Factor out helper to load clang into environment on Windows bf2e4a2e ci: Factor out helper to load ninja into environment on Windows 93ff7261 Tests: Fix TryCompile bad source case for clang-cl 15 on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7897
-
5e7c8f44 Ninja: Restore support for compilers not defining a C++ standard level Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Jaeden Amero <kitware@patater.com> Acked-by:
Martin Kojtal <martin.kojtal@arm.com> Merge-request: !7896
-
Brad King authored
-
019af622 expat: Activate POSIX APIs even without compiler extensions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7899
-
- Nov 10, 2022
-
-
Brad King authored
Merge-request: !7899
-
Compile with the preprocessor definitions necessary for the `arc4random` family so it's available even when compiler extensions are not enabled. Similar things are done in cmbzip2, cmcurl, cmlibarchive, cmliblizma and cmlibuv. This issue surfaced on a nightly bot after glibc 2.36 added arc4random functions. cmlibarchive defines the necessary macro, but also relies on `HAVE_ARC4RANDOM_BUF`. cmlibarchive's check with the necessary macro defined was skipped due to cmexpat running the same check before, but without the macros, and it being cached. This extends commit c7c3e39e (Utilities: Activate POSIX APIs even without compiler extensions, 2022-06-02, v3.24.0-rc1~34^2) to cover our build of expat too. Issue: #20454
-
Brad King authored
Problems with `cmake-gui` when compiled with the MSVC 14.33 toolset, that did not occur with the MSVC 14.32 toolset, no longer occur with the MSVC 14.34 toolset. Revert commit cb8b27a9 (gitlab-ci: Use separate MSVC toolset specification for packaging jobs, 2022-08-18, v3.24.2~24^2~1) and update the remaining toolset version references. Fixes: #23859
-
Brad King authored
-
Brad King authored
-
Brad King authored
Move environment setup to job-specific scripts so we can reuse the common `.cmake_test_windows_external` code path.
-
Brad King authored
-
Brad King authored
-
Brad King authored
When `pass.c bad#source.c` passes through `nmake`, the compiler gets `pass.c bad`. The clang-cl 15 compiler now fails on `bad` with an error that we did not previously match. Update our regex.
-
Since commit 386465bf (cmTarget: add support for C++ module fileset types, 2022-04-08, v3.25.0-rc1~624^2~7), the Ninja generator checks for C++20 support using logic that requires `CMAKE_<LANG>_STANDARD_DEFAULT` to be non-empty. On some compilers, such as ARMClang, CMake does not automatically detect and set default language standards, thus causing `HaveStandardAvailable` to raise an internal error. To fix this issue, if `CMAKE_CXX_STANDARD_DEFAULT` is empty, assume all standards to be supported instead of calling `HaveStandardAvailable`. This is consistent with how `CompileFeaturesNode::Evaluate` handles this case. Fixes: #24146
-
ec76a9c2 cmake-gui: Restore embedded version information in Windows binary Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7895
-
c0a4536c curl: Disable schannel TLS 1.3 support on Windows 11 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7894
-
- Nov 09, 2022
-
-
Brad King authored
Curl 7.85.0 introduced support for TLS 1.3 support with schannel. We've observed connection failures in some cases, so disable the support pending further investigation. Fixes: #24147
-
977c38c3 Help: Render guide links as normal text instead of monospace Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7886
-
- Nov 08, 2022
-
-
The guide document names are phrases, not code-like man-page names. Add CSS selectors for `:guide:` links and revert unnecessary properties.
-
435b0c57 Help: Fix some redirects reported with sphinx linkcheck ac5295a9 Help: Fix broken external links found by sphinx linkcheck Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7876
-
1046a61c Help: clean up and clarify block() and return() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7872
-
96ddcbee cmState: Clarify name of member tracking the active scope in a directory cb53d930 block: Fix variable scope protection from modification by subdirectories Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7885