summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-121-1/+1
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-2/+2
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-141-6/+6
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-9/+47
* Do not query CDash for versionZack Galbreath2016-11-081-48/+0
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-22/+23
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-7/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest::CompressString: Avoid manual deleteDaniel Pfeifer2016-09-231-10/+5
* CTest::CompressString: Reorder code to avoid unnecessary allocationDaniel Pfeifer2016-09-231-8/+7
* CTest::Base64EncodeFile: Avoid manual deleteDaniel Pfeifer2016-09-231-12/+7
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-27/+29
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-6/+5
* Add additional <= and >= comparison operatorsChuck Atkins2016-08-091-5/+2
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-5/+7
* Merge topic 'reorganize-cmCTest'Brad King2016-07-061-100/+135
|\
| * cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygenJean-Christophe Fillion-Robin2016-07-051-2/+2
| * cmCTest: Facilitate code reading adding consistent comments in Run()Jean-Christophe Fillion-Robin2016-07-051-4/+7
| * cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()"Jean-Christophe Fillion-Robin2016-07-051-43/+65
| * cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"Jean-Christophe Fillion-Robin2016-07-051-54/+64
| * cmCTest: Fix typoJean-Christophe Fillion-Robin2016-07-051-1/+1
* | Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-4/+4
|/
* use CM_NULLPTRDaniel Pfeifer2016-06-281-25/+25
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-4/+4
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-2/+2
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-6/+6
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1546/+1084
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-79/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-17/+17
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* CTest: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-2/+0
* CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-181-1/+40
* Merge topic 'fix-ctest-xml-double-encoding'Brad King2015-08-311-4/+1
|\
| * CTest: Fix XML double-encoding casesDaniel Pfeifer2015-08-281-4/+1
* | cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-4/+4
* | cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* | cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* | CTest: Report to CDash the compiler version used to build the projectDaniel Pfeifer2015-08-111-3/+2
* | CTest: Optionally add a ChangeId attribute on XML Site tagsZack Galbreath2015-07-171-0/+7
* | CTest: hide progress ticks in verbose outputDaniel Pfeifer2015-07-061-4/+10
* | ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-0/+35
|/
* Merge topic 'ctest-xml-refactor'Brad King2015-05-281-70/+77
|\
| * cmCTest: Drop unused method overloadsDaniel Pfeifer2015-05-261-112/+0
| * cmCTest: Port GenerateNotesFile to cmXMLWriterDaniel Pfeifer2015-05-261-24/+26
| * cmCTest: Port to cmXMLWriterDaniel Pfeifer2015-05-261-0/+117