Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctest_submit: Escape URL components in CDASH_UPLOAD mode | Bill Hoffman | 2015-01-30 | 1 | -4/+15 |
| | | | | Call curl_easy_escape on arguments sent to CDash upload. | ||||
* | ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash | Bill Hoffman | 2015-01-20 | 1 | -0/+271 |
This adds support for the new cdash API where arbitrary files can be uploaded to the CDash server. This CDash API communicates via json files so the json parser jsoncpp was added to the Utilities directory. |