summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a memory leak.Bill Hoffman2011-06-061-0/+1
* Implement ctest_upload commandZach Mullen2011-03-151-43/+1
* Remove trailing whitespaceBrad King2011-03-111-35/+35
* Merge topic 'fix-test-output-truncation'Brad King2011-01-111-47/+28
|\
| * CTest: Do not truncate UTF-8 test output too early (#10656)Brad King2011-01-041-47/+28
* | Test TIMEOUT property explicitly set to zero should be honoredZach Mullen2011-01-031-0/+2
|/
* Merge topic 'dev/add_test-working-directory'Brad King2010-12-281-1/+4
|\
| * Add the WORKING_DIRECTORY property to testsRolf Eike Beer2010-12-161-1/+4
* | CTest: multiple ctest_test calls w/LABEL regexs (#11487)Clinton Stimpson2010-12-171-0/+2
|/
* Added CTest command --print-labelsZach Mullen2010-08-311-2/+7
* Eliminate -Wconversion warnings.David Cole2010-06-271-3/+5
* Do not exit if stoptime is passed.Zach Mullen2010-06-151-2/+2
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-021-0/+11