Commit History

Author SHA1 Message Date
  Sebastian Holtermann 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
  Rolf Eike Beer da26b3be89 avoid adding multiple consecutive string literals to std::string 6 years ago
  Sebastian Holtermann 18b0330b86 clang-tidy: Enable performance-inefficient-string-concatenation 6 years ago
  Sebastian Holtermann a693e875db Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With 6 years ago
  Brad King 71fbebd1dc IWYU: Fix handling of <memory> standard header 6 years ago
  Artur Ryt 2d66567dca Modernize: Prefer .substr in place of .c_str() + int 6 years ago
  Brad King 40745ad35a Merge topic 'cmake-files-directory' 6 years ago
  Bruno Manganelli 3e867ed400 cmake: inlined files dir constant and removed it from cmake.h 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 6 years ago
  Brad King 75844dd609 Merge topic 'cleanup-find-cstr' 7 years ago
  Vitaly Stakhovsky 69ca85cc7f Remove unnecessary c_str() in RegularExpression::find calls 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
  Vitaly Stakhovsky ff13b0cdc2 cmCTestLaunch: use cmXMLElement for XML generation 7 years ago
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 7 years ago
  Pavel Solodovnikov c85bb007df Reduce allocation of temporary values on heap. 7 years ago
  Matthias Maennich f0489856e3 Retire std::auto_ptr and its macro CM_AUTO_PTR 8 years ago
  Pavel Solodovnikov 63f6fd144e Meta: modernize old-fashioned loops to range-based `for` (CTest). 8 years ago
  Daniel Pfeifer ca2233e31f IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
  Bill Hoffman 1c61d240dd CTest: Report lines matched by launchers 8 years ago
  Daniel Pfeifer c36d63cd48 cmake: initialize with Role that controls which commands to register 8 years ago
  Daniel Pfeifer b26577c92a clang-tidy: remove else after break and continue 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
  Daniel Pfeifer 7b4244aceb iwyu: Fix more findings 9 years ago
  Dāvis Mosāns 595feb3234 Windows: Encode child process output to internally-used encoding 9 years ago
  Brad King 5420278dc8 Port hash computation to cmCryptoHash 9 years ago