- Jul 17, 2021
-
-
Craig Scott authored
-
Craig Scott authored
-
- Jul 13, 2021
-
-
Brad King authored
Documentation added by * commit 4f4f2028 (Help: Add documentation for buildPresets and testPresets, 2021-01-13, v3.20.0-rc1~51^2~7) * commit 676ecf0d (cmake-presets: Add build and test presets, 2020-12-14, v3.20.0-rc1~51^2~6) used square brackets in the `cmake --build` signature to indicate non-optional alternatives, which is not a typical convention. A common convention is to use parentheses instead, but in this case it is probably clearer to list the two signatures separately. Fixes: #22413
-
- Jul 12, 2021
-
-
Since commit 8bc5c896 (CMakePresets.json: Add the ability to conditionally disable presets, 2021-03-10, v3.21.0-rc1~464^2) the example requires presets version 3 support, which is not available until CMake 3.21. CMake 3.20.0 can't open v3 presets. Make cmakeMinimumRequired compatible with the example's version.
-
- Jul 08, 2021
-
-
Extend the documentation added by commit 96a70401 (project: Define variables indicating whether project is top level, 2021-03-24, v3.21.0-rc1~443^2) to give some examples of how the variables are set in each context.
-
Brad King authored
Note that some CUDA C++ language standard levels were added before any compilers actually supported them. In such cases, the value of `CUDA_STANDARD` gracefully degrades to the highest supported by the compiler (unless `CUDA_STANDARD_REQUIRED` is enabled). Therefore we can document support for each value based on when CMake learned of it.
-
Brad King authored
-
Brad King authored
-
- Jul 06, 2021
-
-
- Jul 04, 2021
-
-
Craig Scott authored
Duplicated textual patterns are factored out to make the text more readable. The POST_INCLUDE_FILES and POST_EXCLUDE_FILES were also previously missing from the main syntax block for install(RUNTIME_DEPENDENCY_SET).
-
- Jul 03, 2021
-
-
Craig Scott authored
In particular, mention the mutually exclusive nature with the COMPONENT option. Fix the inconsistent way the versionadded details were added for that text too.
-
Craig Scott authored
-
- Jul 01, 2021
-
- Jun 30, 2021
-
- Jun 29, 2021
-
-
RPM 4.11.3 for el7 contains backported support for the RPM weak dep tags. It only supports querying those tags, but rpmbuild can not make use of them. Since CPack relies on rpmbuild --querytags to check for support, this commit switches to rpm --suggests to check for support of weak dependencies. Fixes: #22350
-
Marc Chevrier authored
Fixes: #22353
-
- Jun 28, 2021
-
-
Frank Dana authored
-
Brad King authored
-
Brad King authored
Avoid implying that the field is always present. Fixes: #22352
-
Ben Boeckel authored
This was missed in the review of !4150, but was noticed during discussion of #22353.
-
- Jun 25, 2021
-
-
Brad King authored
In a document that says "New in version 3.14", we do not need any blocks that say "New in version 3.8".
- Jun 21, 2021
-
-
Brad King authored
Make it clear that the notes for these patch releases were not forgotten, and that there were simply no changes to documented features or interfaces.
-
- Jun 18, 2021
-
-
Fixes: #18856
-
- Jun 17, 2021
-
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
Brad King authored
-
-
- Use inline literals for all code fragments and names. - Add missing console code-blocks. - Always use c++, not c as code language.
-
-
Fixes: #21737
-
Brad King authored
-
Brad King authored
Run the script: Utilities/Sphinx/update_versions.py --since v3.20.0 --overwrite Manually remove directives generated in documents for long-existing features for which documentation was added.
-
Brad King authored
Add section headers similar to the 3.20 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
- Jun 14, 2021
-
-
Brad King authored
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.21.rst`.
-
- Jun 12, 2021
-
-
Marc Chevrier authored
Fixes: #22302
-
Marc Chevrier authored
-
- Jun 11, 2021
-
-
Gregor Jasny authored
Issue: #22297
-
- Jun 10, 2021
-
- Jun 09, 2021
-
-
Brad King authored
Fixes: #22287 Issue: #20115
-