summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-191-0/+21
* BUG: Report and error when ctest -S script fails... Fixes: Bug #3540Andy Cedilnik2006-10-121-1/+2
* ENH: fix for no newline on some makes fix for ctest and some symlinksAndy Cedilnik2006-08-141-0/+5
* ENH: Be more verboseAndy Cedilnik2006-07-071-0/+1
* STYLE: fix line lengthKen Martin2006-05-101-3/+6
* ENH: Allow CTEST_UPDATE_COMMAND and fix the comments. This should allow SVN u...Andy Cedilnik2006-04-301-7/+12
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-13/+88
* ENH: Add command to read ctest custom filesAndy Cedilnik2006-03-281-0/+2
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-194/+212
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-67/+82
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-0/+1
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-0/+43
* ENH: Add commands for memory checking and coverageAndy Cedilnik2005-06-141-2/+6
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-4/+4
* ENH: Add support for writing output file. While doing that, redesign the way ...Andy Cedilnik2005-05-311-32/+17
* ENH: Use generated file stream for filesAndy Cedilnik2005-05-271-3/+3
* ENH: Add variable that holds cmake executableAndy Cedilnik2005-05-051-0/+2
* ENH: Promote submit into a full handler, add test and submit command and do s...Andy Cedilnik2005-05-031-0/+4
* ENH: Make ctest build command workAndy Cedilnik2005-05-021-0/+1
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-021-1/+6
* BUG: Do not report an error removing the binary directory if it doesn't exist.Brad King2005-03-111-4/+4
* ENH: Cleanups and add CTEST_UPDATE commandAndy Cedilnik2005-02-171-0/+2
* ENH: Cleanups and add CTEST_START commandAndy Cedilnik2005-02-171-12/+14
* BUG: Report errorsAndy Cedilnik2005-02-161-1/+4
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-3/+7
* ENH: clean up running of default scriptKen Martin2005-01-271-19/+16
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-13/+12
* COMP: fix some compiler warnings/errorsKen Martin2005-01-271-2/+2
* ENH: added more capabilities to ctestKen Martin2005-01-271-11/+117
* ENH: Add CTEST_EXECUTABLE_NAME to CTest scripting. This way you do not have t...Andy Cedilnik2004-10-011-5/+7
* BUG: If extra update failes, continue with dashboard. Closes Bug #894 - Fatal...Andy Cedilnik2004-09-291-2/+1
* ENH: Move all extracting of variables to ExtractVariables. This way it is eas...Andy Cedilnik2004-09-281-70/+84
* ENH: Add some documentationAndy Cedilnik2004-09-281-33/+65
* more warningsKen Martin2004-09-071-26/+5
* some bug fixes for my recent checkins and some more cleanupKen Martin2004-09-071-17/+49
* another platform fixKen Martin2004-09-061-3/+3
* broke out part of test scripting into seperate classKen Martin2004-09-061-0/+626