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

Method GetMakefileEncoding

Source/cmGlobalGenerator.cxx:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 this->ClearGeneratorMembers();
157}
158codecvt_Encoding cmGlobalGenerator::GetMakefileEncoding() const
159{
160 return codecvt_Encoding::None;
161}
162
163#if !defined(CMAKE_BOOTSTRAP)
164Json::Value cmGlobalGenerator::GetJson() const

Callers 12

CreateIfAnyMethod · 0.45
WriteRuleFilesMethod · 0.45
CreateRuleFileMethod · 0.45
WriteCommonCodeRulesMethod · 0.45
CreateResponseFileMethod · 0.45
WriteLocalMakefileMethod · 0.45
UpdateDependenciesMethod · 0.45
ScanDependenciesMethod · 0.45
WriteUnitySourceMethod · 0.45
OpenBuildFileStreamMethod · 0.45
GetPchHeaderMethod · 0.45
WriteMainMakefile2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected