summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * CTest: Fix integer overflow when uploading huge filesRolf Eike Beer2014-12-261-4/+3
* | CTest: Expand a string directly into a container.Stephen Kelly2014-12-181-5/+3
|/
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-12/+12
* CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-181-5/+9
* Change output to be a reference and not a pointer.Bill Hoffman2014-08-041-27/+21
* Remove default labels from fully covered switch statements.Stephen Kelly2014-04-031-2/+0
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-24/+24