summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
|/
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+2
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* ctest: Treat ENV{CTEST_OUTPUT_ON_FAILURE} as a booleanBrad King2015-04-221-2/+2
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-2/+2
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-2/+1
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-3/+6
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-3/+3
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-1/+1
* Revert topic 'refactor-cache-api'Brad King2015-04-071-1/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-1/+1
* Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-8/+19
* Merge topic 'ctest-repeat-until-fail'Brad King2015-03-231-4/+33
|\
| * ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-4/+33
* | Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
|/
* Merge topic 'ctest-output-options'Brad King2015-02-241-43/+57
|\
| * ctest_start: Add QUIET optionZack Galbreath2015-02-231-34/+42
| * CTest: Add cmCTestOptionalLog macroZack Galbreath2015-02-231-9/+15
* | cmCTest: Convert loop to member insert.Stephen Kelly2015-02-181-4/+3
|/
* cmake: Use a default CA path when not using system curlBrad King2015-01-231-1/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-4/+4
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-5/+5
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-7/+1
* Merge topic 'add-xz-support'Brad King2015-01-121-1/+2
|\
| * cmSystemTools: use an enumeration for compression formatsBen Boeckel2015-01-121-1/+1
| * cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-091-1/+2
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* | Merge topic 'base64-casts'Brad King2015-01-081-7/+6
|\ \ | |/ |/|
| * cmCTest: Use size_t for cmsysBase64_Encode return valueBrad King2014-12-261-3/+3