Historique des commits

Auteur SHA1 Message Date
  Wouter Klouwen 66419bc046 CTest: convert timeouts to std::chrono::duration il y a 8 ans
  Wouter Klouwen e8a4036e96 CTest: use std::chrono::steady_clock for time keeping il y a 8 ans
  Pavel Solodovnikov 5db3aac111 Meta: replace empty-string assignments with `clear()`. il y a 8 ans
  Pavel Solodovnikov 63f6fd144e Meta: modernize old-fashioned loops to range-based `for` (CTest). il y a 8 ans
  Rolf Eike Beer 353ec23737 use static_cast<> for casts from void* il y a 8 ans
  Daniel Pfeifer 190e3825d4 Replace C-style casts il y a 8 ans
  Daniel Pfeifer 5962db4389 Use C++11 nullptr il y a 8 ans
  Daniel Pfeifer c36d63cd48 cmake: initialize with Role that controls which commands to register il y a 8 ans
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes il y a 8 ans
  Ben Boeckel aba92ffd92 cmWorkingDirectory: use the new class il y a 8 ans
  Brad King 86578eccf2 Simplify CMake per-source license notices il y a 9 ans
  Daniel Pfeifer 3849164454 CTest: fix include-what-you-use violations il y a 9 ans
  Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ il y a 9 ans
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR il y a 9 ans
  Daniel Pfeifer fa277b29e4 Remove c_str() calls from stream arguments. il y a 9 ans
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format il y a 9 ans
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments il y a 9 ans
  Brad King e1c7747253 Format include directive blocks and ordering with clang-format il y a 9 ans
  Stephen Kelly 57bdc1a2f7 cmState: Compute and store directory components. il y a 10 ans
  Stephen Kelly 14973054a2 Add API for cache loading, deleting and saving to the cmake class. il y a 10 ans
  Brad King 3347c5e4f9 Revert topic 'refactor-cache-api' il y a 10 ans
  Stephen Kelly 1fe7f24c2b Add API for cache loading, deleting and saving to the cmake class. il y a 10 ans
  Gregor Jasny ce935ebe50 cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja il y a 10 ans
  Stephen Kelly 6652afe669 CTest: Use clear instead of erase-all. il y a 10 ans
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). il y a 11 ans
  Stephen Kelly aa773035b7 Replace !foo.size() pattern with foo.empty(). il y a 11 ans
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). il y a 11 ans
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). il y a 11 ans
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. il y a 11 ans
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() il y a 11 ans