summaryrefslogtreecommitdiff
path: root/Source/cmMessageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-3/+4
* ConfigureLog: De-duplicate event backtrace and check key generationBrad King2023-02-011-3/+1
* message: Add CONFIGURE_LOG mode to record a message in the configure logBrad King2023-01-181-0/+28
* Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-281-12/+1
* Move LogLevel enum out of cmake.h headerAlexandru Croitor2022-06-241-27/+27
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* message: New message types to mark checks performed by CMakeAlex Turbov2019-11-021-24/+89
* message: Support logging a context with each messageAlex Turbov2019-10-121-8/+17
* message: Add new CMAKE_MESSAGE_LOG_LEVEL variableAlex Turbov2019-10-121-0/+9
* message: Minor refactor to make code less verboseAlex Turbov2019-10-121-14/+14
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmMessageCommand: Remove extra layer of parenthesesBrad King2019-08-261-2/+2
* cmCommand refactor: CmMessageCommandGabor Bencze2019-08-201-16/+16
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-4/+3
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* message(): Control indentation via CMAKE_MESSAGE_INDENTAlex Turbov2019-07-211-14/+38
* message(): Minor code modernizationAlex Turbov2019-04-281-5/+5
* message(): Add support for log levelsAlex Turbov2019-04-281-0/+42
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-10/+10
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-2/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* cmMessenger: Extract from cmake classStephen Kelly2016-08-251-2/+4
* Merge topic 'fix-cmake-ISP-violation'Brad King2016-06-131-2/+3
|\
| * cmake: Remove force from IssueMessage APIStephen Kelly2016-06-121-2/+3
* | cmake: Issue message independent of cmMakefile definitionStephen Kelly2016-06-121-5/+6
|/
* 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