MCPcopy Create free account
hub / github.com/Kitware/CMake / Info

Method Info

Source/cmQtAutoGenerator.cxx:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void cmQtAutoGenerator::Logger::Info(GenT genType,
60 cm::string_view message) const
61{
62 std::string msg = cmStrCat(GeneratorName(genType), ": ", message,
63 cmHasSuffix(message, '\n') ? "" : "\n");
64 {
65 std::lock_guard<std::mutex> lock(this->Mutex_);
66 cmSystemTools::Stdout(msg);
67 }
68}
69
70void cmQtAutoGenerator::Logger::Warning(GenT genType,
71 cm::string_view message) const

Callers 10

RunProcessMethod · 0.80
ProcessMethod · 0.80
ReadFileMethod · 0.80
SettingsFileWriteMethod · 0.80
ParseCacheReadMethod · 0.80
ParseCacheWriteMethod · 0.80
SettingsFileWriteMethod · 0.80
TestInfoFileMethod · 0.80
GenerateRccMethod · 0.80
GenerateWrapperMethod · 0.80

Calls 2

cmHasSuffixFunction · 0.85
cmStrCatFunction · 0.70

Tested by 1

TestInfoFileMethod · 0.64