| Commit message (Expand) | Author | Age | Files | Lines |
* | message: New message types to mark checks performed by CMake | Alex Turbov | 2019-11-02 | 1 | -24/+89 |
|
|
* | message: Support logging a context with each message | Alex Turbov | 2019-10-12 | 1 | -8/+17 |
|
|
* | message: Add new CMAKE_MESSAGE_LOG_LEVEL variable | Alex Turbov | 2019-10-12 | 1 | -0/+9 |
|
|
* | message: Minor refactor to make code less verbose | Alex Turbov | 2019-10-12 | 1 | -14/+14 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
|
|
* | cmMessageCommand: Remove extra layer of parentheses | Brad King | 2019-08-26 | 1 | -2/+2 |
|
|
* | cmCommand refactor: CmMessageCommand | Gabor Bencze | 2019-08-20 | 1 | -16/+16 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -4/+3 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | message(): Control indentation via CMAKE_MESSAGE_INDENT | Alex Turbov | 2019-07-21 | 1 | -14/+38 |
|
|
* | message(): Minor code modernization | Alex Turbov | 2019-04-28 | 1 | -5/+5 |
|
|
* | message(): Add support for log levels | Alex Turbov | 2019-04-28 | 1 | -0/+42 |
|
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 1 | -1/+1 |
|
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -10/+10 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -2/+0 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+7 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 1 | -1/+1 |
|
|
* | cmMessenger: Extract from cmake class | Stephen Kelly | 2016-08-25 | 1 | -2/+4 |
|
|
* | Merge topic 'fix-cmake-ISP-violation' | Brad King | 2016-06-13 | 1 | -2/+3 |
|\ |
|
| * | cmake: Remove force from IssueMessage API | Stephen Kelly | 2016-06-12 | 1 | -2/+3 |
|
|
* | | cmake: Issue message independent of cmMakefile definition | Stephen Kelly | 2016-06-12 | 1 | -5/+6 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -56/+26 |
|
|
* | Add -Werror and -Wno-error command-line options | Michael Scott | 2016-01-12 | 1 | -14/+15 |
|
|
* | Explicitly enable deprecated warnings by default. | Michael Scott | 2015-12-01 | 1 | -5/+9 |
|
|
* | Explicitly enable author (dev) warnings by default. | Michael Scott | 2015-12-01 | 1 | -1/+2 |
|
|
* | Make message suppression more consistent. | Michael Scott | 2015-11-30 | 1 | -2/+10 |
|
|
* | Revert topic 'cmake-W-options' (#15747) | Brad King | 2015-09-22 | 1 | -13/+1 |
|
|
* | cmake: Do not treat developer warnings as errors by default in scripts | Brad King | 2015-08-03 | 1 | -1/+1 |
|
|
* | cmake: Add -W options to control deprecation warnings and errors | Michael Scott | 2015-07-29 | 1 | -1/+13 |
|
|
* | cmAlgorithms: Rename cmRange to cmMakeRange. | Stephen Kelly | 2015-07-22 | 1 | -1/+1 |
|
|
* | Use cmJoin to accumulate string ranges. | Stephen Kelly | 2015-02-11 | 1 | -5/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | message: Add a DEPRECATION mode | Stephen Kelly | 2013-10-08 | 1 | -0/+17 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Fix message(SEND_ERROR) to continue | Brad King | 2009-03-06 | 1 | -1/+12 |
|
|
* | ENH: Teach message() how to display warnings | Brad King | 2009-03-06 | 1 | -24/+18 |
|
|
* | ENH: Make message(SEND_ERROR) report context. | Brad King | 2008-04-14 | 1 | -1/+1 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: produce a lot more output when running with --debug-output | Alexander Neundorf | 2007-07-17 | 1 | -13/+1 |
|
|
* | ENH: do not print a call stack if the user does a message error unless --debu... | Bill Hoffman | 2006-10-06 | 1 | -3/+14 |
|
|
* | ENH: Use CMake's error reporting mechanism | Andy Cedilnik | 2006-06-22 | 1 | -11/+12 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
|
|
* | ENH: fix docs, and revert fatal error change | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
|
|
* | ENH: make all errors fatal in message command | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
|
|
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -4/+16 |
|
|