Commit History

Author SHA1 Message Date
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Daniel Pfeifer 3849164454 CTest: fix include-what-you-use violations 9 years ago
  Daniel Pfeifer 50ad1e0a14 CTest: don't use else after return 9 years ago
  Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ 9 years ago
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
  Daniel Pfeifer 7647f6afa4 Add CM_OVERRIDE to some functions 9 years ago
  Daniel Pfeifer fa277b29e4 Remove c_str() calls from stream arguments. 9 years ago
  Brad King 3d6638471a Merge topic 'size-empty' 9 years ago
  Daniel Pfeifer c6220de276 Use the empty() method to check for emptyness. 9 years ago
  Daniel Pfeifer 7f6b8d3399 Simplify boolean expressions 9 years ago
  Daniel Pfeifer 1b2bb93302 Remove redundant c_str() calls. 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 e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
  Brad King 180538c706 Source: Stabilize include order 9 years ago
  Daniel Pfeifer ab2524d63f CTest: Fix XML double-encoding cases 10 years ago
  Daniel Pfeifer b04500a725 cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter 10 years ago
  Zack Galbreath 0b87b2a339 ctest_memcheck: Add QUIET option 10 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 11 years ago
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 11 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 years ago
  Brad King 1c8129795a ctest_memcheck: Do not open empty BC output file name 11 years ago
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago
  Bill Hoffman 0c6330da38 ctest_memcheck: Add support for MemorySanitizer msan 11 years ago
  Ben Boeckel 816c100ae2 ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan 11 years ago
  Brad King b67ef537d4 ctest_memcheck: Order sanitizer type code consistently 11 years ago
  Ben Boeckel ca9cc25ce8 ctest: add support for additional sanitizer options 11 years ago
  Bill Hoffman b35a7730ce Fix truncation of valgrind output logic. 11 years ago
  Bill Hoffman 5d40d88e00 Handle more than one process with sanitizer errors. 11 years ago
  Bill Hoffman 1e005eadbc CTest: Fix MemoryCheckType from 'ctest -T MemCheck' 11 years ago