summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-45/+33
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-21/+16
* Replace C-style castsDaniel Pfeifer2017-08-271-4/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-25/+25
* Merge topic 'labels-for-subprojects'Brad King2017-07-131-0/+34
|\
| * Display subproject timing summaryBetsy McPhail2017-07-101-0/+4
| * Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+30
* | cmCTest: Add missing switch case fallthrough markupBrad King2017-07-051-1/+2
|/
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-3/+2
* Access string npos without instancePavel Solodovnikov2017-06-011-9/+9
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-011-0/+28
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-9/+9
* cmCTest, cmCTestCoverageHandler: remove cwd danceBen Boeckel2017-03-061-2/+0
* 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