summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial clang -Wdouble-promotion warningsSean McBride2015-11-111-1/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* CTest: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-3/+0
* Merge topic 'fix-ctest-xml-double-encoding'Brad King2015-08-311-1/+1
|\
| * CTest: Fix XML double-encoding casesDaniel Pfeifer2015-08-281-1/+1
* | cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* | 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
* | Merge topic 'ctest-add_subdirectory-crash'Brad King2015-07-281-1/+1
|\ \ | |/
| * ctest: fix add_subdirectory() crashBen Boeckel2015-07-271-1/+1
* | 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-301-0/+8
|/
* Merge topic 'ctest-xml-refactor'Brad King2015-05-281-169/+153
|\
| * cmCTest{Test,MemCheck}Handler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-169/+153
* | Merge topic 'ctest-xml-minor-cleanup'Brad King2015-05-281-5/+3
|\ \ | |/
| * CTest: Generate NamedMeasurement elements directly into xml fileDaniel Pfeifer2015-05-261-5/+3
* | 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
|/
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+1
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-1/+1
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-6/+2
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-4/+4
* ctest_test: Add QUIET optionZack Galbreath2015-02-231-31/+33
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-12/+12
* Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-6/+6
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-2/+2
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-5/+1
|/
* Merge topic 'base64-casts'Brad King2015-01-081-3/+2
|\
| * cmCTest: Use size_t for cmsysBase64_Encode return valueBrad King2014-12-261-3/+2
* | Merge topic 'base64-constref'Brad King2014-12-231-1/+1
|\ \
| * | cmCTestTestHandler: take reference to temporary string instead of doing a copyRolf Eike Beer2014-12-221-1/+1
| |/
* | Remove some temporary vectors for ExpandListArgument.Stephen Kelly2014-12-181-45/+6
|/
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-15/+15
* CTest: Fix combined inclusive/exclusive label regular expressionsNils Gladitz2014-06-061-2/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-7/+7
* Remove some c_str() calls.Stephen Kelly2014-03-111-15/+15
* stringapi: Command namesBen Boeckel2014-03-081-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-15/+15
* allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-141-0/+9
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-8/+9
* Drop builtin command documentationBrad King2013-10-161-16/+0
* Merge topic 'ctest_rerun_failed'Brad King2013-10-081-2/+134
|\
| * ctest: Add --rerun-failed optionZack Galbreath2013-10-081-2/+134
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-2/+2
|/