Commit History

Author SHA1 Message Date
  Stephen Kelly 1fe7f24c2b Add API for cache loading, deleting and saving to the cmake class. 10 years ago
  Bill Hoffman a4a1b729c6 Fix warnings from clang scanbuild. 10 years ago
  Brad King cc8b8cdc75 Merge topic 'ctest-repeat-until-fail' 10 years ago
  Bill Hoffman fde70a1b26 ctest: Add a new --repeat-until-fail option 10 years ago
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 10 years ago
  Brad King 206ce77781 Merge topic 'ctest-output-options' 10 years ago
  Zack Galbreath 19d1a5599a ctest_start: Add QUIET option 10 years ago
  Zack Galbreath 12db113944 CTest: Add cmCTestOptionalLog macro 10 years ago
  Stephen Kelly e6ca1b8274 cmCTest: Convert loop to member insert. 10 years ago
  Brad King 0abd3e538e cmake: Use a default CA path when not using system curl 10 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 10 years ago
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 10 years ago
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 10 years ago
  Stephen Kelly 4a6e795b0c Use the cmDeleteAll algorithm instead of trivial raw loops. 10 years ago
  Brad King d9a6ea4599 Merge topic 'add-xz-support' 10 years ago
  Ben Boeckel d811d238ab cmSystemTools: use an enumeration for compression formats 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago
  Ben Boeckel df16dcfb44 cmake -E tar: add support for .xz files with 'J' 10 years ago
  Brad King dc451574c6 Merge topic 'base64-casts' 10 years ago
  Brad King 0bdd4ebfb8 cmCTest: Use size_t for cmsysBase64_Encode return value 11 years ago
  Rolf Eike Beer a9fae8ac1d CTest: Fix integer overflow when uploading huge files 11 years ago
  Stephen Kelly 722f1a71e3 CTest: Expand a string directly into a container. 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
  Bill Hoffman 653529ce55 CTest: Allow / to be in the build name, and be consistent with the build name 11 years ago
  Bill Hoffman 7762fffa23 Change output to be a reference and not a pointer. 11 years ago
  Stephen Kelly ff710539ab Remove default labels from fully covered switch statements. 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
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 years ago