summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-5/+5
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-4/+4
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-16/+16
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-15/+3
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-11/+11
* CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-181-1/+3
* Encoding: Fix a few encoding problems with ctest.Clinton Stimpson2014-07-181-7/+8
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-23/+23
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-7/+7
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-49/+49
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-4/+4
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-1/+1
* Implement ctest_upload commandZach Mullen2011-03-151-0/+1
* Remove trailing whitespaceBrad King2011-03-111-14/+14
* Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-201-1/+1
|\
| * Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* | Activate retry code on any curl submit failure.David Cole2010-07-121-4/+5
* | Mock checksum failure output for old CDash versionsZach Mullen2010-06-101-0/+13
* | Testing for CTest checksumZach Mullen2010-06-101-26/+34
* | CTest should resubmit in the checksum failed caseZach Mullen2010-06-051-17/+26
* | Fix subscript out of range crashZach Mullen2010-06-031-1/+4
* | Cross-platform fixes for checksum/retry codeZach Mullen2010-06-031-14/+20
* | Checksums on CTest submit files, and retry timed out submissions.Zach Mullen2010-06-031-19/+151
|/
* Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op...Zach Mullen2009-12-111-4/+53
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Increase curl submit timeout. A submit will timeout if there are 120 seconds ...David Cole2009-09-041-7/+11
* Add curl timeout options to the SubmitUsingHTTP method. They were only in the...David Cole2009-09-011-2/+7
* ENH: set an upload speed limit for ctestBill Hoffman2009-06-251-0/+5
* ENH: Disable the xmlrpc drop method by defaultBrad King2009-06-111-0/+17
* ENH: remove warning and improve messageBill Hoffman2009-04-111-6/+1
* ENH: remove cerr callBill Hoffman2009-04-101-1/+0
* ENH: add ability to control ssl cert checkingBill Hoffman2009-04-101-2/+36
* ENH: use 0 not FALSEBill Hoffman2009-03-311-1/+1
* ENH: add submit via cp modeBill Hoffman2009-03-311-3/+77
* ENH: allow for https submission if ctest is built with a curl that supports itBill Hoffman2009-03-121-4/+5
* COMP: Iterator version of std::set not available with vs6 implementation of S...David Cole2009-02-041-3/+11
* ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash se...David Cole2009-02-031-7/+29
* BUG: Fix CTest submit-only operationBrad King2009-01-271-8/+1
* ENH: fix part submission to not have memory of the last part submissionBill Hoffman2009-01-151-5/+5
* COMP: Fix const set find for Borland 5.5Brad King2009-01-141-1/+2
* ENH: Teach ctest_submit about partsBrad King2009-01-121-1/+24
* ENH: Divide CTest file submission list by partBrad King2009-01-121-16/+21
* STYLE: fix line lenBill Hoffman2008-03-041-4/+6
* ENH: allow cdash not to triggerBill Hoffman2008-02-291-27/+42
* COMP: Fix check for file-too-big to avoid warnings.Brad King2007-11-071-1/+2
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-1/+9
* COMP: fix line length style errorBill Hoffman2006-12-051-1/+2