summaryrefslogtreecommitdiffstats
path: root/Source/cmForEachCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: allow loose loop constructsKen Martin2006-05-181-1/+3
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-4/+4
|
* STYLE: fix docsKen Martin2005-11-161-2/+2
|
* STYLE: updated the docs to be more accurateKen Martin2005-06-221-2/+2
|
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-6/+0
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* ENH: Add RANGE support to FOREACHAndy Cedilnik2004-04-291-1/+11
|
* ENH: Make more commands scriptableAndy Cedilnik2004-02-061-0/+5
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-2/+12
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-9/+4
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* fixed if statements inside a foreachKen Martin2002-07-171-1/+2
|
* FIX: foreach function-blockers were using expanded args. Add virtual func to ↵Sebastien Barre2002-03-261-0/+2
| | | | specify if function blocker needs them expanded or not.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* new commandsKen Martin2001-07-251-0/+125