https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
30c42db CMake 3.25.0-rc4 08 November 2022, 18:20:19 UTC
c30cd5f Merge topic 'sphinx-linkcheck' into release-3.25 435b0c573c Help: Fix some redirects reported with sphinx linkcheck ac5295a9de Help: Fix broken external links found by sphinx linkcheck Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7876 08 November 2022, 14:02:30 UTC
09fb50a Merge topic 'doc-block-return' into release-3.25 1046a61cfd Help: clean up and clarify block() and return() Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7872 08 November 2022, 14:01:23 UTC
f7c29ba Merge topic 'block-var-scope' into release-3.25 96ddcbee60 cmState: Clarify name of member tracking the active scope in a directory cb53d9309e 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 08 November 2022, 14:00:13 UTC
db24442 Merge topic 'doc-msvc-abi' into release-3.25 128c414a56 Help: Clarify compilers affected by MSVC ABI abstractions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7881 08 November 2022, 13:16:43 UTC
5e0bd92 Merge topic 'FindOpenSSL-mingw-lib64' into release-3.25 ed24414eee FindOpenSSL: Search "lib64" for mingw 64-bit installs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7875 08 November 2022, 13:15:09 UTC
f3a4c73 Merge topic 'tasking_update_toolset_doc' into release-3.25 beade1cb42 Tasking: Update CMAKE_TASKING_TOOLSET documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7880 08 November 2022, 13:13:22 UTC
488b976 Merge topic 'tasking_remove_system_processor' into release-3.25 0a1d558971 Tasking: Remove CMAKE_SYSTEM_PROCESSOR support per CMP0123 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7879 08 November 2022, 13:11:41 UTC
1eb8922 Merge topic 'doc-find-validator' into release-3.25 7e1a4567fb Help: Make VALIDATOR wording clearer and more precise Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7874 08 November 2022, 11:42:29 UTC
96ddcbe cmState: Clarify name of member tracking the active scope in a directory The `DirectoryEnd` member added by commit 52dbe654de (cmState: Record the end position of each directory., 2015-08-01, v3.4.0-rc1~251^2~1) actually tracks the current top-most scope in a directory's stack. This is evidenced by the use case in commit 3f4e5e8c3d (cmState: Return end snapshot for GetBuildsystemDirectoryParent., 2015-09-01, v3.4.0-rc1~100^2~1). Rename the member to `CurrentScope` to clarify this role. 07 November 2022, 19:36:46 UTC
cb53d93 block: Fix variable scope protection from modification by subdirectories When `cmStateSnapshot::RaiseScope` raises a variable in to a parent directory scope, it uses `GetBuildsystemDirectoryParent` to find the current top-most scope on the directory's stack. Since commit 3f4e5e8c3d (cmState: Return end snapshot for GetBuildsystemDirectoryParent., 2015-09-01, v3.4.0-rc1~100^2~1), that depends on the `DirectoryEnd` field in the directory's state. However, when variable-only scopes were added by commit 6954c8936f (cmState: Add a VariableScope snapshot type., 2015-08-01, v3.4.0-rc1~179^2~1), we neglected to account for the addition of that field by commit 52dbe654de (cmState: Record the end position of each directory., 2015-08-01, v3.4.0-rc1~251^2~1). Prior to commit 44a2f3f332 (Add new flow-control commands for variables and policies scopes management, 2022-08-05, v3.25.0-rc1~257^2) this problem went unnoticed because there was no way to have a variable scope at the top of a directory's stack while processing a subdirectory. Now the `block()/endblock()` commands enable the behavior, so fix tracking of a variable scope as the top-most scope in a directory. Fixes: #24138 07 November 2022, 19:24:24 UTC
128c414 Help: Clarify compilers affected by MSVC ABI abstractions The `MSVC_DEBUG_INFORMATION_FORMAT` and `MSVC_RUNTIME_LIBRARY` abstractions apply to any compilers targeting the MSVC ABI. Fixes: #24137 07 November 2022, 15:47:15 UTC
435b0c5 Help: Fix some redirects reported with sphinx linkcheck Mostly it's about replace `http:` with `https:` protocol. 07 November 2022, 15:07:36 UTC
ac5295a Help: Fix broken external links found by sphinx linkcheck 07 November 2022, 15:05:41 UTC
beade1c Tasking: Update CMAKE_TASKING_TOOLSET documentation Clarify the relationship between the compiler version and toolset/architecture. Fixes: #24117 07 November 2022, 14:24:03 UTC
0a1d558 Tasking: Remove CMAKE_SYSTEM_PROCESSOR support per CMP0123 Architecture specific compile options should be set through toolchain files. Fixes: #24115 07 November 2022, 14:22:02 UTC
ed24414 FindOpenSSL: Search "lib64" for mingw 64-bit installs 07 November 2022, 14:04:00 UTC
1046a61 Help: clean up and clarify block() and return() 07 November 2022, 13:05:55 UTC
7e1a456 Help: Make VALIDATOR wording clearer and more precise 07 November 2022, 12:51:51 UTC
7c52e9e Merge topic 'tasking-pic' into release-3.25 7e612977b9 Tasking: Fix PIC option for Tasking Toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Christoph Seitz <christoph.seitz@posteo.de> Merge-request: !7862 04 November 2022, 15:28:23 UTC
6a99999 Merge topic 'vs-default-toolset' into release-3.25 c50df859c5 VS: Restore support for two-part default toolset version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7864 04 November 2022, 15:26:59 UTC
392f53c Merge branch 'release-3.24' into release-3.25 04 November 2022, 15:24:54 UTC
8ad7e55 Merge topic 'ci-xcode-14.1' into release-3.25 0d3d687067 gitlab-ci: update macOS jobs to use Xcode 14.1 9684a589ca Source: Replace uses of sprintf with safer snprintf in CMake 3.24 branch eea23d21a3 Source: Tell Git not to check whitespace in third-party curses form code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7863 04 November 2022, 15:24:19 UTC
2780c3c Merge branch 'ci-xcode-14.1' into release-3.24 Merge-request: !7863 03 November 2022, 16:02:05 UTC
0d3d687 gitlab-ci: update macOS jobs to use Xcode 14.1 03 November 2022, 15:58:31 UTC
9684a58 Source: Replace uses of sprintf with safer snprintf in CMake 3.24 branch Backport commit d5694e4623 (Source: Replace uses of sprintf with safer snprintf, 2022-06-17, v3.25.0-rc1~587^2) to the CMake 3.24 branch. This is needed to compile without warnings using Xcode 14.1's macOS 13.0 SDK. 03 November 2022, 15:58:31 UTC
eea23d2 Source: Tell Git not to check whitespace in third-party curses form code 03 November 2022, 15:58:30 UTC
c50df85 VS: Restore support for two-part default toolset version Since commit f972e4fd3a (cmVSGenerator: Add support for two-part toolset versions for Visual Studio, 2022-09-01, v3.25.0-rc1~180^2), if a two-part toolset version is requested, we fail early if globbing finds no auxiliary toolsets with that version. This broke our existing support for detecting when the default toolset matches the two-part version requested. Fix the logic to ignore the two-part globbing results if they are empty so we fall through to checking the default version. Fixes: #24107 03 November 2022, 15:39:30 UTC
7e61297 Tasking: Fix PIC option for Tasking Toolset Fixes: #24114 03 November 2022, 12:57:20 UTC
48ed0f8 Merge topic 'ci-swift-5.7' into release-3.25 48ea2ce504 ci: Update debian10-ninja job to use Swift 5.7.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7860 03 November 2022, 12:19:03 UTC
32352ab Merge topic 'correct_nvptxcompiler_not_linking_to_threads' into release-3.25 62f13ed588 FindCUDAToolkit: Restore usage from multiple directories Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7859 03 November 2022, 12:15:12 UTC
083b319 Merge topic 'xcode-swift-include-dirs' into release-3.25 cb4e6702b2 Xcode: Implement Swift include directories e1ccab12d7 Xcode: Restore Swift framework search directories Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7858 03 November 2022, 12:14:14 UTC
cb4e670 Xcode: Implement Swift include directories Populate Xcode's `SWIFT_INCLUDE_PATHS` build setting with the target-wide include directories. Issue: #24116 02 November 2022, 21:03:21 UTC
e1ccab1 Xcode: Restore Swift framework search directories Previously we selected a single "language for preprocessor" with which to compute both target-wide `GCC_PREPROCESSOR_DEFINITIONS` and `{HEADER,FRAMEWORK}_SEARCH_PATHS`. Since commit c0dd3dd2c1 (Xcode: Evaluate Swift compile definitions separately, 2022-10-25, v3.25.0-rc3~16^2) we never compute `GCC_PREPROCESSOR_DEFINITIONS` for Swift. Therefore we need to select the language for target-wide include and framework directories separately. Fixes: #24116 02 November 2022, 20:57:36 UTC
4daf4c3 Merge topic 'IAR-CXX-fix' into release-3.25 73e84a392b IAR: Restore support for CMAKE_CXX_FLAGS_INIT Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7857 02 November 2022, 17:36:47 UTC
48ea2ce ci: Update debian10-ninja job to use Swift 5.7.1 02 November 2022, 17:28:52 UTC
62f13ed FindCUDAToolkit: Restore usage from multiple directories Fixes #24119 02 November 2022, 16:23:30 UTC
73e84a3 IAR: Restore support for CMAKE_CXX_FLAGS_INIT Prior to commit a9073db736 (IAR: update language specification detection, 2021-09-23, v3.22.0-rc1~83^2) the `--c++`/`--eec++` flags were stored in `CMAKE_IAR_CXX_FLAG` so that they would be used as part of the `CMAKE_CXX_COMPILE_OBJECT` rule variable. That commit moved the flags to `CMAKE_CXX_FLAGS`, which also broke initialization of `CMAKE_CXX_FLAGS` from `CMAKE_CXX_FLAGS_INIT`. Restore the original approach. Fixes: #24111 01 November 2022, 18:59:24 UTC
b45f9b3 CMake 3.25.0-rc3 01 November 2022, 17:10:48 UTC
1527534 Merge branch 'release-3.24' into release-3.25 01 November 2022, 16:58:26 UTC
c974557 CMake 3.24.3 01 November 2022, 14:55:49 UTC
2c5760a Merge branch 'release-3.24' into release-3.25 01 November 2022, 14:40:42 UTC
d697bbd Merge branch 'release-3.23' into release-3.24 01 November 2022, 14:40:34 UTC
91ccfa3 CMake 3.23.5 01 November 2022, 13:36:33 UTC
d0787f7 Merge topic 'update-curl' into release-3.25 25e9f31878 curl: Set build options the way we need for CMake 9ffe6b0969 Merge branch 'upstream-curl' into update-curl ec122fff08 curl 2022-10-26 (cd95ee9f) fa9bbb8627 curl: Update script to get curl 7.86.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7851 01 November 2022, 12:54:56 UTC
033ab3f Merge topic 'cmp0141-pch-reuse' into release-3.25 183b9a9eca CMP0141: Fix PCH REUSE_FROM under policy NEW behavior 4d13f472a2 Tests: Drop redundant project init from RunCMake.PrecompileHeaders cases 2e65fe92db cmLocalGenerator: Clarify name of local PDB type variable 17096aeba8 cmLocalGenerator: Factor out helper to compute MSVC_DEBUG_INFORMATION_FORMAT Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7854 01 November 2022, 12:53:50 UTC
4d522e7 Merge topic 'FindCUDAToolkit-nvptxcompiler-static-deps' into release-3.25 301815eb62 FindCUDAToolkit: Add nvptxcompiler_static dependency on Threads::Threads Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7853 01 November 2022, 12:52:37 UTC
25e9f31 curl: Set build options the way we need for CMake 31 October 2022, 20:12:43 UTC
9ffe6b0 Merge branch 'upstream-curl' into update-curl * upstream-curl: curl 2022-10-26 (cd95ee9f) 31 October 2022, 20:11:41 UTC
ec122ff curl 2022-10-26 (cd95ee9f) Code extracted from: https://github.com/curl/curl.git at commit cd95ee9f771361acf241629d2fe5507e308082a2 (curl-7_86_0). 31 October 2022, 20:11:01 UTC
fa9bbb8 curl: Update script to get curl 7.86.0 31 October 2022, 20:10:39 UTC
183b9a9 CMP0141: Fix PCH REUSE_FROM under policy NEW behavior Under the CMP0141 NEW behavior added by commit 0e96a20478 (MSVC: Add abstraction for debug information format, 2022-08-25, v3.25.0-rc1~142^2~1), the `-Zi` and `-ZI` flags do not appear in `CMAKE_<LANG>_FLAGS_<CONFIG>` anymore. Teach the PCH REUSE_FROM implementation to recognize the `EditAndContinue` and `ProgramDatabase` debug information formats through the policy's new abstraction. Fixes: #24106 31 October 2022, 16:19:06 UTC
4d13f47 Tests: Drop redundant project init from RunCMake.PrecompileHeaders cases The `CMakeLists.txt` file already calls `cmake_minimum_required` and `project` before including each case's code. 31 October 2022, 16:17:29 UTC
2e65fe9 cmLocalGenerator: Clarify name of local PDB type variable 31 October 2022, 16:16:54 UTC
17096ae cmLocalGenerator: Factor out helper to compute MSVC_DEBUG_INFORMATION_FORMAT 31 October 2022, 16:16:45 UTC
301815e FindCUDAToolkit: Add nvptxcompiler_static dependency on Threads::Threads 31 October 2022, 15:48:09 UTC
c8f3ba7 Merge topic 'file-download-log-with-hash' into release-3.25 d78671879b file(DOWNLOAD): Fix LOG with EXPECTED_HASH on download failure Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7848 31 October 2022, 13:47:18 UTC
628d1c3 Merge topic 'ArchLinux-lib-dir' into release-3.25 988b9928e4 Linux: Avoid finding libraries using lib64 on ArchLinux Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Felix Yan <felixonmars@archlinux.org> Merge-request: !7849 31 October 2022, 13:46:18 UTC
bb17168 Merge topic 'vs-dotnetsdk-arm64' into release-3.25 9a0ca7df67 Tests: Fix RunCMake.VsDotnetSdk with VS >= 17.3 on ARM64 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7842 31 October 2022, 13:45:12 UTC
d69b77a Merge topic 'ninja-showIncludes-encoding' into release-3.25 a0d4e3bf34 cmGeneratedFileStream: Drop unused WriteRaw method 2e5af30ce0 Ninja: Match showIncludes dependencies using console output code page e1c1679148 cm_codecvt: Add support for the Windows console output code page 328c15189d cmGeneratedFileStream: Add support for a temporary alternate encoding Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7845 31 October 2022, 13:44:11 UTC
290687c Merge topic 'xcode-obj-dir' into release-3.25 024e3d2bf6 Xcode: Put object files in a place that Xcode cleans Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7843 31 October 2022, 13:42:28 UTC
988b992 Linux: Avoid finding libraries using lib64 on ArchLinux ArchLinux uses `/lib` for 64-bit libraries and there is no `/lib64`. However, unlike Debian, 32-bit libraries are in `/lib32`. 30 October 2022, 12:52:59 UTC
d786718 file(DOWNLOAD): Fix LOG with EXPECTED_HASH on download failure When `file(DOWNLOAD <url> EXPECTED_HASH <hash> LOG <logs>)` fails to download the requested file, the hash check will also fail and make the command exit without actually returning the curl logs as requested by the `LOG` argument. Report the log before checking the hash. Issue: #24093 30 October 2022, 12:42:19 UTC
a0d4e3b cmGeneratedFileStream: Drop unused WriteRaw method It has been superseded by `WriteAltEncoding`. 30 October 2022, 12:31:35 UTC
2e5af30 Ninja: Match showIncludes dependencies using console output code page Generalize the fix from commit 37a279f8d1 (Ninja: Write msvc_deps_prefix as UTF-8 when console codepage is UTF-8, 2020-07-31, v3.19.0-rc1~349^2). `cl /showIncludes` output is encoded using the console output code page, so this is the byte sequence that Ninja must use to match its lines. Fixes: #24068 30 October 2022, 12:29:55 UTC
e1c1679 cm_codecvt: Add support for the Windows console output code page This is distinct from the Windows ANSI code page. 29 October 2022, 00:23:25 UTC
328c151 cmGeneratedFileStream: Add support for a temporary alternate encoding The Ninja generator needs to be able to write some file content in a different encoding than the rest of the file. Add a method to do this. 29 October 2022, 00:23:25 UTC
024e3d2 Xcode: Put object files in a place that Xcode cleans Since commit dc5fc898f6 (Xcode: Set object file locations using TARGET_TEMP_DIR, 2022-09-29, v3.25.0-rc1~64^2~1), `xcodebuild clean` does not remove the object files in our explicit `TARGET_TEMP_DIR` because it is not under the `SYMROOT`. Put it there. Fixes: #24096 28 October 2022, 19:38:07 UTC
9a0ca7d Tests: Fix RunCMake.VsDotnetSdk with VS >= 17.3 on ARM64 VS 17.3 provides an arm64-native version of the tool, but the test was looking for the x64 version. 28 October 2022, 15:19:25 UTC
59ae254 Merge topic 'FindGLUT-pkg-config' into release-3.25 919ab832e8 FindGLUT: Fix regression when pkg-config is not available Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7840 28 October 2022, 14:00:03 UTC
4910efb Merge topic 'vs-dotnet-sdk-output-paths' into release-3.25 d2d1be0671 VS: Fix paths in multi-target SDK-style projects Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7836 28 October 2022, 13:58:52 UTC
5d12374 Merge topic 'xcode-restore-install-path' into release-3.25 8d5631f0d0 Xcode: Revert "Don't set INSTALL_PATH unless target is SHARED_LIBRARY" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7839 28 October 2022, 13:52:36 UTC
37156dc Merge topic 'doc-config-postfix' into release-3.25 3fc2dcd801 Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7841 28 October 2022, 11:25:57 UTC
3fc2dcd Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIX 27 October 2022, 22:26:28 UTC
919ab83 FindGLUT: Fix regression when pkg-config is not available In commit a2fc4b6257 (FindGLUT: Drop the now-unnecessary exclusion of pkg-config for multiconfig, 2022-10-13, v3.25.0-rc2~16^2) we accidentally removed the entire condition around the `pkg-config` code path instead of just the multi-config part. Fixes: #24095 27 October 2022, 16:39:06 UTC
8d5631f Xcode: Revert "Don't set INSTALL_PATH unless target is SHARED_LIBRARY" The change in commit 61acaa12af (xcode: Don't set INSTALL_PATH unless target is SHARED_LIBRARY, 2022-07-14, v3.25.0-rc1~291^2) breaks some existing use cases. Revert it pending further investigation. Fixes: #24087 Issue: #15183 27 October 2022, 14:28:39 UTC
d2d1be0 VS: Fix paths in multi-target SDK-style projects Set the `AppendTargetFrameworkToOutputPath` property to `false` only for single target SDK-style projects. This prevents outputs from being overwritten during the build. This revises commit 7671d71299 (VS: Fix target output paths in SDK-style projects, 2022-09-23, v3.25.0-rc1~82^2). Fixes: #24094 Issue: #23989 27 October 2022, 13:58:09 UTC
33d610a Merge topic 'cmake-presets-workflow-arguments' into release-3.25 7ecbe324b0 cmake --workflow: add --fresh option 7d9aa0f00c cmake::Workflow: Refactor to use enum class argument 322193afcd cmake --workflow: print usage and exit on unrecognized argument 70aef29427 cmake --workflow: print usage message Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7825 27 October 2022, 13:43:38 UTC
7d18191 Merge topic 'xcode-swift-defs' into release-3.25 c0dd3dd2c1 Xcode: Evaluate Swift compile definitions separately Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7826 27 October 2022, 13:42:02 UTC
4e80c6e Merge topic 'tutorial_my_math_consistency' into release-3.25 277fbb3035 Tutorial: Restore USE_MYMATH in place of MY_MATH Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7829 27 October 2022, 13:40:30 UTC
b885a07 Merge topic 'vs-nostdlib-flag-table' into release-3.25 9c33824474 VS: Fix MSBuild property for nostdlib flag Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7823 27 October 2022, 13:39:09 UTC
c080b80 Merge branch 'release-3.24' into release-3.25 27 October 2022, 13:30:04 UTC
f6034c5 Merge topic 'cpack-trace-argument' into release-3.25 b5ebaa0d9c CPack: Require no argument for --trace and --trace-expand Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7824 27 October 2022, 13:29:12 UTC
fdabb69 Merge topic 'vswhere-support-x86' into release-3.25 6eee8c9000 VS: Fix crash finding vswhere on 32-bit Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7832 27 October 2022, 13:28:07 UTC
74057c7 Merge topic 'ninja-intl-paths' into release-3.25 a12050666c Tests: Add case for ninja with non-ascii chars 02a04dd9c7 Ninja: Restore support for non-ascii paths on Windows with ninja<=1.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7833 27 October 2022, 13:26:34 UTC
ae917dc Merge branch 'cpack-trace-argument' into release-3.24 Merge-request: !7824 27 October 2022, 13:25:24 UTC
77e4042 Merge branch 'vswhere-support-x86' into release-3.24 Merge-request: !7832 27 October 2022, 13:25:08 UTC
93a54db Merge branch 'release-3.23' into release-3.24 27 October 2022, 13:25:02 UTC
e677cc4 Merge branch 'ninja-intl-paths' into release-3.24 Merge-request: !7833 27 October 2022, 13:24:46 UTC
cd5826f Merge branch 'ninja-intl-paths' into release-3.23 Merge-request: !7833 27 October 2022, 13:24:29 UTC
a120506 Tests: Add case for ninja with non-ascii chars Issue: #24089 26 October 2022, 19:25:45 UTC
02a04dd Ninja: Restore support for non-ascii paths on Windows with ninja<=1.10 Revert commit bbdb000c55 (GlobalNinjaGenerator: enlarge file stream buffer, 2022-01-25, v3.23.0-rc1~68^2). Somehow `rdbuf()->pubsetbuf()` is resetting our imbued locale and `cm_codecvt` that handles encoding. Fixes: #24089 26 October 2022, 19:24:43 UTC
7ecbe32 cmake --workflow: add --fresh option Fixes: #24073 26 October 2022, 16:01:25 UTC
7d9aa0f cmake::Workflow: Refactor to use enum class argument 26 October 2022, 16:01:01 UTC
322193a cmake --workflow: print usage and exit on unrecognized argument Issue: #24073 26 October 2022, 16:00:57 UTC
6eee8c9 VS: Fix crash finding vswhere on 32-bit Windows Since commit f85913fa08 (VS: Add support for enumerating VS instances with vswhere, 2022-04-11, v3.24.0-rc1~282^2), if the COM lookup does not report any VS instances, we fall back to finding vswhere. However, the `getenv` call returns nullptr if the `ProgramFiles(x86)` environment variable is not set. Update the logic to tolerate not-set environment variables. Also check the plain `ProgramFiles` environment variable. Fixes: #24090 26 October 2022, 15:12:46 UTC
277fbb3 Tutorial: Restore USE_MYMATH in place of MY_MATH In commit 80f5d28813 (Tutorial: Update step 2 style, 2022-07-25, v3.25.0-rc1~226^2) we replaced some uses of `USE_MYMATH` with `MY_MATH`. Restore the former name for consistency with the rest of the tutorial. 25 October 2022, 20:31:38 UTC
d0451d1 Merge branch 'release-3.24' into release-3.25 25 October 2022, 18:27:02 UTC
883798e Merge topic 'try_compile-CMP0128' into release-3.25 90287792b6 Tests: Avoid running C++11 test on GNU < 4.7 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7821 25 October 2022, 18:26:17 UTC
c0dd3dd Xcode: Evaluate Swift compile definitions separately Xcode has a separate setting for Swift compile definitions, so we can compute a dedicated value for it. Therefore we can: * Support the COMPILE_LANGUAGE generator expression for Swift-specific filters. * Avoid passing the `=value` part of definitions, which Swift does not support. This revises commit 5cb625eb2f (Xcode: Pass compile definitions to Swift, 2022-06-19, v3.25.0-rc1~493^2) and reverts commit 12c6fec6b4 (Xcode: Drop CMAKE_INTDIR= definition in Swift targets, 2022-09-30, v3.25.0-rc1~60^2~2), as the latter is no longer needed. Fixes: #24086 25 October 2022, 18:09:28 UTC
back to top