summaryrefslogtreecommitdiffstats
path: root/Help/command/list.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve/fix incorrect docs for list(SORT) sub-optionsCraig Scott2018-10-061-11/+15
|
* list: Add options to control the SORT comparison operationDaniel Franke2018-06-131-3/+19
|
* Help: Add Synopsis section to install, list, and string docsBrad King2018-05-071-33/+45
| | | | | | | | | Summarize the command signatures in one block at the top of the documentation as is typical in Unix command-line tool manuals. Make the mode keywords links to the corresponding full signature and documentation. Issue: #17948
* Help: Improve list command signature group name for read operationsBrad King2018-05-071-2/+2
| | | | | The LENGTH, GET, JOIN, and SUBLIST operations all read the list without modifying it. Name their section appropriately.
* Help: Some spelling corrections for commands.Yee Fan2018-04-201-1/+1
|
* typo: incerment -> incrementRolf Eike Beer2018-04-171-1/+1
|
* list: Add TRANSFORM sub-commandMarc Chevrier2018-04-161-0/+73
| | | | Issue: #17823
* list: Add SUBLIST sub-commandMarc Chevrier2018-03-211-0/+12
| | | | Issue: #17823
* list(): add `JOIN` sub-commandMarc Chevrier2018-03-201-0/+11
|
* Help: refresh list() command documentationMarc Chevrier2018-03-161-43/+126
| | | | | Reformat `list` command documentation be consistent with the `string` command.
* list: Add FILTER subcommand (#3986)Ashley Whetter2016-02-031-3/+10
| | | | Create a `list(FILTER)` command to filter lists by regular expression.
* Help: Improve formatting of command documentationMichael Scott2015-06-081-24/+24
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Help: Document macro argument caveats in more detailDaniele E. Domenichelli2013-11-191-1/+2
| | | | | | Add notes about macro arguments in the foreach, if, and list commands. Add a section to the macro command documentation explaining in detail how macro arguments are not variables.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+60
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.