summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-85/+144
|
* ENH: Better handle interleved error/outputAndy Cedilnik2006-01-271-15/+24
|
* ENH: add new error regexBill Hoffman2005-11-181-0/+1
|
* ENH: More error exceptionsAndy Cedilnik2005-10-131-0/+1
|
* ENH: Add support for setting the maximum number of errors and warnings ↵Andy Cedilnik2005-10-071-0/+6
| | | | reported. This should fix Bug #2318 - The maximum number of errors to report is fixed to 50
* ENH: More error regexAndy Cedilnik2005-08-171-0/+1
|
* ENH: More build errorsAndy Cedilnik2005-08-031-1/+1
|
* ENH: More regular expressionsAndy Cedilnik2005-07-221-0/+3
|
* ENH: Improve performance by compiling regular expressions when neededAndy Cedilnik2005-07-031-35/+18
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-3/+4
| | | | multiple submited files
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+58
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Be more verboseAndy Cedilnik2005-06-101-5/+5
|
* ENH: Be more verboseAndy Cedilnik2005-06-101-0/+20
|
* BUG: Initialize the iterator to prevent seg-faultAndy Cedilnik2005-06-061-0/+2
|
* COMP: Remove compile warningAndy Cedilnik2005-06-021-3/+3
|
* ENH: Once the number of errors or warnings was reached, stop counting them. ↵Andy Cedilnik2005-06-021-37/+73
| | | | Also fix compile warning on bad compilers
* ENH: Streamline build process. This reduces the memory footprint, since only ↵Andy Cedilnik2005-06-011-169/+382
| | | | some number of lines of output will be in memory at the time. Also, this will report the build errors and warnings as it goes through the build
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-6/+6
|
* ENH: Add support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-311-16/+14
| | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
* ENH: CleanupsAndy Cedilnik2005-05-031-8/+8
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-2/+2
| | | | some cleanups
* ENH: Add internal errorAndy Cedilnik2005-04-281-0/+1
|
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-071-1/+23
|
* ENH: Add error regexAndy Cedilnik2005-01-281-0/+1
|
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-4/+4
|
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-5/+1
|
* ENH: Add compression support to XML filesAndy Cedilnik2005-01-271-7/+6
|
* ENH: now limits warnings and error report to 50 eachKen Martin2005-01-121-2/+2
|
* ENH: now limits warnings and error report to 50 eachKen Martin2005-01-121-34/+63
|
* ENH: Another linker error on sunAndy Cedilnik2004-11-111-0/+1
|
* ENH: Handle more REMARKS on SGIAndy Cedilnik2004-10-261-0/+1
|
* BUG: Handle remarks on SGI properlyAndy Cedilnik2004-10-211-1/+7
|
* ENH: Add regular expression for remarks on IRIXAndy Cedilnik2004-10-191-0/+1
|
* BUG: Add regular expression to vectorAndy Cedilnik2004-10-011-0/+1
|
* ERR: Fix for non-gcc/icc compilersAndy Cedilnik2004-09-301-14/+28
|
* ENH: Add support for SourceFile and LineNumberAndy Cedilnik2004-09-301-7/+39
|
* ENH: Attempt to handle Intel's remarks. Close Bug #1156 - Better support for ↵Andy Cedilnik2004-09-161-0/+1
| | | | icc 'remark'
* more cleanupKen Martin2004-09-071-0/+453