Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Improve/fix incorrect docs for list(SORT) sub-options | Craig Scott | 2018-10-06 | 1 | -11/+15 |
| | |||||
* | list: Add options to control the SORT comparison operation | Daniel Franke | 2018-06-13 | 1 | -3/+19 |
| | |||||
* | Help: Add Synopsis section to install, list, and string docs | Brad King | 2018-05-07 | 1 | -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 operations | Brad King | 2018-05-07 | 1 | -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 Fan | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | typo: incerment -> increment | Rolf Eike Beer | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | list: Add TRANSFORM sub-command | Marc Chevrier | 2018-04-16 | 1 | -0/+73 |
| | | | | Issue: #17823 | ||||
* | list: Add SUBLIST sub-command | Marc Chevrier | 2018-03-21 | 1 | -0/+12 |
| | | | | Issue: #17823 | ||||
* | list(): add `JOIN` sub-command | Marc Chevrier | 2018-03-20 | 1 | -0/+11 |
| | |||||
* | Help: refresh list() command documentation | Marc Chevrier | 2018-03-16 | 1 | -43/+126 |
| | | | | | Reformat `list` command documentation be consistent with the `string` command. | ||||
* | list: Add FILTER subcommand (#3986) | Ashley Whetter | 2016-02-03 | 1 | -3/+10 |
| | | | | Create a `list(FILTER)` command to filter lists by regular expression. | ||||
* | Help: Improve formatting of command documentation | Michael Scott | 2015-06-08 | 1 | -24/+24 |
| | | | | | Use inline reStructuredText markup and add cross-references in more places. | ||||
* | Help: Document macro argument caveats in more detail | Daniele E. Domenichelli | 2013-11-19 | 1 | -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 files | Kitware Robot | 2013-10-15 | 1 | -0/+60 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |