Commit History

Author SHA1 Message Date
  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
  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
  Regina Pfeifer b51fba6298 cmMakefile: Add OnExecuteCommand callback 6 years ago
  Sebastian Holtermann e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 years ago
  Sebastian Holtermann f2ba968ef2 cmMakefile: Simplify and rename AddDefinitionBool 6 years ago
  Sebastian Holtermann 3bed969dac cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr 6 years ago
  Marc Chevrier 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
  Vitaly Stakhovsky e884b1b693 cmSystemTools::Error(): remove const char* overload 6 years ago
  Vitaly Stakhovsky 9dd255548d cmSystemTools::Error: consolidate parameters into single std::string 6 years ago
  Vitaly Stakhovsky 950c099d83 cmake: Progress functions use `std::string` param 6 years ago
  Brad King 9783825de5 Merge topic 'runsinglecommand' 6 years ago
  Vitaly Stakhovsky 65baaa0e37 cmSystemTools::RunSingleCommand: Accept std::string argument 6 years ago
  Artur Ryt f3534386b5 Prefer front/back/data over dereferencing begin/rbegin iter 6 years ago
  Brad King c30f9b1cde Merge topic 'functional-callbacks' 6 years ago
  Brad King d75fec5a88 Merge topic 'tidy-use-equals-default' 6 years ago
  Regina Pfeifer bcee24aecc Use `std::function` for callbacks 6 years ago
  Regina Pfeifer 094f01d0f0 cleanup: Prefer compiler provided special member functions 6 years ago
  Regina Pfeifer 55671b41d2 clang-tidy: Use `= default` 6 years ago
  Kyle Edwards a6982cff0d cmMakefile: Impose maximum recursion limit 7 years ago
  Brad King c7428e1729 Merge topic 'read-list-file' 6 years ago
  Regina Pfeifer ef61997b1b clang-tidy: Use emplace 6 years ago
  Vitaly Stakhovsky 25caf7bafe cmMakefile::ReadListFile() accepts std::string argument 6 years ago
  Kyle Edwards 4568d046c4 Properties: Add CMAKE_ROLE global property 7 years ago
  Regina Pfeifer 3e60580784 clang-tidy: Fix readability-static-accessed-through-instance 7 years ago
  luz.paz 6b4c5a0365 Fix misc. typos 7 years ago
  Sebastian Holtermann b6802cd506 cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls 7 years ago
  Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago