提交历史

作者 SHA1 备注 提交日期
  Pavel Solodovnikov f43baf6981 Meta: modernize old-fashioned loops to range-based `for` (CPack). 8 年之前
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 年之前
  Pavel Solodovnikov db2d46e2dd Remove second arg: npos in substr usages 8 年之前
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 年之前
  Daniel Pfeifer 88da3d68c2 clang-tidy: apply misc-suspicious-string-compare fixes 9 年之前
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 年之前
  Roman Wüger 06dea230ae CPack/NSIS: Add custom component install directory 9 年之前
  Daniel Pfeifer d47c7bf608 CPack: include what you use 9 年之前
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 年之前
  Daniel Pfeifer 9f25fc4dbb Prefer std::ostream& over derivatives as parameters 9 年之前
  Daniel Pfeifer 5cec953e6a Use std::replace for replacing chars in strings. 9 年之前
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 年之前
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 年之前
  Brad King 64b5520346 Isolate formatted streaming blocks with clang-format off/on 9 年之前
  Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 年之前
  Brad King c997595ea3 Merge topic 'cpack-nsis-bitmap' 10 年之前
  Colin Tracey 3758af12fa CPackNSIS: Add options to set the bitmap for NSIS installer left side 10 年之前
  Stephen Kelly 74d565e0e9 Remove unused cmLocalGenerator include. 10 年之前
  Stephen Kelly 44ffb9cdb4 Replace foo.size() pattern with !foo.empty(). 11 年之前
  Stephen Kelly 524610f967 Replace 'foo.size() == 0' pattern with foo.empty(). 11 年之前
  Brad King 356c26ebdf cmSystemTools: Teach RunSingleCommand to separate stdout and stderr 10 年之前
  Stephen Kelly 421eadb45b Remove use of cmsys_stl. 11 年之前
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 年之前
  Stephen Kelly 5eb4d7590e Remove some unneeded c_str calls. 11 年之前
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 年之前
  Ben Boeckel 3e7194a215 regex: Use static regexs where possible 11 年之前
  Stephen Kelly af8a1643c1 Remove c_str calls when using stream APIs. 11 年之前
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 年之前
  Gerald Hofmann 794789047d CPack: Fix NSIS version check without release version (#9721) 12 年之前
  David Golub 6ff730a498 CPack/NSIS: Add support for 64-bit NSIS (#13203) 13 年之前