Bill Hoffman
|
f386c2aae0
|
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error.
|
2008-02-29 12:18:11 -05:00 |
Ken Martin
|
0e69d38004
|
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
2008-01-23 10:28:26 -05:00 |
Ken Martin
|
27379d7b08
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
Ken Martin
|
c88c75b8f2
|
ENH: reduce string construct delete ops
|
2006-05-31 11:19:39 -04:00 |
Ken Martin
|
29a03db7ce
|
ENH: allow loose loop constructs
|
2006-05-18 13:50:01 -04:00 |
Ken Martin
|
2af4710525
|
STYLE: fix line length
|
2006-05-10 15:46:45 -04:00 |
Ken Martin
|
d81ebf0c23
|
ENH: added support for -SP scripts in new processes
|
2006-04-04 13:04:28 -04:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Ken Martin
|
dec5cc1082
|
ENH: converted macro to use variables and fixed some case issues with some function blockers
|
2005-06-23 11:03:57 -04:00 |
Ken Martin
|
de89c6fa69
|
COMP: fix possible poroblem with freed memory
|
2005-06-22 14:16:18 -04:00 |
Ken Martin
|
6e6bfc752b
|
COMP: fix unused variable
|
2005-06-22 14:04:52 -04:00 |
Ken Martin
|
f5dbca4971
|
ENH: changed FOREACH to use variables instead of string replacement
|
2005-06-22 13:32:11 -04:00 |
Andy Cedilnik
|
f188d46431
|
BUG: Propagate file name and line number inside FOREACH. Fixes Bug #1169 - Erro messages inside FOREACH have bad filename and line number
|
2004-09-15 13:31:20 -04:00 |
Brad King
|
b6da1d1271
|
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012.
|
2004-08-04 10:45:11 -04:00 |
Ken Martin
|
79fcc81b6a
|
better error checking for FOREACH
|
2004-05-12 14:32:25 -04:00 |
Andy Cedilnik
|
8750f1c277
|
ENH: Add RANGE support to FOREACH
|
2004-04-29 15:12:40 -04:00 |
Ken Martin
|
b56dcc2a30
|
perf improvement
|
2003-06-23 16:26:48 -04:00 |
Brad King
|
4888c088ae
|
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
2002-12-11 18:13:33 -05:00 |
Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
2002-10-23 18:03:27 -04:00 |
Ken Martin
|
7ddb408621
|
removed some includes
|
2002-09-27 16:24:10 -04:00 |
Ken Martin
|
fcc410de44
|
fixed if statements inside a foreach
|
2002-07-17 10:48:39 -04:00 |
Sebastien Barre
|
c617091d13
|
ENH: support semi-colon format (list of args as string)
|
2002-03-25 16:24:13 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
0d3eefb1f1
|
new borland generator moved into place
|
2001-11-30 16:48:52 -05:00 |
Bill Hoffman
|
41017cbc88
|
ENH: clean up warnings
|
2001-11-13 12:38:53 -05:00 |
Bill Hoffman
|
baa28efd10
|
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
2001-09-20 15:08:30 -04:00 |
Ken Martin
|
f783252c62
|
new commands
|
2001-07-25 16:52:51 -04:00 |