Commit History

Author SHA1 Message Date
  Brad King ebb9346490 Merge topic 'cmake-system-headers' 6 years ago
  Marc Chevrier c688b401d3 cmstd: Modernize CMake system headers 6 years ago
  Daniel Eiband 026ef9b312 Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPE 6 years ago
  Regina Pfeifer f30523d090 clang-tidy: modernize-deprecated-headers 6 years ago
  Regina Pfeifer d25a5a7ec9 clang-tidy: modernize-use-auto 6 years ago
  Brad King 5acf0de1fe cmLocalGenerator: Remove AppendFlags 'const char*' overload 6 years ago
  Sebastian Holtermann aaf59120bf Source sweep: Replace cmExpandList with the shorter cmExpandedList 6 years ago
  Sebastian Holtermann 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
  Brad King 5f7386dd19 Merge topic 'string-literal-append' 6 years ago
  Rolf Eike Beer da26b3be89 avoid adding multiple consecutive string literals to std::string 6 years ago
  Sebastian Holtermann 20e580be01 Source sweep: Use cmIsOn instead of cmSystemTools::IsOn 6 years ago
  Sebastian Holtermann f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument 6 years ago
  Kitware Robot 54e9d38c28 Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 6 years ago
  Sebastian Holtermann 18b0330b86 clang-tidy: Enable performance-inefficient-string-concatenation 6 years ago
  Sebastian Holtermann f71f7ce3f0 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h 6 years ago
  Marc Chevrier d9b2c7dae2 Introduce memory management helper: cm_memory.hxx 6 years ago
  Brad King 71fbebd1dc IWYU: Fix handling of <memory> standard header 6 years ago
  Sebastian Holtermann 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
  Vitaly Stakhovsky e884b1b693 cmSystemTools::Error(): remove const char* overload 6 years ago
  Sebastian Holtermann 1ded3599d6 Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 6 years ago
  Sebastian Holtermann 0d41b45cc9 Makefiles: Inline range loop range arguments 6 years ago
  Sebastian Holtermann 7c8c18b1e6 Makefiles: Sort clean files by using a std::set<std::string> container 6 years ago
  Brad King 249fb7f71d Merge topic 'cmDepends_tweaks' 6 years ago
  Sebastian Holtermann 87341d8328 cmDepends: Define DependencyMap instead of DependencyVector 6 years ago
  Sebastian Holtermann db182eb160 cmTarget: Move member `*Commands` to impl 6 years ago
  Sebastian Holtermann 5536cec46e Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare 6 years ago
  Sebastian Holtermann a6d75a1ce0 Substitute FileComparison in variable names with FileTimeCache 6 years ago
  Sebastian Holtermann 216416219a Rename cmFileTimeComparison to cmFileTimeCache 6 years ago
  Sebastian Holtermann ae416a6b5c cmLocalUnixMakefileGenerator3: Use std::unique_ptr instead of new/delete 6 years ago
  Sebastian Holtermann 60a407b01c cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing them 6 years ago