Commit History

Author SHA1 Message Date
  Bill Hoffman 5dc33f89b5 ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash 11 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 11 years ago
  Stephen Kelly aa773035b7 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 d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 11 years ago
  Stephen Kelly 6162c9194b Use two-iterator std::set::insert where appropriate. 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
  Clinton Stimpson 09b2ac38d1 Encoding: Fix a few encoding problems with ctest. 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 b3bf31a548 stringapi: Miscellaneous char* parameters 11 years ago
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 years ago
  Clinton Stimpson 5730710c86 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 12 years ago
  Sean McBride 1399825cf9 Remove some uses of obsolete 'register' storage specifier 12 years ago
  Zach Mullen 350546db3a Implement ctest_upload command 15 years ago
  Brad King a1711f1c6b Remove trailing whitespace 14 years ago
  Brad King e1a4c02bac Merge topic 'resolve/doc-spelling/CPackRPM' 15 years ago
  Kai Wasserbäch 9203e9187e Fix spelling errors reported by Lintian. 15 years ago
  David Cole 46df0b44ac Activate retry code on any curl submit failure. 15 years ago
  Zach Mullen d0d1cdd71b Mock checksum failure output for old CDash versions 15 years ago
  Zach Mullen af5ef0c969 Testing for CTest checksum 15 years ago
  Zach Mullen 86e81b53c1 CTest should resubmit in the checksum failed case 15 years ago
  Zach Mullen d6b71078da Fix subscript out of range crash 15 years ago
  Zach Mullen 082c87e528 Cross-platform fixes for checksum/retry code 15 years ago
  Zach Mullen e525649a4e Checksums on CTest submit files, and retry timed out submissions. 15 years ago
  Zach Mullen b2e7da885d Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 option. Also added parsing of html reponse output to determine whether errors or warnings were sent in response from the server. If errors or warnings occurred, the response is output to stdout, and the "submission successful" message has been changed to accurately reflect whether or not warnings or errors were returned with the response. 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  David Cole 68b8332088 Increase curl submit timeout. A submit will timeout if there are 120 seconds of very little activity. 30 seconds was too short. 16 years ago