コミット履歴

作者 SHA1 メッセージ 日付
  Rolf Eike Beer bfb69f9543 replace "substr(0, xx) ==" with cmHasPrefix() 5 年 前
  Rolf Eike Beer 36bfb80338 PyCoverage: avoid repeated string splitting, especially for uncovered lines 5 年 前
  Marc Chevrier f7d12609f0 Refactoring: use append functions from cmext/algorithm 6 年 前
  Kitware Robot ed98209ddc Revise include order using clang-format-6.0 6 年 前
  Regina Pfeifer f30523d090 clang-tidy: modernize-deprecated-headers 6 年 前
  Regina Pfeifer d25a5a7ec9 clang-tidy: modernize-use-auto 6 年 前
  Sebastian Holtermann 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 年 前
  Rolf Eike Beer da26b3be89 avoid adding multiple consecutive string literals to std::string 6 年 前
  Sebastian Holtermann a693e875db Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With 6 年 前
  Sebastian Holtermann 006229278b Use cmAppend to append ranges to std::vector instances 6 年 前
  Vitaly Stakhovsky 4e315e9449 cmSystemTools: More functions accept `std::string` params 6 年 前
  Albert Astals Cid ae5e97a005 Delete some default constructors and assignment operators 6 年 前
  Vitaly Stakhovsky 080a79ca4a cmSystemTools: More methods accept `std::string` params 6 年 前
  Artur Ryt f3534386b5 Prefer front/back/data over dereferencing begin/rbegin iter 6 年 前
  Brad King d75fec5a88 Merge topic 'tidy-use-equals-default' 6 年 前
  Brad King 40745ad35a Merge topic 'cmake-files-directory' 6 年 前
  Regina Pfeifer 55671b41d2 clang-tidy: Use `= default` 6 年 前
  Bruno Manganelli 3e867ed400 cmake: inlined files dir constant and removed it from cmake.h 7 年 前
  Regina Pfeifer ef61997b1b clang-tidy: Use emplace 6 年 前
  Sean McBride b056bc3425 Fix most clang -Wextra-semi-stmt warnings in C++ files 6 年 前
  Vitaly Stakhovsky 69ca85cc7f Remove unnecessary c_str() in RegularExpression::find calls 7 年 前
  Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 年 前
  Betsy McPhail ae1cbff07f CTest: The "Could not find gcov." message should not be a warning 7 年 前
  Craig Scott e60e4dfc88 cmWorkingDirectory: Check success of current dir changes 7 年 前
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 7 年 前
  Wouter Klouwen 695951bc46 CTest: introduce cmDuration 8 年 前
  Brad King 548e8f6ffe CTest: Simplify std::chrono::duration<double> conversion to double 8 年 前
  Wouter Klouwen 66419bc046 CTest: convert timeouts to std::chrono::duration 8 年 前
  Brad King 923b8fadd5 IWYU: Add mappings for std::enable_if on chrono durations 8 年 前
  Wouter Klouwen 5fd979a8a3 CTest: adopt std::chrono::system_clock 8 年 前