| Commit message (Expand) | Author | Age | Files | Lines |
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -1/+2 |
|
|
* | cmake: Remove the happy global property scope pattern. | Stephen Kelly | 2015-04-15 | 1 | -1/+1 |
|
|
* | ctest_submit: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -112/+127 |
|
|
* | ctest_submit: Escape URL components in CDASH_UPLOAD mode | Bill Hoffman | 2015-01-30 | 1 | -11/+14 |
|
|
* | cmake: Use a default CA path when not using system curl | Brad King | 2015-01-23 | 1 | -1/+2 |
|
|
* | ctest_submit: Make CDASH_UPLOAD mode arguments more strict | Brad King | 2015-01-20 | 1 | -4/+10 |
|
|
* | ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash | Bill Hoffman | 2015-01-20 | 1 | -1/+160 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -5/+5 |
|
|
* | Replace !foo.size() pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -4/+4 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -16/+16 |
|
|
* | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -15/+3 |
|
|
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -2/+2 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -11/+11 |
|
|
* | CTest: Allow / to be in the build name, and be consistent with the build name | Bill Hoffman | 2014-08-18 | 1 | -1/+3 |
|
|
* | Encoding: Fix a few encoding problems with ctest. | Clinton Stimpson | 2014-07-18 | 1 | -7/+8 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -23/+23 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -7/+7 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -49/+49 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -4/+4 |
|
|
* | Remove some uses of obsolete 'register' storage specifier | Sean McBride | 2013-06-28 | 1 | -1/+1 |
|
|
* | Implement ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -0/+1 |
|
|
* | Remove trailing whitespace | Brad King | 2011-03-11 | 1 | -14/+14 |
|
|
* | Merge topic 'resolve/doc-spelling/CPackRPM' | Brad King | 2010-07-20 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling errors reported by Lintian. | Kai Wasserbäch | 2010-07-13 | 1 | -1/+1 |
|
|
* | | Activate retry code on any curl submit failure. | David Cole | 2010-07-12 | 1 | -4/+5 |
|
|
* | | Mock checksum failure output for old CDash versions | Zach Mullen | 2010-06-10 | 1 | -0/+13 |
|
|
* | | Testing for CTest checksum | Zach Mullen | 2010-06-10 | 1 | -26/+34 |
|
|
* | | CTest should resubmit in the checksum failed case | Zach Mullen | 2010-06-05 | 1 | -17/+26 |
|
|
* | | Fix subscript out of range crash | Zach Mullen | 2010-06-03 | 1 | -1/+4 |
|
|
* | | Cross-platform fixes for checksum/retry code | Zach Mullen | 2010-06-03 | 1 | -14/+20 |
|
|
* | | Checksums on CTest submit files, and retry timed out submissions. | Zach Mullen | 2010-06-03 | 1 | -19/+151 |
|/ |
|
* | Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op... | Zach Mullen | 2009-12-11 | 1 | -4/+53 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Increase curl submit timeout. A submit will timeout if there are 120 seconds ... | David Cole | 2009-09-04 | 1 | -7/+11 |
|
|
* | Add curl timeout options to the SubmitUsingHTTP method. They were only in the... | David Cole | 2009-09-01 | 1 | -2/+7 |
|
|
* | ENH: set an upload speed limit for ctest | Bill Hoffman | 2009-06-25 | 1 | -0/+5 |
|
|
* | ENH: Disable the xmlrpc drop method by default | Brad King | 2009-06-11 | 1 | -0/+17 |
|
|
* | ENH: remove warning and improve message | Bill Hoffman | 2009-04-11 | 1 | -6/+1 |
|
|
* | ENH: remove cerr call | Bill Hoffman | 2009-04-10 | 1 | -1/+0 |
|
|
* | ENH: add ability to control ssl cert checking | Bill Hoffman | 2009-04-10 | 1 | -2/+36 |
|
|
* | ENH: use 0 not FALSE | Bill Hoffman | 2009-03-31 | 1 | -1/+1 |
|
|
* | ENH: add submit via cp mode | Bill Hoffman | 2009-03-31 | 1 | -3/+77 |
|
|
* | ENH: allow for https submission if ctest is built with a curl that supports it | Bill Hoffman | 2009-03-12 | 1 | -4/+5 |
|
|
* | COMP: Iterator version of std::set not available with vs6 implementation of S... | David Cole | 2009-02-04 | 1 | -3/+11 |
|
|
* | ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash se... | David Cole | 2009-02-03 | 1 | -7/+29 |
|
|
* | BUG: Fix CTest submit-only operation | Brad King | 2009-01-27 | 1 | -8/+1 |
|
|
* | ENH: fix part submission to not have memory of the last part submission | Bill Hoffman | 2009-01-15 | 1 | -5/+5 |
|
|
* | COMP: Fix const set find for Borland 5.5 | Brad King | 2009-01-14 | 1 | -1/+2 |
|
|