summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: yeah yeah.Sebastien Barre2008-03-141-2/+4
|
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove ↵Sebastien Barre2008-03-121-0/+66
| | | | 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
* ENH: Allow LIST(APPEND) command to append nothing.Brad King2008-01-161-2/+8
|
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-151-7/+11
| | | | | | | | 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-0/+37
| | | | | | | | miguelf (AT) ieee.org added tests for LIST(CONTAINS, SORT, REVERSE) Alex
* STYLE: Fixed line-too-long.Brad King2006-08-261-1/+1
|
* BUG: Add missing APIAndy Cedilnik2006-08-221-0/+78
|
* BUG: Fix error messages and fix remove item to actually remove all instances ↵Andy Cedilnik2006-08-221-3/+8
| | | | of the item
* STYLE: Fix styleAndy Cedilnik2006-05-161-11/+12
|
* ENH: Fix INSERT to allow inserting to empty listAndy Cedilnik2006-05-151-14/+17
|
* 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-17/+15
|
* STYLE: fix line lengthKen Martin2006-05-121-5/+13
|
* ENH: Some documentation and add APPENDAndy Cedilnik2006-05-111-1/+1
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-9/+9
| | | | warnings produced by building for win64
* ENH: allow unset vars to be used in list lengthBill Hoffman2006-03-241-5/+4
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+7
|
* ENH: Add initial implementation of the list commandAndy Cedilnik2006-02-101-0/+359