summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some c_str() calls.Stephen Kelly2014-03-111-6/+6
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-11/+11
* stringapi: Use strings for test namesBen Boeckel2014-03-081-3/+2
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-12/+5
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-7/+8
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-2/+2
* Refactor internal resource location APIs and initializationBrad King2013-11-121-25/+2
* Haiku: Include files cleanup in cmCTestAdrien Destugues2013-10-081-5/+1
* ctest: Add --rerun-failed optionZack Galbreath2013-10-081-0/+6
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-1/+1
* CTest: Read CTEST_PARALLEL_LEVEL from environmentStephen Kelly2013-05-211-0/+11
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
* Haiku no longer defines __BEOS__Rolf Eike Beer2013-01-071-1/+1
* Merge topic 'ctest-SUBMIT_INDEX-cdash'Brad King2012-11-061-0/+3
|\
| * CTest: Allow SUBMIT_INDEX with CDashBrad King2012-11-011-0/+3
* | Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-39/+39
* | CTest: Allow -Dvar=value with no space between the D and the varDavid Cole2012-06-241-0/+11
* | CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-241-2/+21
* | CTest: Rename local variable for clarityDavid Cole2012-06-241-6/+5
* | CTest: Refactor error output into ErrorMessageUnknownDashDValueDavid Cole2012-06-241-24/+23
|/
* CTest: Simplify environment save/restoreBrad King2012-04-241-15/+8
* CTest: Do not get CDash version without drop site (#12618)Valat Sébastien2011-12-121-2/+6
* CTest: Disallow problem chars in build and site names (#11792)David Cole2011-11-181-6/+51
* Merge topic 'fix-12539-ctestconfig-from-build-dir'David Cole2011-11-011-6/+26
|\
| * CTest: Look for CTestConfig.cmake in build dir first, then source dirJean-Christophe Fillion-Robin2011-10-271-6/+26
* | Merge topic 'fix-12383-clear-ctest-vecs'David Cole2011-11-011-0/+2
|\ \
| * | CTest: Clear custom vectors before populating (#12383)David Cole2011-10-261-0/+2
| |/
* | Source/cmCTest.cxx: Add missing newline (#12538)Bernhard Walle2011-10-251-1/+1
|/
* CTest: Fix memory leaks on errorThomas Jarosch2011-09-021-0/+2
* Fix type conversion warningZach Mullen2011-05-271-1/+1
* We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-261-3/+77
* Don't tar/gz ctest_upload() filesZach Mullen2011-03-151-3/+11
* Implement ctest_upload commandZach Mullen2011-03-151-1/+47
* We shouldn't ask CDash for its version info until/unless we actually need it.Zach Mullen2010-09-081-4/+0
* Added CTest command --print-labelsZach Mullen2010-08-311-0/+6
* Fix hard-coded CDash URI in version queryZach Mullen2010-08-181-3/+7
* Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-201-1/+1
|\
| * Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* | Fix or cast more integer conversions in cmakeBrad King2010-06-291-2/+2
|/
* Better detection of stop_time being passed.Zach Mullen2010-03-191-1/+2
* Fix StopTime to also account for localtime being a day ahead of gmtimeZach Mullen2010-03-181-4/+5
* Fix for StopTime for cases when gmtime is a day ahead of localtimeZach Mullen2010-03-181-1/+13
* Add the --stop-time argumentZach Mullen2010-03-171-0/+42
* Configurable path to CTest cost data fileZach Mullen2010-03-011-0/+11
* Moved call to cache CDash version information to cmCTest::initialize. Also a...Zach Mullen2010-02-081-4/+6
* Fix HPUX issue with test, by doing the query to cdash for its version before ...Bill Hoffman2010-02-051-1/+3
* Fix a line length issue.Bill Hoffman2010-01-051-1/+2