Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Use <xxx> for non-keyword arguments in property command signatures | Craig Scott | 2024-01-05 | 1 | -2/+3 |
| | |||||
* | Help: Add _See Also_ sections to related CMake commands | Alex Turbov | 2022-11-09 | 1 | -0/+7 |
| | |||||
* | Help: Provide cross-references from and to set_property | Joachim Wuttke (o) | 2019-01-10 | 1 | -0/+2 |
| | |||||
* | Help: Revise docs on Scripting Commands | Joachim Wuttke (l) | 2018-10-23 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | Revise docs for all "Scripting Commands", except four find_XXX that use a macro suite of their own. * Take full advantage of the improved syntax highlighting. * Make consequential use of <..> placeholders. * Clarify things here and there in the text. Specific improvements to some command docs: * "math": Correct description of novel hexadecimal capability. * "if", "foreach", "while": Provide link to "endif" etc * "foreach", "while": Mention "break" and "continue". * "foreach": Simplify explanation of ``RANGE`` and ``IN`` signatures; advise against negative arguments or reverse ranges (compare issue #18461) * "endif", "endfunction" etc: Explain that the argument is optional and maintained for compatibility only | ||||
* | Help: Clarify wording of set_directory_properties docs | Brian Heim | 2018-09-10 | 1 | -4/+3 |
| | |||||
* | Help: Link to properties in set_directory_properties docs. | Stephen Kelly | 2015-04-04 | 1 | -6/+3 |
| | | | | Remove claim that CMake will report an error for unknown properties. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+15 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |