summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
Commit message (Expand)AuthorAgeFilesLines
* Fix misc typos in documentation and commentsluz.paz2018-03-071-1/+1
* Merge topic 'ctest_start_function_scope'Brad King2018-01-291-0/+2
|\
| * cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-261-0/+2
* | CTest: introduce cmDurationWouter Klouwen2018-01-231-15/+11
|/
* cmCTest: Refactor stop time calculationsBrad King2018-01-081-5/+5
* cmCTest: Remove unused member LastStopTimeoutBrad King2018-01-081-2/+0
* Merge topic 'fix-ctest-chrono'Brad King2017-12-121-0/+2
|\
| * CTest: Use integer-representable value for "infinite" timeoutBrad King2017-12-111-0/+2
* | CTest: Remove unfinished batch test modeBrad King2017-12-081-4/+0
|/
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-11/+18
* cmCTest: Remove dead codeBetsy McPhail2017-11-071-1/+0
* pass arguments as vector to cmCTest::RunCommand()Rolf Eike Beer2017-09-151-6/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Display subproject timing summaryBetsy McPhail2017-07-101-0/+3
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* cmCTest: Move macros to bottom of fileDaniel Pfeifer2017-03-231-16/+16
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-1/+0
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-2/+2
* clang-tidy: apply performance-unnecessary-value-param fixesDaniel Pfeifer2016-12-121-1/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-0/+1
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-141-3/+8
* Do not query CDash for versionZack Galbreath2016-11-081-8/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-8/+8
* cmCTest: don't redefine cout and cerrDaniel Pfeifer2016-09-031-10/+0
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* cmCTest: Update doxygen to be consistentJean-Christophe Fillion-Robin2016-07-051-62/+91
* cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygenJean-Christophe Fillion-Robin2016-07-051-4/+9
* cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()"Jean-Christophe Fillion-Robin2016-07-051-0/+8
* cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"Jean-Christophe Fillion-Robin2016-07-051-0/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-117/+127
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: hide progress ticks in verbose outputDaniel Pfeifer2015-07-061-0/+1
* ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-0/+5
* cmCTest: Drop unused method overloadsDaniel Pfeifer2015-05-261-3/+0
* cmCTest: Port GenerateNotesFile to cmXMLWriterDaniel Pfeifer2015-05-261-1/+1
* cmCTest: Port to cmXMLWriterDaniel Pfeifer2015-05-261-0/+4
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-3/+9
* CTest: Add cmCTestOptionalLog macroZack Galbreath2015-02-231-3/+13
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Change output to be a reference and not a pointer.Bill Hoffman2014-08-041-1/+1
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-10/+10
* stringapi: Use strings for test namesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-4/+4
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1