summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestCurl.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ctest_submit: Escape URL components in CDASH_UPLOAD modeBill Hoffman2015-01-301-4/+15
| | | | Call curl_easy_escape on arguments sent to CDash upload.
* ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-201-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.