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 |
Alexander Neundorf
|
95a8331edb
|
ENH: produce a lot more output when running with --debug-output
-try to fix build error on HPUX
Alex
|
2007-07-17 09:25:08 -04:00 |
Bill Hoffman
|
017cec95ad
|
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
2006-10-06 11:11:59 -04:00 |
Andy Cedilnik
|
a6e68ac582
|
ENH: Use CMake's error reporting mechanism
|
2006-06-22 15:37:58 -04:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Bill Hoffman
|
269b66d50a
|
ENH: fix docs, and revert fatal error change
|
2006-01-25 11:07:46 -05:00 |
Bill Hoffman
|
0205c6bb1a
|
ENH: make all errors fatal in message command
|
2006-01-25 08:39:31 -05:00 |
Bill Hoffman
|
2f4ea98a4c
|
add a fatal error, and make sure c and c++ compilers work before using them
|
2003-01-21 12:50:48 -05: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 |
Ken Martin
|
20b7e6b222
|
ENH: space fixes and add a status option to message command
|
2002-11-13 15:59:40 -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 |
Bill Hoffman
|
72022ac27b
|
ENH: add ability to escape semi-colons
|
2002-04-18 12:02:00 -04:00 |
Sebastien Barre
|
b6ebd7b7fa
|
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
2002-03-29 10:56:07 -05:00 |
Bill Hoffman
|
4651dbcfc6
|
ENH: expand variables in arguments before the commands get them
|
2002-03-05 18:41:24 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
0314c5f76a
|
Allow multiline messages
|
2001-11-07 12:23:27 -05:00 |
Bill Hoffman
|
1830690a0d
|
ENH: expand variables in message command output
|
2001-10-15 18:37:15 -04: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 |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
2001-06-06 13:19:15 -04:00 |
Bill Hoffman
|
f18bb42bfc
|
ENH: print all arguments
|
2001-06-04 18:24:28 -04:00 |
Ken Martin
|
d037d11447
|
new command
|
2001-06-04 16:55:11 -04:00 |