summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUploadCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* cmCTestUploadCommand: Remove handler usageDaniel Pfeifer2024-11-051-58/+16
* cmCTestUploadHandler: Move class into cmCTestUploadCommand.cxxDaniel Pfeifer2024-11-051-1/+82
* cmCTest*Command: Port away from cmCommandDaniel Pfeifer2024-11-051-9/+1
* cmCTest*Command: Declare member functions constDaniel Pfeifer2024-11-051-2/+2
* cmCTest*Command: Direct use of cmExecutionStatusDaniel Pfeifer2024-11-051-5/+5
* cmCTest*Command: Access Makefile through an aliasDaniel Pfeifer2024-11-051-2/+3
* cmCTest*Command: Generalize argument parsing and checkingDaniel Pfeifer2024-11-051-3/+3
* cmCTest*Command: Loosen coupling with cmArgumentParserDaniel Pfeifer2024-11-051-12/+21
* cmCTest*Command: Access arguments through an aliasDaniel Pfeifer2024-11-051-3/+5
* cmCTest*Command: Bring all classes to a uniform layoutDaniel Pfeifer2024-11-051-0/+10
* cmCTest: Remove handler instancesDaniel Pfeifer2024-10-291-5/+5
* cmCTestGenericHandler: Add cmCTest* argument to Initialize functionDaniel Pfeifer2024-10-231-1/+1
* cmCTest*Command:: Use cm::optional for keyword argument presenceBrad King2022-07-051-2/+1
* cmArgumentParser: Avoid allocating copies of keyword stringsBrad King2022-07-051-1/+2
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-091-3/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-201-40/+24
* 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