| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ENH: Teach ctest_submit about parts | Brad King | 2009-01-12 | 1 | -1/+24 |
|
|
* | ENH: Divide CTest file submission list by part | Brad King | 2009-01-12 | 1 | -16/+21 |
|
|
* | STYLE: fix line len | Bill Hoffman | 2008-03-04 | 1 | -4/+6 |
|
|
* | ENH: allow cdash not to trigger | Bill Hoffman | 2008-02-29 | 1 | -27/+42 |
|
|
* | COMP: Fix check for file-too-big to avoid warnings. | Brad King | 2007-11-07 | 1 | -1/+2 |
|
|
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -1/+9 |
|
|
* | COMP: fix line length style error | Bill Hoffman | 2006-12-05 | 1 | -1/+2 |
|
|
* | ENH: put checks on vector before referencing begin iterator | Bill Hoffman | 2006-12-02 | 1 | -23/+39 |
|
|
* | ENH: Add options to build with system utility libraries. Organize inclusion ... | Brad King | 2006-10-19 | 1 | -8/+9 |
|
|
* | ENH: Add support for special tracks, fix options of handlers so that the -R, ... | Andy Cedilnik | 2006-04-28 | 1 | -0/+6 |
|
|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war... | Bill Hoffman | 2006-03-30 | 1 | -1/+1 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -187/+198 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -132/+228 |
|
|
* | BUG: More VS8 fixes | Andy Cedilnik | 2006-03-01 | 1 | -12/+30 |
|
|
* | ENH: More verbosity | Andy Cedilnik | 2005-10-04 | 1 | -0/+3 |
|
|
* | BUG: Remove duplicate prefix | Andy Cedilnik | 2005-07-21 | 1 | -1/+1 |
|
|
* | ENH: Add a way to submit extra files to the dashboard | Andy Cedilnik | 2005-07-18 | 1 | -6/+18 |
|
|
* | BUG: On windows there can be a problem because scp does not handle drive name... | Andy Cedilnik | 2005-07-06 | 1 | -1/+14 |
|
|
* | BUG: Exit properly on SCP submission | Andy Cedilnik | 2005-06-24 | 1 | -0/+1 |
|
|
* | COMP: Remove warnings | Andy Cedilnik | 2005-06-24 | 1 | -11/+10 |
|
|
* | ENH: Move curl to utilities | Andy Cedilnik | 2005-06-24 | 1 | -1/+1 |
|
|