Skip to content

cmLocalUnixMakefileGenerator3,cmDependsC: Some micro optimizations and cleanups

Sebastian Holtermann requested to merge sebholt/cmake:string_scopes into master
  • Embrace temporary local objects in scopes
  • Use const std::string instead of const char* defines
  • Use std::uinque_ptr instead of new/delete
  • Use auto for long type names
Edited by Sebastian Holtermann

Merge request reports