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 |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
23 years ago |
Sebastien Barre
|
ffb875f862
FIX: command now expands args during the first pass (found through FOREACH example)
|
23 years ago |
Bill Hoffman
|
b8d2413156
ENH: fix for spaces in paths on unix
|
24 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
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 |
Amitha Perera
|
2eb9d09e04
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
24 years ago |
Jim Miller
|
f5ee70af60
ENH: Changed generated filename to DartTestfile.txt
|
24 years ago |
Bill Hoffman
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
Jim Miller
|
0905117480
FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending to the file
|
24 years ago |
Ken Martin
|
37801ddaae
added enable testing deprecated some commands
|
24 years ago |
Bill Hoffman
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
Jim Miller
|
6282d41c2a
New cmake command to specify a single test
|
24 years ago |