summaryrefslogtreecommitdiffstats
path: root/Help/command/get_filename_component.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Remove outdated statement about get_filename_component()Craig Scott2019-02-161-4/+3
| | | | | | | | After !2853, the statement that the "longest file extension is always considered" is no longer true. Both NAME_WLE and LAST_EXT now return details based on the shortest file extension. Fixes: 7a25ef326b (Help: Add documentation for new get_filename_component components, 2019-01-24, 3.14.0-rc1)
* Help: Add documentation for new get_filename_component componentsTushar Maheshwari2019-01-241-0/+2
|
* Help: Revise docs on Scripting CommandsJoachim Wuttke (l)2018-10-231-20/+10
| | | | | | | | | | | | | | | | | | | 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: Some spelling corrections for commands.Yee Fan2018-04-201-1/+1
|
* Help: Fix typo in get_filename_component docsChristopher Meng2015-09-081-1/+1
| | | | trailing slahes -> trailing slashes
* get_filename_component: Teach new BASE_DIR parameter.James Johnston2015-08-181-5/+32
| | | | | | In the get_filename_component command, add a new BASE_DIR parameter to use with the ABSOLUTE and REALPATH options. This will be used when finding an absolute path from a relative path.
* Help: Improve formatting of command documentationMichael Scott2015-06-081-6/+6
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+37
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.