Brad King
7952e11466
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
2023-06-29 11:49:34 -04:00
Brad King
e588d29eaf
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
2023-06-29 10:57:38 -04:00
Brad King
c7e3668b00
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
2023-06-29 10:07:01 -04:00
Brad King
088e07d1a7
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
2023-06-29 09:54:12 -04:00
Craig Scott
a3dfaf8a5c
Help: Fix wrong command name in target_precompile_headers docs
2023-06-29 09:27:10 +10:00
Brad King
60b393096f
Help: Link to cmake-language(7) list docs from list() command docs
...
Fixes : #25036
2023-06-28 07:51:37 -04:00
Brad King
f9fe9099ab
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
2023-06-27 11:03:36 -04:00
Ryan Friedman
aed550410a
Help: Clarify that you can't set properties on ALIAS targets
...
Issue: #19445
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com >
2023-06-26 12:47:26 -04:00
Brad King
b1d2c495dd
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
2023-06-26 09:45:45 -04:00
Brad King
b7810bfb18
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
2023-06-26 09:44:56 -04:00
Brad King
529b818378
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
2023-06-26 09:43:55 -04:00
Brad King
676d1da38b
FindCxxTest: Modernize documentation formatting
2023-06-23 12:20:03 -04:00
Brad King
dfe0f58962
FindCxxTest: Update link to cxxtest project page
2023-06-23 12:20:03 -04:00
Robert Maynard
f73ae7c510
NVHPC: Support nvfortran versions that don't support isystem
...
Fixes : #25019
2023-06-23 12:14:09 -04:00
Brad King
f58c7659d8
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
2023-06-23 10:52:48 -04:00
Brad King
5061ac9772
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
2023-06-23 10:48:14 -04:00
Brad King
8801ce34c1
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
2023-06-23 10:46:29 -04:00
Brad King
052e952362
Merge branch 'release-3.26' into release-3.27
2023-06-23 10:44:12 -04:00
Brad King
8c5905ca1c
Merge branch 'doc-project-none' into release-3.26
...
Merge-request: !8585
2023-06-23 10:43:47 -04:00
Brad King
4902fe086b
Merge branch 'backport-3.26-sphinx-domain-parallel' into release-3.26
...
Merge-request: !8575
2023-06-23 10:43:10 -04:00
Brad King
5fb68744d4
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
2023-06-23 10:42:24 -04:00
Brad King
080196d741
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
2023-06-23 10:40:52 -04:00
Marc Chevrier
5945a98ced
link dependencies: deactivate the feature
...
Unfortunately it breaks in combination with LTO due to a bug in the GNU
linker.
Fixes : #25014
2023-06-23 10:35:04 -04:00
Andreas Weis
d90a61d671
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.
2023-06-22 14:22:56 -04:00
Brad King
9dd2dd5b77
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
2023-06-22 13:12:24 -04:00
Brad King
a4d532e998
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
2023-06-22 11:22:08 -04:00
Henry Schreiner
0c14b6085a
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.
2023-06-22 10:48:50 -04:00
Brad King
99ea9ad947
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
2023-06-22 10:39:21 -04:00
Brad King
ac89f9ec86
Merge branch 'backport-3.26-sphinx-domain-parallel'
2023-06-22 10:04:57 -04:00
Matthew Woehlke
f546ebfecc
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 >
2023-06-22 10:02:43 -04:00
Robert Maynard
c3a364cae9
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).
2023-06-21 14:19:38 -04:00
Jared Dillard
4e11859e0e
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
2023-06-21 11:52:10 -04:00
Brad King
0cd5300665
CMake 3.27.0-rc3
v3.27.0-rc3
2023-06-20 13:11:25 -04:00
Brad King
fd949f6e01
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
2023-06-20 13:09:58 -04:00
Brad King
f342a655e4
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
2023-06-20 13:08:46 -04:00
Brad King
ab66b89a46
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
2023-06-20 10:39:37 -04:00
Jannik Beyerstedt
fc7dcc6a24
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
2023-06-20 09:59:53 -04:00
Brad King
21d409534a
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
2023-06-20 09:26:28 -04:00
Brad King
e12d6d2503
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
2023-06-20 09:25:39 -04:00
Marc Chevrier
1cfaed0684
list(): restore SUBLIST behavior
...
Fixes : #25002
2023-06-16 15:14:03 +02:00
Brad King
8a99acd289
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
2023-06-16 08:35:34 -04:00
Brad King
80ba2cccfc
FindPostgreSQL: Add support for version 15
2023-06-16 08:21:04 -04:00
Brad King
7b205b7078
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.
2023-06-16 08:16:43 -04:00
Brad King
8e4cda74fe
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
2023-06-16 07:49:17 -04:00
Markus Ferrell
a8679c997d
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.
2023-06-15 09:29:16 -04:00
Brad King
7f6cebb1cd
ci: Split macOS 10.10+ and 10.13+ package language standard selection
...
Prepare to use a different language standard level for each package.
2023-06-15 09:21:07 -04:00
Brad King
aab16d4bfc
ci: Drop unnecessary -stdlib flag from macOS package
...
AppleClang uses `libc++` by default.
2023-06-15 09:21:07 -04:00
Brad King
57b97d30c0
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
2023-06-14 09:13:50 -04:00
Brad King
f19baf5846
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
2023-06-14 09:12:57 -04:00
Matthew Woehlke
528cdc7551
Utilities/Sphinx: Fix some flake8 gripes
...
Reorder some imports to better conform to what flake8 wants.
2023-06-13 11:39:48 -04:00