summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
|
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-2/+2
| | | | Variable names are always generated by CMake and should never be NULL.
* Drop builtin command documentationBrad King2013-10-161-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-141-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 membersYury G. Kudryashov2012-02-291-4/+4
| | | | | Use const_cast for the special case in cmFindBase where GetFullDocumentation calls GenerateDocumentation.
* Clarify list subcommand documentation (#8154)David Cole2011-02-071-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 LicenseBrad King2009-09-281-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 bookKen Martin2009-09-031-2/+2
|
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove ↵Sebastien Barre2008-03-121-0/+3
| | | | duplicates from a list (keep the ordering)
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* BUG: fix for bug 6207 explain list index values betterBill Hoffman2008-01-021-4/+9
|
* BUG: fix bug 6081Bill Hoffman2007-12-141-0/+5
|
* ENH: make commands lower case by defaultKen Martin2007-10-101-10/+10
|
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-151-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 Neundorf2007-07-121-1/+6
| | | | | | | | miguelf (AT) ieee.org added tests for LIST(CONTAINS, SORT, REVERSE) Alex
* STYLE: use "items" instead od "item"Alexander Neundorf2007-05-241-2/+2
| | | | Alex
* BUG: Add missing APIAndy Cedilnik2006-08-221-0/+2
|
* STYLE: Fix styleAndy Cedilnik2006-05-161-9/+9
|
* ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEMAndy Cedilnik2006-05-151-5/+5
|
* ENH: Remove some errors, fix append to work on nonexisting listsAndy Cedilnik2006-05-151-1/+1
|
* ENH: Some documentation and add APPENDAndy Cedilnik2006-05-111-6/+9
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-3/+4
|
* ENH: Add initial implementation of the list commandAndy Cedilnik2006-02-101-0/+99