summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* 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