25 Commits (bde7f6c023fc0425502191e409f331ce9f3fd154)

Author SHA1 Message Date
Ken Martin 27379d7b08 ENH: make properties a bit more formal with documentation and chaining 19 years ago
Ken Martin c88c75b8f2 ENH: reduce string construct delete ops 19 years ago
Ken Martin 29a03db7ce ENH: allow loose loop constructs 19 years ago
Ken Martin 2af4710525 STYLE: fix line length 19 years ago
Ken Martin d81ebf0c23 ENH: added support for -SP scripts in new processes 20 years ago
Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
Ken Martin dec5cc1082 ENH: converted macro to use variables and fixed some case issues with some function blockers 20 years ago
Ken Martin de89c6fa69 COMP: fix possible poroblem with freed memory 20 years ago
Ken Martin 6e6bfc752b COMP: fix unused variable 20 years ago
Ken Martin f5dbca4971 ENH: changed FOREACH to use variables instead of string replacement 20 years ago
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 21 years ago
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. 21 years ago
Ken Martin 79fcc81b6a better error checking for FOREACH 22 years ago
Andy Cedilnik 8750f1c277 ENH: Add RANGE support to FOREACH 22 years ago
Ken Martin b56dcc2a30 perf improvement 22 years ago
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. 23 years ago
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. 23 years ago
Ken Martin 7ddb408621 removed some includes 23 years ago
Ken Martin fcc410de44 fixed if statements inside a foreach 23 years ago
Sebastien Barre c617091d13 ENH: support semi-colon format (list of args as string) 24 years ago
Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
Bill Hoffman 0d3eefb1f1 new borland generator moved into place 24 years ago
Bill Hoffman 41017cbc88 ENH: clean up warnings 24 years ago
Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 years ago
Ken Martin f783252c62 new commands 24 years ago
Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 24 years ago
Ken Martin faaadc4a08 better If checks 25 years ago
Ken Martin de203f736c slight bug in If command I think 25 years ago
Ken Martin a99dfa60ae new set command and IF NOT 25 years ago
Ken Martin 2fb2207c10 bug fixes 25 years ago
Will Schroeder 54cfe84f3f ENH:New copyright 25 years ago
Ken Martin 6e5af0e6cc some fixes for If commands 25 years ago
Ken Martin b5f62159ca added if else endif add definition 25 years ago