summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* ENH: fix for no newline on some makes fix for ctest and some symlinksAndy Cedilnik2006-08-142-0/+9
* ENH: add cmake output to build and testBill Hoffman2006-08-081-0/+3
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+3
* BUG: Fix error message when handler cannot be created.Brad King2006-07-271-1/+3
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-0/+1
* STYLE: Fix kwstyleAndy Cedilnik2006-07-131-1/+2
* ENH: Remove debugAndy Cedilnik2006-07-122-3/+2
* STYLE: Remove debugAndy Cedilnik2006-07-121-4/+0
* BUG: Try to fix the problem of bad test namesAndy Cedilnik2006-07-115-12/+31
* ENH: Be more verboseAndy Cedilnik2006-07-071-0/+1
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-012-2/+2
* BUG: Fix segfaultAndy Cedilnik2006-05-111-1/+1
* STYLE: fix line lengthKen Martin2006-05-106-11/+17
* BUG: Make handle arguments work againAndy Cedilnik2006-04-301-0/+1
* ENH: Allow CTEST_UPDATE_COMMAND and fix the comments. This should allow SVN u...Andy Cedilnik2006-04-302-8/+14
* ENH: Add support for special tracks, fix options of handlers so that the -R, ...Andy Cedilnik2006-04-285-10/+64
* ENH: Fix problem with Source Lines and add debugging of regular expressionsAndy Cedilnik2006-04-271-15/+32
* BUG: Improve the behavior of the ReadCustomFilesCommandAndy Cedilnik2006-04-092-4/+10
* ENH: added support for -SP scripts in new processesKen Martin2006-04-044-22/+107
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-303-5/+5
* COMP: Return 0 instead of falseAndy Cedilnik2006-03-295-12/+12
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-2916-392/+127
* BUG: Fix the read custom files command and add a coverage testAndy Cedilnik2006-03-281-1/+1
* ENH: Add command to read ctest custom filesAndy Cedilnik2006-03-283-0/+120
* COMP: Remove warningAndy Cedilnik2006-03-231-2/+1
* ENH: More error handlingAndy Cedilnik2006-03-231-0/+2
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-2/+3
* COMP: Make members protected so that subclass can use themAndy Cedilnik2006-03-161-6/+6
* BUG: Couple of memcheck bugs: Log files should really be different for test a...Andy Cedilnik2006-03-162-1/+5
* STYLE: some m_ to this-> cleanupKen Martin2006-03-1510-44/+45
* ENH: Add svn cleanup before running svnAndy Cedilnik2006-03-151-6/+47
* STYLE: Fix some style issuesAndy Cedilnik2006-03-1043-1708/+1788
* STYLE: Fix some style issuesAndy Cedilnik2006-03-0932-937/+1500
* BUG: More VS8 fixesAndy Cedilnik2006-03-011-12/+30
* BUG: Fix for STLAndy Cedilnik2006-02-281-1/+1
* STYLE: Remove debugAndy Cedilnik2006-02-281-6/+0
* ENH: Add support for multiple build targets and start adding simple cpack testsAndy Cedilnik2006-02-282-16/+35
* ENH: Since list file cache does not make much sense any more (because of prop...Andy Cedilnik2006-02-071-2/+0
* ENH: Better handle interleved error/outputAndy Cedilnik2006-01-272-18/+28
* ENH: add extra thing for svn X status outputBill Hoffman2006-01-271-0/+4
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-1/+1
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-3/+3
* BUG: fix for bug 2560, Xcode does not create correct bundlesBill Hoffman2005-12-191-0/+8
* BUG: Fix the problem with update.xml.tmp not being coppiedAndy Cedilnik2005-12-131-5/+0
* ENH: Add a way for the generated command to include extra flags. This is usef...Andy Cedilnik2005-12-011-1/+2
* BUG: fix spelling errorBill Hoffman2005-11-221-1/+1
* ENH: add new error regexBill Hoffman2005-11-181-0/+1
* ENH: change the pass regexp so that it overrides the return valueKen Martin2005-11-101-1/+3
* ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and a...Andy Cedilnik2005-11-091-2/+2
* ENH: Add support for output reguilar expressionAndy Cedilnik2005-11-082-1/+57