summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add _See Also_ sections to related CMake commandsAlex Turbov2022-11-0944-43/+311
|
* Help: Use direct refs to genexes instead of ``$<GENEX-NAME>``Alex Turbov2022-11-0916-69/+62
|
* Help: Use CMake highlighting for command synopsisAlex Turbov2022-11-0929-38/+38
| | | | Most of CMake commands use it. Fix a few of them to do the same.
* Help: Use monospaced font for a genex name in a section titleAlex Turbov2022-11-091-2/+2
|
* Help: Use `code-block:: cmake` instead of `::` for sub-commands descriptionsAlex Turbov2022-11-072-21/+21
| | | | | Most of CMake commands use syntax highlighting when describe sub-commands syntax. Fix a few of them to be like others...
* Help: ``CMake`` → CMakeAlex Turbov2022-11-071-1/+1
|
* Help: Unindent _See Also_ related commands listAlex Turbov2022-11-075-15/+13
| | | | To make it similar to other commands.
* Help: Use `caption` option of `code-block` for JSON trace format snippetsAlex Turbov2022-11-071-4/+2
|
* Help: Use role `:program:`Alex Turbov2022-11-0611-39/+39
| | | | | When mention execitable names use Sphinx semantic role `:program` instead of ``executable`` or **executable**.
* Help: Add some more `:option:` role to `cmake-language(7)` manualAlex Turbov2022-11-051-8/+8
|
* Help: Add `ATTENTION` for comments in the `cmake-language(7)` manualAlex Turbov2022-11-051-3/+3
| | | | | Some editors (OK, mine, I use `kate`) highlight some capitalized "keywords" (like `TODO`, `NOTE`, &etc) in comments.
* Merge branch 'release-3.24'Brad King2022-11-011-0/+11
|\
| * CMake 3.24.3v3.24.3Brad King2022-11-011-0/+11
| |
| * Merge branch 'release-3.23' into release-3.24Brad King2022-11-011-2/+2
| |\
| * \ Merge branch 'doc-timestamp-f' into release-3.24Brad King2022-10-141-0/+2
| |\ \ | | | | | | | | | | | | Merge-request: !7796
| * \ \ Merge branch 'release-3.23' into release-3.24Brad King2022-10-041-3/+3
| |\ \ \
* | \ \ \ Merge branch 'release-3.23'Brad King2022-11-011-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CMake 3.23.5v3.23.5Brad King2022-11-011-2/+2
| | |_|/ | |/| |
* | | | Merge topic 'compile-commands-output-field'Brad King2022-11-011-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 887a8874c3 EXPORT_COMPILE_COMMANDS: add `output` field Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7844
| * | | | EXPORT_COMPILE_COMMANDS: add `output` fieldBen Boeckel2022-10-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also write for all configurations from multi-config generators. This field was added in the Clang 5 documentation and not present in the Clang 4 documentation (sometime between Dec 2016 and Mar 2017 according to `web.archive.org`).
* | | | | VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"ζeh Matt2022-10-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate `CLRSupport` for Visual Studio projects. Fixes: #22054
* | | | | Help: Format COMMON_LANGUAGE_RUNTIME values as a definition listBrad King2022-10-281-5/+15
|/ / / /
* | | | Merge topic 'timestamp-timezone'Brad King2022-10-282-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9da542d5c1 string(TIMESTAMP): Add %z and %Z for adding time zone string Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7788
| * | | | string(TIMESTAMP): Add %z and %Z for adding time zone stringVasiliy Koyrev2022-10-272-0/+16
| | | | | | | | | | | | | | | | | | | | Fixes: #24056
* | | | | Merge topic 'tutorial_step7_update'Brad King2022-10-283-25/+158
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f9ef15f3dc Tutorial: Update step 7 style Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7787
| * | | | | Tutorial: Update step 7 styleMarkus Ferrell2022-10-273-25/+158
| |/ / / /
* | | | | Merge topic 'tutorial_step5_cleanup'Brad King2022-10-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 43f87741f4 Tutorial: Fix Step 5 solution after update to Step 6 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7838
| * | | | | Tutorial: Fix Step 5 solution after update to Step 6Markus Ferrell2022-10-271-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 6e58a01f4e (Tutorial: Update step 6 style, 2022-10-06) the `literalinclude` included an extra comment from step 6 instructions. Fix the include bounds to remove the extra text.
* | | | | Merge topic 'doc-config-postfix'Craig Scott2022-10-281-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | 3fc2dcd801 Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7841
| * | | | Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIXCraig Scott2022-10-271-5/+5
| | | | |
| * | | | Merge topic 'cmake-presets-workflow-arguments' into release-3.25Brad King2022-10-271-0/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ecbe324b0 cmake --workflow: add --fresh option 7d9aa0f00c cmake::Workflow: Refactor to use enum class argument 322193afcd cmake --workflow: print usage and exit on unrecognized argument 70aef29427 cmake --workflow: print usage message Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7825
* | \ \ \ \ Merge topic 'tutorial_step6_update'Brad King2022-10-272-30/+66
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6e58a01f4e Tutorial: Update step 6 style Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7756
| * | | | | | Tutorial: Update step 6 styleMarkus Ferrell2022-10-252-30/+66
| | | | | | |
* | | | | | | Merge topic 'cmake-presets-workflow-arguments'Brad King2022-10-271-0/+6
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ecbe324b0 cmake --workflow: add --fresh option 7d9aa0f00c cmake::Workflow: Refactor to use enum class argument 322193afcd cmake --workflow: print usage and exit on unrecognized argument 70aef29427 cmake --workflow: print usage message Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7825
| * | | | | | cmake --workflow: add --fresh optionKyle Edwards2022-10-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #24073
* | | | | | | Merge topic 'tutorial_my_math_consistency'Brad King2022-10-274-10/+11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 277fbb3035 Tutorial: Restore USE_MYMATH in place of MY_MATH Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7829
| * | | | | | Tutorial: Restore USE_MYMATH in place of MY_MATHMarkus Ferrell2022-10-254-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit 80f5d28813 (Tutorial: Update step 2 style, 2022-07-25, v3.25.0-rc1~226^2) we replaced some uses of `USE_MYMATH` with `MY_MATH`. Restore the former name for consistency with the rest of the tutorial.
| * | | | | | Merge topic 'doc-presets' into release-3.25Brad King2022-10-252-9/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a413eb8d0 Help: State default preset strategy for architecture and toolset 8de977fa70 Help: Use array consistently in presets manual e11773e8cf Help: Fix trivial typos related to presets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7817
* | | | | | | Merge topic 'doc-presets'Brad King2022-10-252-9/+12
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a413eb8d0 Help: State default preset strategy for architecture and toolset 8de977fa70 Help: Use array consistently in presets manual e11773e8cf Help: Fix trivial typos related to presets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7817
| * | | | | | Help: State default preset strategy for architecture and toolsetCraig Scott2022-10-221-0/+3
| | | | | | |
| * | | | | | Help: Use array consistently in presets manualCraig Scott2022-10-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When referring to data in a JSON array, use "array" consistently rather than "list". This avoids ambiguity over whether we mean a string containing a CMake list, or a JSON array. Fixes: #24074
| * | | | | | Help: Fix trivial typos related to presetsCraig Scott2022-10-222-2/+2
| | | | | | |
* | | | | | | Merge topic 'doc-ctest'Brad King2022-10-242-0/+13
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36d76ed07c Help: cmake(1), ctest(1), versionadded for key flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7815
| * | | | | | Help: cmake(1), ctest(1), versionadded for key flagsMichael Hirsch2022-10-212-0/+13
| |/ / / / /
| * | | | | Merge topic 'doc-cli-xrefs' into release-3.25Brad King2022-10-2111-32/+34
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3043c17039 Help: Add more CLI `:option:` references to various pages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7811
* | \ \ \ \ \ Merge topic 'doc-cli-xrefs'Brad King2022-10-2111-32/+34
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3043c17039 Help: Add more CLI `:option:` references to various pages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7811
| * | | | | | Help: Add more CLI `:option:` references to various pagesAlex Turbov2022-10-2011-32/+34
| | | | | | |
* | | | | | | Merge topic 'doc-find_package-search-path-versionadded'Brad King2022-10-211-21/+31
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65dc8aa8b3 Help: Mention CMake version for a recently-added `find_package` search path 93871cb5a9 Help: Reformat find_package search paths as Sphinx tables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7810
| * | | | | | Help: Mention CMake version for a recently-added `find_package` search pathAlex Turbov2022-10-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a `versionadded` mark for the search path added by commit e55c154c5b (cmFindPackageCommand: Add one more search path, 2022-06-27, v3.25.0-rc1~339^2~1). Fixes: #24067
| * | | | | | Help: Reformat find_package search paths as Sphinx tablesAlex Turbov2022-10-201-21/+29
| |/ / / / /