Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake_language: Rename command from cmake_command | Brad King | 2020-05-21 | 1 | -3/+3 |
| | | | | | | Also rename the `INVOKE` signature to `CALL`. Fixes: #20732 | ||||
* | cmake_command: Add command to INVOKE other commands by name | Cristian Adam | 2020-02-25 | 1 | -0/+4 |
| | | | | Fixes: #18392 | ||||
* | Help: describe differences between macro and function. | Joachim Wuttke (l) | 2018-11-14 | 1 | -0/+3 |
| | |||||
* | Help: Document that function invocation is case-insensitive | Joachim Wuttke (l) | 2018-11-13 | 1 | -21/+46 |
| | |||||
* | Help: Revise docs on Scripting Commands | Joachim Wuttke (l) | 2018-10-23 | 1 | -16/+22 |
| | | | | | | | | | | | | | | | | | | | 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 that ARGV# beyond ARGC will have an undefined behavior (#15380) | Daniele E. Domenichelli | 2015-02-26 | 1 | -0/+4 |
| | |||||
* | Help: Refine the .rst formatting of macro and function documentation | Daniele E. Domenichelli | 2015-02-26 | 1 | -19/+20 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+31 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |