summaryrefslogtreecommitdiff
path: root/Source/cmMessenger.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmDocumentationFormatter: All printing methods accept stringsAlex Turbov2022-11-171-1/+1
* cmDocumentationFormatter: Turn `TextIndent` member into `size_t`Alex Turbov2022-11-171-1/+1
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* cmMessenger: Make relative path conversion more explicitBrad King2021-12-081-12/+14
* cmMessenger: Adopt backtrace printing functionsBrad King2021-12-081-2/+56
* Source: Cleanup and simplify some codeRose2021-11-041-10/+7
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-2/+2
* cmMessenger: Color messages to terminal by typeMarius Messerschmidt2021-05-201-0/+18
* cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-2/+6
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-2/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Refactor: Optimize some stream output operationsAlex Turbov2019-07-101-2/+1
* cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-2/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-34/+34
* cmMessenger: Decouple from cmStateBruno Manganelli2019-01-011-34/+0
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+6
* cmMessenger: Extract from cmake classStephen Kelly2016-08-251-0/+209