summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-1/+1
* Revert "CTest: fix pre and post test commands with spaces" (#13887)Rolf Eike Beer2013-07-271-3/+2
* Merge topic 'CTest-less-cd'Brad King2013-05-161-2/+1
|\
| * CTest: avoid useless changing of directoryRolf Eike Beer2013-05-151-2/+1
* | Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-2/+2
|/
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-2/+1
* CTest: fix pre and post test commands with spacesRolf Eike Beer2012-10-011-2/+3
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-12/+12
* Fix line too long style violationDavid Cole2011-08-031-1/+2
* CTest: print failed tests in index order (#11746)David Cole2011-08-031-3/+7
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+2
* CTest: Report tests not run due to unknown configurationBrad King2011-06-101-0/+4