- Apr 12, 2022
-
-
5fa15ec9 Help: Document that target_sources defines [INTERFACE_]HEADER_SETS c5d4812f cmTarget: make HEADER_SETS and INTERFACE_HEADER_SETS read-only 05783b16 cmFileSet: store visibility with the fileset Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7168
-
Brad King authored
-
Brad King authored
-
91c859d1 CheckPIESupported: Prevent separate output lines running together ab5455aa Help: Correct/add missing details for CheckPIESupported Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7157
-
23671318 FindPostgreSQL: add support for PostgreSQL 14 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7158
-
45299a8f cmake: --list=presets=[type] doesn't generate incorrect warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7164
-
Brad King authored
-
Brad King authored
Merge-request: !7166
-
476c6a89 PCH: Fix Xcode non-pch language exclusion fcf1fcfd Tests: Ignore all classes in Xcode internal objc warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7166
- Apr 11, 2022
-
-
Fix a regression caused by commit bbcdac4e (PCH: Fix all-language precompile header support in Xcode, 2021-08-07, v3.22.0-rc1~140^2). Fixes: #23138
-
Xcode on Apple Silicon warns not only about AMSupportURL classes but also many more.
-
Ben Boeckel authored
There is no reason to allow these properties to be manipulated by user code. Instead, use the stored visibility on the fileset objects to derive what these properties should contain.
-
Ben Boeckel authored
The visibility is intrinsic to the fileset, so store it with it. This avoids recalculating it on every addition to the fileset.
-
Robert Maynard authored
Fixes #23407
-
-
-
-
a10fc754 CheckSourceCompiles: Avoid linker warning with -fembed-bitcode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7156
-
- Apr 09, 2022
-
-
Craig Scott authored
When the Apple linker sees -headerpad_max_install_names and bitcode is enabled with a flag like -fembed-bitcode, it issues a warning and ignores the -headerpad_max_install_names flag. This causes unrelated compiler and linker flag checks to fail for valid flags. In f745e049 (CheckCompilerFlags: Catch linker warning about ignored flags, 2022-01-03), we started detecting linker warnings, which caused a regression for projects that were setting -fembed-bitcode in their CMAKE_CXX_FLAGS or similar. Prevent that regression by removing the -headerpad_max_install_names linker flag when we know it will warn and be ignored anyway. Fixes: #23390 Issue: #23408
-
- Apr 08, 2022
-
-
9dd585d1 CheckCompilerFlag: Fix regression in locale environment preservation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7153
-
Brad King authored
-
Brad King authored
Merge-request: !7150
-
- Apr 07, 2022
-
-
f779f8c0 FILE_SET: Forbid adding header sets to Apple FRAMEWORK libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !7149
-
Brad King authored
Merge-request: !7150
-
Brad King authored
`qcollectiongenerator` is deprecated in favor of `qhelpgenerator`.
-
The feature needs a specialized implementation to place headers in the right place inside frameworks. To avoid silently doing the wrong thing, make this case an error for the 3.23 series. Issue: #23386
- Apr 06, 2022
-
-
Brad King authored
-
b691906d gitlab-ci: Build qthelp-format release documentation for cmake.org 1ceec19c gitlab-ci: Add objects.inv to cmake.org html documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7146
-
Brad King authored
Merge-request: !7146
-
Brad King authored
Previously the qthelp-format release documentation on `cmake.org` was built manually.
-
Brad King authored
-
- Apr 05, 2022
-
-
Brad King authored
-
Brad King authored
Merge-request: !7144
-
28082817 gitlab-ci: update cmake.org documentation in release package pipeline ed00a29c gitlab-ci: consolidate jobs for cmake.org/cmake/help/git-{master,stage} docs 5c2e8ce5 Utilities/Sphinx: Add OpenSearch link to html page headers on cmake.org a14905d4 Utilities/Sphinx: Add option to build outdated version banner for cmake.org cca73b54 Utilities/Sphinx: Add undocumented option to build docs for cmake.org Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7144
-
Brad King authored
-
Brad King authored
-