summaryrefslogtreecommitdiffstats
path: root/Help/command/list.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.