https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
8bcba75 CMake 3.27.0-rc5 14 July 2023, 15:03:52 UTC
6cb2905 Merge topic 'FindProtobuf-version-schemes' into release-3.27 6e90d79577 FindProtobuf: Fix new version number scheme Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8629 14 July 2023, 15:03:09 UTC
6e90d79 FindProtobuf: Fix new version number scheme Revise the changes from commit fc7dcc6a24 (FindProtobuf: Support new version number scheme, 2023-06-19, v3.27.0-rc3~2^2). Changing the content of `Protobuf_VERSION` to exclude the major version of the library might break code as it can't be used to detect breaking changes in the library any more. However, protoc v22 and up don't print the major version any more, so we need to compare the against a truncated version number, too. 14 July 2023, 13:34:13 UTC
1f42b02 Merge topic 'doc-list-genex' into release-3.27 326a73a328 Help: Improve formatting and wording of LIST generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8621 14 July 2023, 12:38:03 UTC
6b62715 Merge topic 'doc-search-names' into release-3.27 094c5a089d Utilities/Sphinx: Restore html search index link anchors Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8628 14 July 2023, 12:35:47 UTC
78363b4 Merge topic 'debugger-breakpoints' into release-3.27 60b6383993 Debugger: Always clear existing breakpoints on setBreakpoints Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8624 14 July 2023, 12:34:29 UTC
dbbbedb Merge topic 'android-platform' into release-3.27 bfe4722a61 Android: Restore platform info and search paths shared with Linux Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8626 14 July 2023, 12:33:12 UTC
094c5a0 Utilities/Sphinx: Restore html search index link anchors Since commit 37e015d4a6 (Utilities/Sphinx: Refactor Sphinx reference recording, 2023-03-08, v3.27.0-rc1~342^2~1), anchors in links to cmake domain objects generated in html search results were missing their object type prefix, and thus did not link to the object. Restore our `get_objects` implementation's second tuple entry to what we used prior to that commit. This matches what Sphinx's builtin python, rst, and javascript modes do. Fixes: #25067 13 July 2023, 16:16:39 UTC
326a73a Help: Improve formatting and wording of LIST generator expressions 13 July 2023, 12:46:14 UTC
60b6383 Debugger: Always clear existing breakpoints on setBreakpoints Fixes: #25063 13 July 2023, 12:44:52 UTC
d769c59 Merge topic 'debugger-no-supportsVariableType' into release-3.27 e02cf3f190 Debugger: Correctly handle clients without supportsVariableType Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Garrett Campbell <gcampbell@microsoft.com> Merge-request: !8620 13 July 2023, 12:36:24 UTC
c6ce757 Merge topic 'doc-genex-TARGET_IMPORT_FILE' into release-3.27 69bc89758f Help: Fix typos, formatting and wording for TARGET_IMPORT_FILE genexes 9c0c844fbd Help: Add TARGET_IMPORT_FILE... genexes to 3.27 release notes 88277d15e7 Help: Add missing versionadded for TARGET_IMPORT_FILE_DIR genex Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8625 13 July 2023, 12:35:16 UTC
91333f1 Merge topic 'genex-REMOVE_DUPLICATES-empty' into release-3.27 861dd60ecf Genex: Restore REMOVE_DUPLICATES preservation of empty elements Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8623 13 July 2023, 12:34:21 UTC
937fa28 Merge topic 'show_autogen_exit_code' into release-3.27 bddd8f0e54 cmWorkerPool: Show process exit code / signal number upon failure Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8622 13 July 2023, 12:33:30 UTC
bfe4722 Android: Restore platform info and search paths shared with Linux These were accidentally dropped by commit 1373373823 (enable_language: Establish target platform identification variables earlier, 2023-06-06, v3.27.0-rc1~3^2~1). Fixes: #25077 13 July 2023, 12:19:15 UTC
69bc897 Help: Fix typos, formatting and wording for TARGET_IMPORT_FILE genexes 12 July 2023, 23:28:58 UTC
9c0c844 Help: Add TARGET_IMPORT_FILE... genexes to 3.27 release notes Fixes: #25060 12 July 2023, 23:27:28 UTC
88277d1 Help: Add missing versionadded for TARGET_IMPORT_FILE_DIR genex Issue: #25060 12 July 2023, 23:16:28 UTC
861dd60 Genex: Restore REMOVE_DUPLICATES preservation of empty elements Refactoring in commit 72d116ee68 (GenEx: list oriented genexes use cmList class, 2023-03-29, v3.27.0-rc1~205^2) accidentally caused empty elements to be dropped by the `REMOVE_DUPLICATES` genex. Fix it and add a test case. Fixes: #25080 12 July 2023, 15:49:21 UTC
bddd8f0 cmWorkerPool: Show process exit code / signal number upon failure Previously if an AUTOGEN process like moc exited with a non-zero exit code, cmWorkerPool would not populate the result's ErrorMessage because it mistakenly thought that if the ExitCode / TermSignal had a non-zero value, the ErrorMessage must have already been set. This was a wrong assumption. Instead, check if ErrorMessage is empty, and if it is, set it to whatever the exit code or term signal number is. 12 July 2023, 14:29:49 UTC
e02cf3f Debugger: Correctly handle clients without supportsVariableType Fixes: #25057 12 July 2023, 14:09:21 UTC
fbe5f49 Merge topic 'compile-commands-modules' into release-3.27 677b28dc7b Ninja: include module mapper flags in `compile_commands.json` Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8611 12 July 2023, 14:02:52 UTC
bab2a62 Merge topic 'hip-vim-syntax' into release-3.27 90a949f7ce HIP: Add HIP language to Vim syntax highlighting Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8615 11 July 2023, 16:10:32 UTC
677b28d Ninja: include module mapper flags in `compile_commands.json` Fixes: #24618 09 July 2023, 15:04:29 UTC
90a949f HIP: Add HIP language to Vim syntax highlighting The HIP language shares most properties in common with CXX or CUDA, although there are a few from each that it doesn't share. 07 July 2023, 14:29:39 UTC
cd70f0f Merge topic 'findprotobuf-mingw' into release-3.27 e978b3b814 FindProtobuf: Fix linking to shared libraries on MinGW Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8609 07 July 2023, 14:29:30 UTC
64e66b4 Merge topic 'msvc-embed-manifest-direct' into release-3.27 8a07bcc149 MSVC: Restore support for non-incremental linking without 'rc' in PATH Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8613 07 July 2023, 14:28:36 UTC
c868302 Merge topic 'hip-lib64' into release-3.27 f79428619e HIP: Fix search for hip-lang CMake package on Fedora distros Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8614 07 July 2023, 14:27:18 UTC
8a07bcc MSVC: Restore support for non-incremental linking without 'rc' in PATH Since commit 0b552eb877 (MSVC: Embed manifests directly for non-incremental vs_link_exe links, 2023-02-20, v3.27.0-rc1~438^2) we tell the MSVC `link` tool to embed manifests directly rather than running `mt` ourselves. However, `link` expects `rc` to be in the PATH when embedding manifests. Although that is normally true, some users prepare minimal environments and explicitly specify include and link directories for the Windows SDK. In such cases, `rc` is not in the PATH and is explicitly specified in `CMAKE_RC_COMPILER`. Restore support for such cases by explicitly adding the RC location to the end of the PATH. Fixes: #25047 06 July 2023, 12:11:34 UTC
f794286 HIP: Fix search for hip-lang CMake package on Fedora distros These distros package the hip-lang package under `lib64`, so search it too. This is similar to commit bae57dc281 (HIP: Fix search for hip-lang CMake package on multiarch distros, 2023-05-31, v3.27.0-rc1~28^2). Fixes: #25050 05 July 2023, 16:37:34 UTC
e978b3b FindProtobuf: Fix linking to shared libraries on MinGW Fixes: #25011 05 July 2023, 12:25:01 UTC
b384058 CMake 3.27.0-rc4 30 June 2023, 14:31:40 UTC
1cc4e97 Merge topic 'debugger-segfault' into release-3.27 764258771a Debugger: Fix threads request segfault after thread exited event Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8604 30 June 2023, 13:30:20 UTC
1ac0dea Merge topic 'FetchContent-unparsed-arguments' into release-3.27 9ede4cab2b FetchContent: Protect ExternalProject keywords from unknown arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Merge-request: !8598 30 June 2023, 13:29:27 UTC
67cf379 Merge topic 'vs-cxxmodules-same-src-name' into release-3.27 b9c99830c5 VS: Fix C++ modules in source files with the same name Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8596 30 June 2023, 13:28:19 UTC
7642587 Debugger: Fix threads request segfault after thread exited event Fixes: #25041 29 June 2023, 17:25:51 UTC
7952e11 Merge topic 'doc-add_custom_command' into release-3.27 e588d29eaf Help: add_custom_command(TARGET) does not support USES_TERMINAL Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: William Jones <william.luke.jones@gmail.com> Merge-request: !8602 29 June 2023, 15:49:34 UTC
e588d29 Help: add_custom_command(TARGET) does not support USES_TERMINAL Build events are attached to existing build statements so we cannot independently control the job pool. Issue: #25040 29 June 2023, 14:57:38 UTC
c7e3668 Merge topic 'doc-target_precompile_headers' into release-3.27 a3dfaf8a5c Help: Fix wrong command name in target_precompile_headers docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8600 29 June 2023, 14:07:01 UTC
088e07d Merge topic 'doc-list-xref' into release-3.27 60b393096f Help: Link to cmake-language(7) list docs from list() command docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8597 29 June 2023, 13:54:12 UTC
9ede4ca FetchContent: Protect ExternalProject keywords from unknown arguments `ExternalProject_Add` treats all keyword arguments as multi-valued. FetchContent re-orders some keyword arguments w.r.t. unparsed arguments. Add an internal keyword argument to separate the keyword values from following unparsed arguments. This was exposed by commit 550f63447d (ExternalProject/FetchContent: Support relative remote URLs, 2023-04-21, v3.27.0-rc1~156^2) by adding `GIT_REPOSITORY` to the set of re-ordered keyword arguments. This caused its value to absorb following unparsed arguments. Fixes: #25029 29 June 2023, 13:49:51 UTC
a3dfaf8 Help: Fix wrong command name in target_precompile_headers docs 28 June 2023, 23:27:10 UTC
60b3930 Help: Link to cmake-language(7) list docs from list() command docs Fixes: #25036 28 June 2023, 11:51:37 UTC
b9c9983 VS: Fix C++ modules in source files with the same name When multiple source files in a single target have the same name, we already set `ObjectFileName` explicitly to avoid a `.obj` collision. For C++ module sources, set `Module{Output,Dependencies}File` to avoid `.ifc` and `.module.json` collisions. Fixes: #25038 28 June 2023, 10:43:10 UTC
f9fe909 Merge topic 'alias-set-target-prop' into release-3.27 aed550410a Help: Clarify that you can't set properties on ALIAS targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8591 27 June 2023, 15:03:36 UTC
aed5504 Help: Clarify that you can't set properties on ALIAS targets Issue: #19445 Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com> 26 June 2023, 16:47:26 UTC
b1d2c49 Merge topic 'FindCxxTest-doc' into release-3.27 676d1da38b FindCxxTest: Modernize documentation formatting dfe0f58962 FindCxxTest: Update link to cxxtest project page Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8589 26 June 2023, 13:45:45 UTC
b7810bf Merge topic 'support_nvhpc_versions_without_isystem' into release-3.27 f73ae7c510 NVHPC: Support nvfortran versions that don't support isystem Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8588 26 June 2023, 13:44:56 UTC
529b818 Merge topic 'link-depends-is-OFF' into release-3.27 5945a98ced link dependencies: deactivate the feature Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8587 26 June 2023, 13:43:55 UTC
676d1da FindCxxTest: Modernize documentation formatting 23 June 2023, 16:20:03 UTC
dfe0f58 FindCxxTest: Update link to cxxtest project page 23 June 2023, 16:20:03 UTC
f73ae7c NVHPC: Support nvfortran versions that don't support isystem Fixes: #25019 23 June 2023, 16:14:09 UTC
f58c765 Merge topic 'vs-sdk-selection' into release-3.27 a4d532e998 VS: Restore Windows SDK selection with platform in generator name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8583 23 June 2023, 14:52:48 UTC
5061ac9 Merge topic 'vs-cxxmodules-public-bmis' into release-3.27 d90a61d671 VS: Make C++ module BMIs public by default for shared libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8549 23 June 2023, 14:48:14 UTC
8801ce3 Merge topic 'sphinx-docutils-warning' into release-3.27 0c14b6085a Utilities/Sphinx: Fix warning from docutils 0.18.1+ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8578 23 June 2023, 14:46:29 UTC
052e952 Merge branch 'release-3.26' into release-3.27 23 June 2023, 14:44:12 UTC
8c5905c Merge branch 'doc-project-none' into release-3.26 Merge-request: !8585 23 June 2023, 14:43:47 UTC
4902fe0 Merge branch 'backport-3.26-sphinx-domain-parallel' into release-3.26 Merge-request: !8575 23 June 2023, 14:43:10 UTC
5fb6874 Merge topic 'doc-project-none' into release-3.27 9dd2dd5b77 Help: Restore project command docs for default languages and NONE Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Merge-request: !8585 23 June 2023, 14:42:24 UTC
080196d Merge topic 'sphinx-domain-parallel' into release-3.27 ac89f9ec86 Merge branch 'backport-3.26-sphinx-domain-parallel' f546ebfecc Utilities/Sphinx: Fix parallel documentation builds 4e11859e0e Utilities/Sphinx: Fix parallel documentation builds for 3.26 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: technocolordreamcoder <j_grant5@u.pacific.edu> Merge-request: !8575 23 June 2023, 14:40:52 UTC
5945a98 link dependencies: deactivate the feature Unfortunately it breaks in combination with LTO due to a bug in the GNU linker. Fixes: #25014 23 June 2023, 14:35:04 UTC
d90a61d VS: Make C++ module BMIs public by default for shared libraries Enable the `AllProjectBMIsArePublic` option for shared libraries in the VS project files when building with C++20 modules support. 22 June 2023, 18:22:56 UTC
9dd2dd5 Help: Restore project command docs for default languages and NONE In commit b787be2714 (Help: Update supported languages in project and enable_language, 2023-01-20, v3.26.0-rc1~53^2) the relevant paragraph was accidentally moved to the `enable_language` command documentation. Fixes: #25016 22 June 2023, 17:12:24 UTC
a4d532e VS: Restore Windows SDK selection with platform in generator name Refactoring in commit e259063b0a (VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known, 2023-03-31, v3.27.0-rc1~206^2~5) accidentally dropped the Windows SDK selection code path for VS generators named with the old-style platform suffix. Fixes: #25007 22 June 2023, 15:22:08 UTC
0c14b60 Utilities/Sphinx: Fix warning from docutils 0.18.1+ Also might fix 0.18.0 exactly, which apparently forgot to add the backward compat shim. 22 June 2023, 14:48:50 UTC
99ea9ad Merge topic 'doc-GENERATED' into release-3.27 c3a364cae9 Help: Remove incorrect command from list that marks GENERATED Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8579 22 June 2023, 14:39:21 UTC
ac89f9e Merge branch 'backport-3.26-sphinx-domain-parallel' 22 June 2023, 14:04:57 UTC
f546ebf Utilities/Sphinx: Fix parallel documentation builds In commit d78bfa1ecc (Utilities/Sphinx: support cmakedomain running in parallel, 2022-10-24, v3.26.0-rc1~495^2) we declared the domain as parallel-safe without actually implementing the required `merge_domaindata` method. Since then, commit 37e015d4a6 (Utilities/Sphinx: Refactor Sphinx reference recording) changed how we store resolved references, such that our separate fix for 3.26 does not work in 3.27+. While at it, correct a crusty comment that was overlooked during the aforementioned refactoring. Issue: #24076 Co-authored-by: Jared Dillard <jared.dillard@gmail.com> 22 June 2023, 14:02:43 UTC
c3a364c Help: Remove incorrect command from list that marks GENERATED The `file(GENERATE)` does not mark the output as `GENERATED` currently or when the documentation that says so was added by commit 11615b297f (GENERATED: Improve the documentation of the GENERATED file property, 2018-01-03, v3.11.0-rc1~145^2). 21 June 2023, 18:19:38 UTC
4e11859 Utilities/Sphinx: Fix parallel documentation builds for 3.26 In commit d78bfa1ecc (Utilities/Sphinx: support cmakedomain running in parallel, 2022-10-24, v3.26.0-rc1~495^2) we declared the domain as parallel-safe without actually implementing the required `merge_domaindata` method. Issue: #24076 21 June 2023, 15:52:10 UTC
0cd5300 CMake 3.27.0-rc3 20 June 2023, 17:11:25 UTC
fd949f6 Merge topic 'android-platform-vars' into release-3.27 ab66b89a46 Android: Restore platform id vars with legacy toolchain file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8576 20 June 2023, 17:09:58 UTC
f342a65 Merge topic 'FindProtobuf-version-schemes' into release-3.27 fc7dcc6a24 FindProtobuf: Support new version number scheme Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8574 20 June 2023, 17:08:46 UTC
ab66b89 Android: Restore platform id vars with legacy toolchain file Restore definition of `ANDROID` and `UNIX` when `CMAKE_SYSTEM_VERSION` is `1`. This was broken by commit 1373373823 (enable_language: Establish target platform identification variables earlier, 2023-06-06, v3.27.0-rc1~3^2~1). Fixes: #25004 20 June 2023, 14:39:37 UTC
fc7dcc6 FindProtobuf: Support new version number scheme Protobuf changed it's version number scheme with version 21. The first number (usually the major version) is not synchronized between compiler and library version, but the second and third number are. See https://protobuf.dev/news/2022-05-06/ for more details. Fixes: #24847 20 June 2023, 13:59:53 UTC
21d4095 Merge topic 'rel-macos-c++17' into release-3.27 7b205b7078 ci: Build macOS 10.13+ package as C++17 7f6cebb1cd ci: Split macOS 10.10+ and 10.13+ package language standard selection aab16d4bfc ci: Drop unnecessary -stdlib flag from macOS package Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8567 20 June 2023, 13:26:28 UTC
e12d6d2 Merge topic 'cmList-SUBLIST-regression' into release-3.27 1cfaed0684 list(): restore SUBLIST behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8569 20 June 2023, 13:25:39 UTC
1cfaed0 list(): restore SUBLIST behavior Fixes: #25002 16 June 2023, 13:14:03 UTC
8a99acd Merge topic 'FindPostgreSQL-15' into release-3.27 80ba2cccfc FindPostgreSQL: Add support for version 15 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8568 16 June 2023, 12:35:34 UTC
80ba2cc FindPostgreSQL: Add support for version 15 16 June 2023, 12:21:04 UTC
7b205b7 ci: Build macOS 10.13+ package as C++17 Take advantage of the standard library implementations of those C++17 features available when targeting macOS 10.13. Note that the standard library `std::filesystem` implementation is not available until 10.15. 16 June 2023, 12:16:43 UTC
8e4cda7 Merge topic 'fix_tutorial_step7_solution_text' into release-3.27 a8679c997d Tutorial: Extend literal include to contain full code changes in solution Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8563 16 June 2023, 11:49:17 UTC
a8679c9 Tutorial: Extend literal include to contain full code changes in solution The solution for step 7 todo 5 did not include all of the code changes. Modify it to include the needed `#endif` code change. 15 June 2023, 13:29:16 UTC
7f6cebb ci: Split macOS 10.10+ and 10.13+ package language standard selection Prepare to use a different language standard level for each package. 15 June 2023, 13:21:07 UTC
aab16d4 ci: Drop unnecessary -stdlib flag from macOS package AppleClang uses `libc++` by default. 15 June 2023, 13:21:07 UTC
57b97d3 Merge topic 'doc-genex-TARGET_RUNTIME_DLL_DIRS' into release-3.27 acce355673 Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8558 14 June 2023, 13:13:50 UTC
f19baf5 Merge topic 'improve-sphinx-check' into release-3.27 528cdc7551 Utilities/Sphinx: Fix some flake8 gripes 4bd1beded4 Utilities/Sphinx: Don't ignore flake8 E402 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8561 14 June 2023, 13:12:57 UTC
528cdc7 Utilities/Sphinx: Fix some flake8 gripes Reorder some imports to better conform to what flake8 wants. 13 June 2023, 15:39:48 UTC
4bd1bed Utilities/Sphinx: Don't ignore flake8 E402 Refactor commit 1f39a3cd1a (Utilities/Sphinx: Restore explicit check for Sphinx 2.x or later) to avoid needing to suppress flake8 E402. While ignoring it with respect to the docutils/sphinx imports and the sphinx version check was correct, the need to disable it for the whole file was suboptimal. 13 June 2023, 15:25:14 UTC
acce355 Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS This was accidentally left out of commit 2ce3d62ffb (Help: add documentation for the new TARGET_RUNTIME_DLL_DIRS genex, 2023-02-26, v3.27.0-rc1~400^2~2). 13 June 2023, 14:59:28 UTC
cb5b148 Merge topic 'test-no-git' into release-3.27 15d9d591bd Tests: Require git to enable RunCMake.CMP0150 test 0c2610bd30 Tests: Find GIT_EXECUTABLE early enough to use in all tests Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8556 13 June 2023, 14:54:56 UTC
152be45 Merge topic 'doc-sphinx-2.x' into release-3.27 1f39a3cd1a Utilities/Sphinx: Restore explicit check for Sphinx 2.x or later 5de805bea2 Utilities/Sphinx: Fix flake8 E124 diagnostic in cmake.py Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8555 13 June 2023, 14:48:31 UTC
15d9d59 Tests: Require git to enable RunCMake.CMP0150 test The test added by commit 550f63447d (ExternalProject/FetchContent: Support relative remote URLs, 2023-04-21, v3.27.0-rc1~156^2) covers Git-specific functionality, and requires a `git` tool to be available. 12 June 2023, 21:56:53 UTC
0c2610b Tests: Find GIT_EXECUTABLE early enough to use in all tests Some tests work only if a `git` executable is available. 12 June 2023, 21:53:56 UTC
1f39a3c Utilities/Sphinx: Restore explicit check for Sphinx 2.x or later Refactoring in commit adbc8c982d (Utilities/Sphinx: Fix flake8 gripes in cmake.py, 2023-03-13, v3.27.0-rc1~317^2) moved the assertion added by commit cef51925a4 (Utilities/Sphinx: Require Sphinx 2.x or later, 2023-03-13, v3.27.0-rc1~317^2~2) to after imports, which is too late to clearly reject older Sphinx versions. 12 June 2023, 21:37:13 UTC
5de805b Utilities/Sphinx: Fix flake8 E124 diagnostic in cmake.py 12 June 2023, 21:34:25 UTC
66f7d9e CMake 3.27.0-rc2 12 June 2023, 17:24:29 UTC
0e4d93f Merge topic 'restore-check-module-deps' into release-3.27 4a2b708144 Modules: Restore unnecessary inclusions for compatibility Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8554 12 June 2023, 17:19:17 UTC
4a2b708 Modules: Restore unnecessary inclusions for compatibility Since commit 03c6ebf2b5 (Modules:Check,GenerateExportHeader: include only what's needed, 2023-03-09, v3.27.0-rc1~327^2) some existing projects broke because they were accidentally relying on indirect inclusion of some check modules. For now, restore the unnecessary includes for compatibility. They can be removed with a policy later. Fixes: #24991 Issue: #24994 12 June 2023, 13:59:23 UTC
a70fe8e Merge topic 'add_test-empty-args' into release-3.27 1df3287bf6 add_test: Restore support for empty test arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8551 12 June 2023, 10:41:40 UTC
back to top