summaryrefslogtreecommitdiff
path: root/Source/cmMessageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-56/+26
* Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-121-14/+15
* Explicitly enable deprecated warnings by default.Michael Scott2015-12-011-5/+9
* Explicitly enable author (dev) warnings by default.Michael Scott2015-12-011-1/+2
* Make message suppression more consistent.Michael Scott2015-11-301-2/+10
* Revert topic 'cmake-W-options' (#15747)Brad King2015-09-221-13/+1
* cmake: Do not treat developer warnings as errors by default in scriptsBrad King2015-08-031-1/+1
* cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-291-1/+13
* cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
* Use cmJoin to accumulate string ranges.Stephen Kelly2015-02-111-5/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* message: Add a DEPRECATION modeStephen Kelly2013-10-081-0/+17
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix message(SEND_ERROR) to continueBrad King2009-03-061-1/+12
* ENH: Teach message() how to display warningsBrad King2009-03-061-24/+18
* ENH: Make message(SEND_ERROR) report context.Brad King2008-04-141-1/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: produce a lot more output when running with --debug-outputAlexander Neundorf2007-07-171-13/+1
* ENH: do not print a call stack if the user does a message error unless --debu...Bill Hoffman2006-10-061-3/+14
* 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 evaluati...Brad King2002-12-111-4/+2
* 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 copyrigh...Brad King2002-10-231-3/+3
* 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 C...Sebastien Barre2002-03-291-1/+19
* 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
* 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