Skip to content

cmake.cxx: Refactoring

Alex Turbov requested to merge zaufi/cmake:feature/refactor-cmake.cxx into master
  • deduplicate string to enum value code
  • avoid static variables inside functions (it requires additional code to check for initialization)
  • avoid dynamic memory allocation for data, which is static by nature
  • refactor (optimize) calls to std::cout::operator<<()
  • move static functions to the anonymous namespace
  • constness

Topic-rename: refactor-cmake.cxx

Edited by Brad King

Merge request reports