Commit History

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