summaryrefslogtreecommitdiff
path: root/Source/cmMessenger.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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