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 |
David Cole
|
d741a6a57f
Add curl timeout options to the SubmitUsingHTTP method. They were only in the SubmitUsingFTP method.
|
16 years ago |
Bill Hoffman
|
736d8c1a0c
ENH: set an upload speed limit for ctest
|
16 years ago |
Brad King
|
8f5af6172a
ENH: Disable the xmlrpc drop method by default
|
16 years ago |
Bill Hoffman
|
682e15184a
ENH: remove warning and improve message
|
16 years ago |
Bill Hoffman
|
d75513c9fa
ENH: remove cerr call
|
16 years ago |
Bill Hoffman
|
4ec691a9d1
ENH: add ability to control ssl cert checking
|
16 years ago |
Bill Hoffman
|
4c3718d7b6
ENH: use 0 not FALSE
|
16 years ago |
Bill Hoffman
|
1f0835b5eb
ENH: add submit via cp mode
|
16 years ago |
Bill Hoffman
|
0a65ee8d95
ENH: allow for https submission if ctest is built with a curl that supports it
|
16 years ago |
David Cole
|
c6d499aba5
COMP: Iterator version of std::set not available with vs6 implementation of STL. Use explicit iteration to insert individual elements one at a time. Sigh.
|
16 years ago |
David Cole
|
6f88b29121
ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash setting properly to the ctest configuration during a submit. Also, do not propagate TriggerSite for projects submitting to CDash. No triggers are necessary with CDash.
|
16 years ago |
Brad King
|
6ae2f8e7ee
BUG: Fix CTest submit-only operation
|
17 years ago |
Bill Hoffman
|
40366f6ced
ENH: fix part submission to not have memory of the last part submission
|
17 years ago |
Brad King
|
e92d99d05c
COMP: Fix const set find for Borland 5.5
|
17 years ago |
Brad King
|
d66c25c2f0
ENH: Teach ctest_submit about parts
|
17 years ago |
Brad King
|
447f5b303e
ENH: Divide CTest file submission list by part
|
17 years ago |
Bill Hoffman
|
bb5325f7f9
STYLE: fix line len
|
17 years ago |
Bill Hoffman
|
22dc873ef0
ENH: allow cdash not to trigger
|
17 years ago |
Brad King
|
696a016444
COMP: Fix check for file-too-big to avoid warnings.
|
18 years ago |
Brad King
|
f410f8578e
COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.
|
18 years ago |
Bill Hoffman
|
c2308e796f
COMP: fix line length style error
|
19 years ago |
Bill Hoffman
|
434d2292c5
ENH: put checks on vector before referencing begin iterator
|
19 years ago |
Brad King
|
f91b3c1daa
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
19 years ago |