summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUploadHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-181-2/+3
| | | | | | | | Prior to this change / was not allowed in the build name. This was tested with a CDash server and worked. In addition the safe build name was not used everywhere. This caused mismatched build names to be in the xml files going to CDash which caused different rows to be created for the same build.
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
| | | | | Use an ad-hoc clang tool for matching the calls which should be ported.
* Don't tar/gz ctest_upload() filesZach Mullen2011-03-151-2/+2
|
* Change 'Files' tag to 'Upload' in Upload.xmlZach Mullen2011-03-151-2/+2
|
* Implement ctest_upload commandZach Mullen2011-03-151-0/+77