summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestGenericHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ctest-error-newlines'Brad King2023-01-121-2/+2
|\
| * ctest: Add missing newlines on several error messagesChristian Häggström2023-01-111-2/+2
* | CTest: Use std::string argumentsVitaly Stakhovsky2023-01-031-8/+4
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* cmCTestGenericHandler::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-151-2/+24
* cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-131-2/+2
* CTest: Reset multi-options to persistent multi-optionsKyle Edwards2021-07-281-4/+2
* ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-281-13/+39
* ctest: report make-level errors to CDash when using launchersZack Galbreath2020-09-281-0/+3
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-6/+3
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-4/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-3/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-61/+47
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-0/+2
* ctest_submit: Add QUIET optionZack Galbreath2015-02-231-0/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-11/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-6/+0
* ENH: fix part submission to not have memory of the last part submissionBill Hoffman2009-01-151-0/+1
* ENH: Divide CTest file submission list by partBrad King2009-01-121-3/+4
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-0/+1
* ENH: Add OPTIONS argument to the ctest_configure command so that you can pass...David Cole2008-12-301-3/+4
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-0/+6
* STYLE: fix typoAlexander Neundorf2007-08-281-1/+1
* ENH: make sure there is an error and notify user if nightly start time not setBill Hoffman2007-08-031-1/+10
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
* BUG: Make handle arguments work againAndy Cedilnik2006-04-301-0/+1
* ENH: Add support for special tracks, fix options of handlers so that the -R, ...Andy Cedilnik2006-04-281-0/+28
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-25/+26
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-11/+19
* COMP: Simplify logic and remove sun compile errorAndy Cedilnik2005-08-261-1/+1
* BUG: Prevent from creating bogus filesAndy Cedilnik2005-08-241-1/+1