summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+7
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-3/+3
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-8/+7
* Merge topic 'size-empty'Brad King2016-06-031-2/+2
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-2/+2
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-8/+1
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-825/+681
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Set Content-Type header for http file upload (#15774)Derek Bruening2015-10-121-0/+8
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+2
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-1/+1
* ctest_submit: Add QUIET optionZack Galbreath2015-02-231-112/+127
* ctest_submit: Escape URL components in CDASH_UPLOAD modeBill Hoffman2015-01-301-11/+14
* cmake: Use a default CA path when not using system curlBrad King2015-01-231-1/+2
* ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-201-4/+10
* ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-201-1/+160
* 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