Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
| | | | | Variable names are always generated by CMake and should never be NULL. | ||||
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -60/+0 |
| | | | | | Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files. | ||||
* | list: Fix docs for APPEND to show that elements are optional | Роман Донченко | 2013-10-14 | 1 | -1/+1 |
| | | | | | | | list(APPEND) has been able to append nothing since commit a06dcdba (Allow LIST(APPEND) command to append nothing, 2008-01-16) but the documentation still used to imply that at least one argument is required. | ||||
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -4/+4 |
| | | | | | Use const_cast for the special case in cmFindBase where GetFullDocumentation calls GenerateDocumentation. | ||||
* | Clarify list subcommand documentation (#8154) | David Cole | 2011-02-07 | 1 | -0/+8 |
| | | | | | | Make it clear that list subcommands that modify the list do so in the current CMake variable scope, regardless of the original scope of the list variable involved. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | some white space fixes for the book | Ken Martin | 2009-09-03 | 1 | -2/+2 |
| | |||||
* | ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove ↵ | Sebastien Barre | 2008-03-12 | 1 | -0/+3 |
| | | | | duplicates from a list (keep the ordering) | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | BUG: fix for bug 6207 explain list index values better | Bill Hoffman | 2008-01-02 | 1 | -4/+9 |
| | |||||
* | BUG: fix bug 6081 | Bill Hoffman | 2007-12-14 | 1 | -0/+5 |
| | |||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -10/+10 |
| | |||||
* | ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index | Alexander Neundorf | 2007-08-15 | 1 | -3/+4 |
| | | | | | | | | and which is more useful, because then you can also access the item behind the one you were looking, useful for writing macros with optional keywords with parameters Alex | ||||
* | ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, ↵ | Alexander Neundorf | 2007-07-12 | 1 | -1/+6 |
| | | | | | | | | miguelf (AT) ieee.org added tests for LIST(CONTAINS, SORT, REVERSE) Alex | ||||
* | STYLE: use "items" instead od "item" | Alexander Neundorf | 2007-05-24 | 1 | -2/+2 |
| | | | | Alex | ||||
* | BUG: Add missing API | Andy Cedilnik | 2006-08-22 | 1 | -0/+2 |
| | |||||
* | STYLE: Fix style | Andy Cedilnik | 2006-05-16 | 1 | -9/+9 |
| | |||||
* | ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEM | Andy Cedilnik | 2006-05-15 | 1 | -5/+5 |
| | |||||
* | ENH: Remove some errors, fix append to work on nonexisting lists | Andy Cedilnik | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | ENH: Some documentation and add APPEND | Andy Cedilnik | 2006-05-11 | 1 | -6/+9 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -3/+4 |
| | |||||
* | ENH: Add initial implementation of the list command | Andy Cedilnik | 2006-02-10 | 1 | -0/+99 |