Commit History

Author SHA1 Message Date
  Regina Pfeifer d25a5a7ec9 clang-tidy: modernize-use-auto 6 years ago
  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 a693e875db Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With 6 years ago
  Sebastian Holtermann 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
  Vitaly Stakhovsky 4e315e9449 cmSystemTools: More functions accept `std::string` params 6 years ago
  Albert Astals Cid ae5e97a005 Delete some default constructors and assignment operators 6 years ago
  Vitaly Stakhovsky 080a79ca4a cmSystemTools: More methods accept `std::string` params 6 years ago
  Artur Ryt f3534386b5 Prefer front/back/data over dereferencing begin/rbegin iter 6 years ago
  Brad King d75fec5a88 Merge topic 'tidy-use-equals-default' 6 years ago
  Brad King 40745ad35a Merge topic 'cmake-files-directory' 6 years ago
  Regina Pfeifer 55671b41d2 clang-tidy: Use `= default` 6 years ago
  Bruno Manganelli 3e867ed400 cmake: inlined files dir constant and removed it from cmake.h 7 years ago
  Regina Pfeifer ef61997b1b clang-tidy: Use emplace 6 years ago
  Sean McBride b056bc3425 Fix most clang -Wextra-semi-stmt warnings in C++ files 6 years ago
  Vitaly Stakhovsky 69ca85cc7f Remove unnecessary c_str() in RegularExpression::find calls 7 years ago
  Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
  Betsy McPhail ae1cbff07f CTest: The "Could not find gcov." message should not be a warning 7 years ago
  Craig Scott e60e4dfc88 cmWorkingDirectory: Check success of current dir changes 7 years ago
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 7 years ago
  Wouter Klouwen 695951bc46 CTest: introduce cmDuration 8 years ago
  Brad King 548e8f6ffe CTest: Simplify std::chrono::duration<double> conversion to double 8 years ago
  Wouter Klouwen 66419bc046 CTest: convert timeouts to std::chrono::duration 8 years ago
  Brad King 923b8fadd5 IWYU: Add mappings for std::enable_if on chrono durations 8 years ago
  Wouter Klouwen 5fd979a8a3 CTest: adopt std::chrono::system_clock 8 years ago
  Wouter Klouwen e8a4036e96 CTest: use std::chrono::steady_clock for time keeping 8 years ago
  Brad King 95df03a1d4 Merge topic 'CTest-cov-string' 8 years ago
  Brad King 4f971e700a Merge topic 'CTest-crash-missing-glob' 8 years ago
  Rolf Eike Beer 062776e75b CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage() 8 years ago
  Rolf Eike Beer 6db6301205 CTest: fix crash if source file for coverage cannot be found 8 years ago