summaryrefslogtreecommitdiffstats
path: root/Source/cmMessageCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: do not print a call stack if the user does a message error unless ↵Bill Hoffman2006-10-061-3/+14
| | | | --debug-output is used
* ENH: Use CMake's error reporting mechanismAndy Cedilnik2006-06-221-11/+12
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* ENH: fix docs, and revert fatal error changeBill Hoffman2006-01-251-1/+1
|
* ENH: make all errors fatal in message commandBill Hoffman2006-01-251-1/+1
|
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-4/+16
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: space fixes and add a status option to message commandKen Martin2002-11-131-1/+17
|
* 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.
* removed some includesKen Martin2002-09-271-1/+0
|
* ENH: add ability to escape semi-colonsBill Hoffman2002-04-181-3/+4
|
* ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a ↵Sebastien Barre2002-03-291-1/+19
| | | | CMakeList file
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Allow multiline messagesBill Hoffman2001-11-071-17/+6
|
* ENH: expand variables in message command outputBill Hoffman2001-10-151-3/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH: print all argumentsBill Hoffman2001-06-041-1/+8
|
* new commandKen Martin2001-06-041-0/+64