summaryrefslogtreecommitdiff
path: root/Source/cmListCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Drop builtin command documentationBrad King2013-10-161-60/+0
* list: Fix docs for APPEND to show that elements are optionalРоман Донченко2013-10-141-1/+1
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* Clarify list subcommand documentation (#8154)David Cole2011-02-071-0/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* some white space fixes for the bookKen Martin2009-09-031-2/+2
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...Sebastien Barre2008-03-121-0/+3
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* 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
* ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel...Alexander Neundorf2007-07-121-1/+6
* STYLE: use "items" instead od "item"Alexander Neundorf2007-05-241-2/+2
* 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