https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
b9698ba Merge branch 'release-3.24' 25 August 2022, 13:14:22 UTC
2ef6474 Merge topic 'file-set-source-group' 970052fedd FILE_SET: Fix source group detection bcc3965813 Tests: Fix VS10Project SourceGroupTreeCMakeLists check Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7609 25 August 2022, 13:14:21 UTC
32e6ee2 Merge topic 'file-set-source-group' into release-3.24 970052fedd FILE_SET: Fix source group detection bcc3965813 Tests: Fix VS10Project SourceGroupTreeCMakeLists check Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7609 25 August 2022, 13:14:20 UTC
9d1ecd7 CMake Nightly Date Stamp 25 August 2022, 04:01:07 UTC
970052f FILE_SET: Fix source group detection Call MatchChildrenFiles() instead of MatchesFiles() in order to account for files being in subgroups of source groups. Fixes: #23880 24 August 2022, 20:07:24 UTC
bcc3965 Tests: Fix VS10Project SourceGroupTreeCMakeLists check Fix an `IN LISTS` loop, fix a variable check, and escape backslashes in the regex used to search for source group names. 24 August 2022, 20:07:24 UTC
95dd428 CMake Nightly Date Stamp 24 August 2022, 04:01:12 UTC
eb86c99 Merge topic 'fix-presets-test-symlinked-build-dir' ef0cd3dc40 Tests: Fix CMakePresets test in unusual environments Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7598 23 August 2022, 18:21:49 UTC
5936d4f Merge topic 'block-management' 44a2f3f332 Add new flow-control commands for variables and policies scopes management 604993248f cmMakefile::VariablePushPop: helper class to manage variable scopes 3d94ee0e03 cmMakefile::RaiseScope: Add support for cmValue argument 553da0685f cmFunctionBlocker: Add handling of close block without parameters. 02c067dee5 cm::enum_set: fix various bugs Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: John Ericson <git@johnericson.me> Merge-request: !7575 23 August 2022, 12:01:18 UTC
066b22b Merge topic 'target-prop-backtraces' 52c95540b7 target_*: Fix cross-directory call backtraces 0d64c3abd1 Tests: Add FileAPI case for cross-directory target_* commands ef6a4240ba cmQtAutoGenInitializer: Drop unnecessary argument in AppendProperty call Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7602 23 August 2022, 11:58:40 UTC
b50a5ba Merge topic 'gitlab-ci-named-modules-msvc' 3490d7a9fc ci: Enable MSVC C++ module support tests Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7603 23 August 2022, 11:49:22 UTC
3c1771f CMake Nightly Date Stamp 23 August 2022, 04:01:16 UTC
a8b274c Merge topic 'bsd-variables' a20d7a9707 BSD: Set *BSD variables when targeting a *BSD system 2ae42d0aa3 kFreeBSD: Do not unset LINUX variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7573 22 August 2022, 21:37:49 UTC
3490d7a ci: Enable MSVC C++ module support tests Since commit b87645b6a5 (gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset, 2022-08-18), the version of MSVC used in CI test jobs supports the `cl -scanDependencies` functionality we need to support C++ modules. Enable the corresponding tests. 22 August 2022, 20:50:51 UTC
52c9554 target_*: Fix cross-directory call backtraces Record the call-site backtrace, not the current backtrace of the target's directory. Fixes: #23873 22 August 2022, 19:29:43 UTC
0d64c3a Tests: Add FileAPI case for cross-directory target_* commands The backtraces for some of the commands incorrectly come from the target's directory instead of the caller's directory. Expect the incorrect backtraces in test results for now. Increase the minimum required version of CMake in the test case to enable policy CMP0079 to support cross-directory calls. Issue: #23873 22 August 2022, 18:51:16 UTC
ef6a424 cmQtAutoGenInitializer: Drop unnecessary argument in AppendProperty call Prepare to add another optional argument. 22 August 2022, 16:24:40 UTC
44a2f3f Add new flow-control commands for variables and policies scopes management Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171 22 August 2022, 14:25:53 UTC
6049932 cmMakefile::VariablePushPop: helper class to manage variable scopes 22 August 2022, 14:25:53 UTC
3d94ee0 cmMakefile::RaiseScope: Add support for cmValue argument 22 August 2022, 14:25:53 UTC
553da06 cmFunctionBlocker: Add handling of close block without parameters. 22 August 2022, 14:25:53 UTC
02c067d cm::enum_set: fix various bugs 22 August 2022, 14:25:53 UTC
7037cfc Merge branch 'release-3.24' 22 August 2022, 13:46:29 UTC
b9dd9b0 Merge topic 'ci-msvc-14.33' b87645b6a5 gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset cb8b27a901 gitlab-ci: Use separate MSVC toolset specification for packaging jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7597 22 August 2022, 13:46:29 UTC
6fa11ec Merge topic 'ci-msvc-14.33' into release-3.24 b87645b6a5 gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset cb8b27a901 gitlab-ci: Use separate MSVC toolset specification for packaging jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7597 22 August 2022, 13:46:28 UTC
7f02dab CMake Nightly Date Stamp 22 August 2022, 04:01:17 UTC
b634b8a CMake Nightly Date Stamp 21 August 2022, 04:01:11 UTC
a20d7a9 BSD: Set *BSD variables when targeting a *BSD system Fixes: #23853 20 August 2022, 23:27:59 UTC
2ae42d0 kFreeBSD: Do not unset LINUX variable kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD, and should be marked as LINUX. 20 August 2022, 23:27:35 UTC
9e884d4 Merge branch 'release-3.24' 20 August 2022, 23:02:39 UTC
c615095 Merge topic 'doc-ctest_test-output-control' 68e1385a5c Merge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_test-output-control fadc93286a Help: Add crossrefs to ctest output control options de892f3d4e Help: Add crossrefs to ctest output control options 3453e6bd48 Merge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_test-output-control 8981e88b18 Help: Add missing closing quote on C++ example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7595 20 August 2022, 23:02:39 UTC
fb9c1c4 Merge topic 'doc-ctest_test-output-control' into release-3.24 fadc93286a Help: Add crossrefs to ctest output control options 8981e88b18 Help: Add missing closing quote on C++ example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7595 20 August 2022, 23:02:38 UTC
6fef0a1 CMake Nightly Date Stamp 20 August 2022, 04:01:14 UTC
ef0cd3d Tests: Fix CMakePresets test in unusual environments Tweak test in RunCMake/CMakePresets/GoodNoSCache.cmake to use the canonical directory for comparison. This avoids an effectively spurious test failure if the overall CMake build directory is a symlink. 19 August 2022, 16:37:00 UTC
b87645b gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset Restore the change from commit 6f17996edc (gitlab-ci: Update Windows builds to MSVC 14.33 toolset, 2022-08-15, v3.24.1~3^2), but not for packaging jobs. `cmake-gui` is still buggy when compiled with the newer toolset. Issue: #23859 19 August 2022, 11:30:54 UTC
cb8b27a gitlab-ci: Use separate MSVC toolset specification for packaging jobs This will be useful for testing CMake with one version of MSVC while packaging the official binaries with another version. Issue: #23859 19 August 2022, 11:30:42 UTC
7b9757e Merge topic 'cuda_mark_toolkit_includes_as_system' ea659b155d CUDA: Always mark cuda toolkit as system include Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7476 19 August 2022, 11:25:00 UTC
d69d031 Merge topic 'try_compile-clean-up-tests' 299cd3e6ab try_compile: Clean up tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7591 19 August 2022, 11:22:41 UTC
6c7f3c8 Merge topic 'feature/cmake-man-page-short-option-first' 536a25fedc Help: Convenient declaration for `-j, --parallel` option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7588 19 August 2022, 11:21:03 UTC
fbef4c6 Merge topic 'ci-linux-extdeps' b55152e7ad gitlab-ci: add jobs to test CMake with external dependencies on Linux 6a05d107ca ci: add CMake external build dependencies to Debian and Fedora base images d3c1b8a491 jsoncpp: Require version 1.6.0 when using system-provided library 68d3ca7008 Tests: Fix RunCMake.FileAPI test with jsoncpp < 1.7.5 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7592 19 August 2022, 11:20:18 UTC
31d4578 Merge branch 'release-3.24' 19 August 2022, 11:18:34 UTC
d0a9602 Merge topic 'doc-var-refs' 159acea394 Help: Clarify that variable references may use cache entries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7589 19 August 2022, 11:18:34 UTC
1702759 Merge topic 'doc-var-refs' into release-3.24 159acea394 Help: Clarify that variable references may use cache entries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7589 19 August 2022, 11:18:33 UTC
ce37b95 Merge branch 'release-3.24' 19 August 2022, 11:17:34 UTC
dc4c0e2 Merge topic 'ci-cmake-update' 05a1464689 ci: use CMake 3.24.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7590 19 August 2022, 11:17:34 UTC
810ab9b Merge topic 'ci-cmake-update' into release-3.24 05a1464689 ci: use CMake 3.24.1 c3793b4157 CMake 3.24.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7590 19 August 2022, 11:17:33 UTC
68e1385 Merge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_test-output-control 19 August 2022, 04:47:42 UTC
fadc932 Help: Add crossrefs to ctest output control options 19 August 2022, 04:47:01 UTC
de892f3 Help: Add crossrefs to ctest output control options 19 August 2022, 04:45:36 UTC
3453e6b Merge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_test-output-control 19 August 2022, 04:30:50 UTC
8981e88 Help: Add missing closing quote on C++ example 19 August 2022, 04:03:18 UTC
26f824f CMake Nightly Date Stamp 19 August 2022, 04:01:12 UTC
b55152e gitlab-ci: add jobs to test CMake with external dependencies on Linux Test that CMake works without its bundled dependencies. For some dependencies, test using the minimum supported version. 18 August 2022, 19:49:08 UTC
6a05d10 ci: add CMake external build dependencies to Debian and Fedora base images 18 August 2022, 19:49:08 UTC
d3c1b8a jsoncpp: Require version 1.6.0 when using system-provided library We need the `ValueIterator::name()` method. 18 August 2022, 19:49:08 UTC
68d3ca7 Tests: Fix RunCMake.FileAPI test with jsoncpp < 1.7.5 Prior to jsoncpp commit `126bdc2b05` (Reject extra chars if strictRoot, 2016-08-21, 1.7.5~2), it did not diagnose trailing characters in the input after a JSON value. Teach our corresponding test case to tolerate the old behavior. 18 August 2022, 19:49:07 UTC
299cd3e try_compile: Clean up tests Switch order of one try_compile test so that the total set of tests is in a more sensible order. Remove two duplicate tests. Remove some gratuitous (and not entirely accurate) messages. 18 August 2022, 15:27:27 UTC
ea659b1 CUDA: Always mark cuda toolkit as system include Fixes: #23731 18 August 2022, 14:37:06 UTC
05a1464 ci: use CMake 3.24.1 18 August 2022, 14:01:20 UTC
159acea Help: Clarify that variable references may use cache entries Clarify in `cmake-language(7)` that a variable lookup may use a cache entry if the variable is not set. Fix misleading text in added by commit 8ba2a8d4a4 (Help: short/long variable reference in if command, 2018-11-01, v3.14.0-rc1~408^2~2). Fixes: #23863 18 August 2022, 13:04:08 UTC
36d35d4 Merge topic 'cmake-E-env-modify' c9d70a7cc3 cmake -E env: Add --modify flag Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7571 18 August 2022, 12:04:06 UTC
a2cf0db Merge topic 'try_compile-no-try_run-args' b976b844d2 try_compile: Don't accept try_run arguments 24c83bb35b try_compile: Fix quotes in reporting of unknown arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7585 18 August 2022, 12:01:02 UTC
a336c83 Merge topic 'argparse-positional-tweak' f2ef60ca54 cmArgumentParser: Ignore positional after keyword Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7584 18 August 2022, 11:58:54 UTC
eee5616 Merge topic 'create_test_sourcelist-special-chars' f0802b2f50 create_test_sourcelist: Add support for more special characters in paths Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7587 18 August 2022, 11:57:48 UTC
536a25f Help: Convenient declaration for `-j, --parallel` option 18 August 2022, 10:18:49 UTC
b59615e CMake Nightly Date Stamp 18 August 2022, 04:01:11 UTC
b976b84 try_compile: Don't accept try_run arguments Modify cmCoreTryCompile to only recognize try_run arguments when actually parsing try_run. (The old behavior was to recognize try_run arguments for try_compile also and then complain.) This has a small chance that a try_run keyword will be consumed as part of a multi-valued keyword argument. However, this behavior is more consistent with other commands, as we don't normally treat keywords as universally reserved. Also, the code is noticeably simplified. 17 August 2022, 19:44:35 UTC
24c83bb try_compile: Fix quotes in reporting of unknown arguments In commit 6b427d8da9 (cmCoreTryCompile: Port to cmArgumentParser, 2022-08-01) we inadvertently dropped a matching quote during refactoring of reporting unknown arguments given to try_compile/try_run. Add the missing quote to match the old behavior and not have an imbalanced quote in the warning. 17 August 2022, 19:44:29 UTC
f0802b2 create_test_sourcelist: Add support for more special characters in paths Use `cmSystemTools::MakeCidentifier` to robustly create a valid function name to which the test path maps. Fixes: #23855 17 August 2022, 19:34:41 UTC
c88bf61 Merge topic 'fortran-compiler-list' 35759e2497 Fortran: cleanup compiler default search list Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7548 17 August 2022, 18:19:33 UTC
0677ca5 Merge branch 'release-3.24' 17 August 2022, 18:18:29 UTC
c3793b4 CMake 3.24.1 17 August 2022, 16:54:57 UTC
c9d70a7 cmake -E env: Add --modify flag When `cmake -E env` is given the `--modify` flag, try to parse the following argument as an `ENVIRONMENT_MODIFICATION` operation and apply it to the environment. This generalizes `--unset=`: 1. When implementing `ENVIRONMENT_MODIFICATION` features for other CMake commands, the `MYVAR=OP:VALUE` strings do not need to be translated to OP-specific flags. 2. This provides a natural and consistent extension point to introduce new operations without introducing very many flags. 3. Users need to learn only one syntax to access the same functionality. There is one difference between the behavior here as compared to CTest's interpretation of the `ENVIRONMENT_MODIFICATION` test property. The `MYVAR=reset:` command when run in `cmake -E env` will reset `MYVAR` to whatever its value was when `cmake -E env` launched, rather than try to checkpoint after plain `MYVAR=VALUE` options. This makes `MYVAR=VALUE` and `--modify MYVAR=set:VALUE` semantically equivalent. 17 August 2022, 16:54:39 UTC
b6cfa38 Merge branch 'release-3.24' 17 August 2022, 16:51:07 UTC
1bb3594 Merge topic 'revert-ci-msvc-14.33' 3a7202bfc7 gitlab-ci: Revert Windows builds from MSVC 14.33 to MSVC 14.32 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7586 17 August 2022, 16:51:07 UTC
c1046c1 Merge topic 'revert-ci-msvc-14.33' into release-3.24 3a7202bfc7 gitlab-ci: Revert Windows builds from MSVC 14.33 to MSVC 14.32 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7586 17 August 2022, 16:51:06 UTC
3a7202b gitlab-ci: Revert Windows builds from MSVC 14.33 to MSVC 14.32 toolset Revert commit 6f17996edc (gitlab-ci: Update Windows builds to MSVC 14.33 toolset, 2022-08-15). A `cmake-gui` built with the MSVC 14.33 toolset emits spurious errors when configuring CMake projects, even when the adjacent `cmake` binary succeeds reliably. Revert to the known-working MSVC 14.32 toolset pending further investigation. Issue: #23859 17 August 2022, 16:43:07 UTC
f2ef60c cmArgumentParser: Ignore positional after keyword Tweak cmArgumentParser to ignore positional arguments once a keyword argument has been seen. This prevents mingling of keyword arguments being able to effectively skip positional arguments, with later arguments being picked up again; this seems highly likely to lead to user confusion. This is also consistent with how other languages (e.g. Python) handle a mix of "named" and positional arguments. 17 August 2022, 15:03:51 UTC
409e77a Merge branch 'release-3.24' 17 August 2022, 14:16:10 UTC
8ad94b1 Merge topic 'FindVulkan-tolerate-FATAL_ERROR' 9063674517 Help: Add 3.24 release note about FindVulkan component enforcement bc01362368 FindVulkan: Restore tolerance of unknown FATAL_ERROR component Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7583 17 August 2022, 14:16:10 UTC
bc7dca3 Merge topic 'FindVulkan-tolerate-FATAL_ERROR' into release-3.24 9063674517 Help: Add 3.24 release note about FindVulkan component enforcement bc01362368 FindVulkan: Restore tolerance of unknown FATAL_ERROR component Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7583 17 August 2022, 14:16:09 UTC
9063674 Help: Add 3.24 release note about FindVulkan component enforcement Since commit 6e4d20921d (FindVulkan: Add component for `shaderc_combined`, 2022-05-18, v3.24.0-rc1~111^2~5), the module rejects unknown components. Add a release note about this behavior change. Issue: #23849 17 August 2022, 13:52:14 UTC
bc01362 FindVulkan: Restore tolerance of unknown FATAL_ERROR component `find_package(Vulkan REQUIRED FATAL_ERROR)` calls exist in the wild, but `find_package` does not have a `FATAL_ERROR` option. We silently tolerated such calls prior to commit 6e4d20921d (FindVulkan: Add component for `shaderc_combined`, 2022-05-18, v3.24.0-rc1~111^2~5), by treating the argument as a component and ignoring it. Restore tolerance by removing the component and warning about it. Fixes: #23849 17 August 2022, 13:52:12 UTC
2216826 Merge topic 'fix-gcov-test' 0ccaa7ecb9 Tests: Fix GCOV test in unusual environments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7580 17 August 2022, 12:45:19 UTC
8c144f0 Merge topic 'output_all_attempts_at_compiler_detection' 9c5bd7fe3a CompilerId: Output errors from all attempts at detection Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7576 17 August 2022, 12:44:26 UTC
b0ab42c Merge topic 'fix-xcode-install-path' 61acaa12af xcode: Don't set INSTALL_PATH unless target is SHARED_LIBRARY Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7473 17 August 2022, 12:41:33 UTC
49d5cee Merge branch 'release-3.24' 17 August 2022, 12:34:07 UTC
8a2eafe Merge topic 'ci-msvc-14.33' 6f17996edc gitlab-ci: Update Windows builds to MSVC 14.33 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7578 17 August 2022, 12:34:06 UTC
d3f58ea Merge topic 'ci-msvc-14.33' into release-3.24 6f17996edc gitlab-ci: Update Windows builds to MSVC 14.33 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7578 17 August 2022, 12:34:05 UTC
eb10bcb CMake Nightly Date Stamp 17 August 2022, 04:01:14 UTC
0ccaa7e Tests: Fix GCOV test in unusual environments Tweak path computation in CTestCoverageCollectGCOV test so that the test doesn't spuriously fail if the build directory is a symlink. 16 August 2022, 19:36:50 UTC
61acaa1 xcode: Don't set INSTALL_PATH unless target is SHARED_LIBRARY An empty INSTALL_PATH will confuse Xcode, resulting in the archive action producing archives that can not be uploaded to the App Store. The logic to pull out a install_name_dir only applies to SHARED_LIBRARY targets, so we can skip the setting of the property for all other targets. There might be cases where the INSTALL_PATH code path will also end up setting an empty INSTALL_PATH, but it's unclear whether this is a problem, so to keep the patch minimal the existing code is left as is. Fixes: #15183 16 August 2022, 17:35:36 UTC
6f17996 gitlab-ci: Update Windows builds to MSVC 14.33 toolset 16 August 2022, 17:20:48 UTC
5b949bb Merge topic 'refactor-environment-modification' a5d45e685f Tests: Add case for ENVIRONMENT_MODIFICATION property OP=reset behavior e2854b4fa2 cmCTestRunTest: Implement the ENVIRONMENT test property with EnvDiff too bfa1c5285b cmSystemTools: Add EnvDiff class to hold ENVIRONMENT_MODIFICATION logic a0b1c4ee90 cmCTestRunTest: Simplify by using GetSystemPathlistSeparator 4e6cbb1f13 cmCTestRunTest: Remove unnecessary CMAKE_BOOTSTRAP guard Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7572 16 August 2022, 17:03:33 UTC
4a82938 Merge topic 'nvhpc_fpie_support' 52dc49deb9 NVHPC: Enable PIE support on linux Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Raul Tambre <raul@tambre.ee> Merge-request: !7564 16 August 2022, 17:01:31 UTC
47a2eb8 Merge topic 'tutorial_step1_update' 953d729622 Tutorial: Collapse step 1 solutions c59e164155 Tutorial: Add Step 1 background info and update style Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7497 16 August 2022, 16:59:40 UTC
7b1ab24 Merge topic 'doc-compiler-id-table' a8430527f3 Help: `CMAKE_<LANG>_COMPILER_ID` turn code block into table Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7567 16 August 2022, 16:58:42 UTC
67465ca Merge topic 'xcode-avoid-compile-flags-on-resources' 7b2359ac53 Xcode: don't set SKIP_PRECOMPILE_HEADERS when source has no language Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Cristian Adam <cristian.adam@gmail.com> Merge-request: !7562 16 August 2022, 16:50:00 UTC
14aca54 Merge topic 'doc-cmake-cli-options' 0224576995 Help: Replace `cmake -P` option mentions w/ Sphinx role 1b94770f27 Help: Insert link to `cmake --toolchain` option 2c54cd871a Help: Turn items of presets manual page into description list e2198fd9dc Help: Format `-Werror`/`-Wno-error` in the way it can be referenced a6070b480f Help: Use placeholder instead of listing choices in option lines 8ba20cb56f Help: Simplify `cmake --log-level` option definition 146e4e6bad Help: Split `ctest` options into groups like `cmake` man page has 4c1008d739 Help: Use `:option:` role to reference `ctest` options ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7554 16 August 2022, 16:46:26 UTC
6bc2048 Merge branch 'release-3.24' 16 August 2022, 16:43:53 UTC
back to top