summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-283-3/+3
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-283-3/+6
* Remove use of include <cmsys/stl/*> and cmsys_stl::*Brad King2015-08-201-2/+0
* Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-202-2/+0
* cmCTestCoverageHandle: Improve error handling.James Johnston2015-08-082-7/+28
* Merge topic 'ctest-add_subdirectory-crash'Brad King2015-07-281-1/+1
|\
| * ctest: fix add_subdirectory() crashBen Boeckel2015-07-271-1/+1
* | CTest: Optionally add a ChangeId attribute on XML Site tagsZack Galbreath2015-07-171-0/+6
* | ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOBZack Galbreath2015-07-131-1/+1
* | CTest: hide progress ticks in verbose outputDaniel Pfeifer2015-07-061-5/+5
* | CTest: Show the number of tests for each label in the summaryBetsy McPhail2015-07-061-4/+17
* | ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-307-7/+167
* | cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementationZack Galbreath2015-06-302-4/+32
* | ctest_update: Fix RETURN_VALUE on VCS tool failure (#15610)Brad King2015-06-111-2/+2
* | Merge topic 'ctest-script-mode-no-legacy-cygwin'Brad King2015-06-091-0/+4
|\ \ | |/
| * ctest: Disable CMake Cygwin legacy warning in dashboard client scriptBrad King2015-06-081-0/+4
* | CTest: Capture test stdout/stderr through one pipe (#15600)Brad King2015-06-033-22/+7
|/
* Merge topic 'ctest-xml-refactor'Brad King2015-05-2821-640/+581
|\
| * cmCTest{Test,MemCheck}Handler: Port to cmXMLWriterDaniel Pfeifer2015-05-264-224/+202
| * cmCTestCoverageHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-262-158/+153
| * cmCTestBuildHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-262-63/+46
| * cmCTestLaunch: Port to cmXMLWriterDaniel Pfeifer2015-05-262-74/+61
| * cmCTestConfigureHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-22/+16
| * cmCTestUploadHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-21/+25
| * cmCTestUpdateHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-269-78/+78
* | Merge topic 'ctest-xml-minor-cleanup'Brad King2015-05-284-15/+6
|\ \ | |/
| * CTest: Generate NamedMeasurement elements directly into xml fileDaniel Pfeifer2015-05-263-10/+6
| * CTest: Drop stray content from Configure.xmlDaniel Pfeifer2015-05-261-5/+0
* | Merge topic 'ctest-update-gmake-error-match'Brad King2015-05-281-2/+2
|\ \
| * | ctest_build: Fix regression in GNU make error message matchingZack Galbreath2015-05-271-2/+2
* | | cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-273-6/+3
| |/ |/|
* | Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-194-0/+8
|\ \
| * | cmState: Compute and store directory components.Stephen Kelly2015-05-164-0/+8
* | | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-163-3/+3
|/ /
* | CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-1/+2
* | Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-3/+3
|\ \
| * | cmMakefile: Rename SetStart* directory API to SetCurrent*.Stephen Kelly2015-04-201-2/+2
| * | cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-202-5/+9
|/ /
* | cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-183-4/+4
* | cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-6/+2
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+2
* | cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-1/+1
* | Port cmCommand consumers to cmState.Stephen Kelly2015-04-152-6/+6
* | CTest: Fix locale used for VCS updatesNils Gladitz2015-04-131-41/+2
* | Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-2/+1
* | Revert topic 'refactor-cache-api'Brad King2015-04-071-1/+2
* | Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-2/+1
* | Merge topic 'ctest-repeat-until-fail'Brad King2015-03-233-8/+87
|\ \
| * | ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-233-8/+87