summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUploadCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-9/+3
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-201-0/+8
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+5
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-7/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Remove unnecessary local copies.Daniel Pfeifer2016-05-261-4/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-22/+13
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* ctest_upload: Add QUIET optionZack Galbreath2015-02-231-0/+7
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILESZach Mullen2011-03-311-1/+1
* Add the FILES keyword to ctest_upload commandZach Mullen2011-03-151-12/+24
* Implement ctest_upload commandZach Mullen2011-03-151-0/+57