summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Teach CTest dashboard builds to use launchersBrad King2009-02-111-0/+12
| | | | | | | | | | | This defines a 'UseLaunchers' CTest configuration option. When enabled, CTest skips log scraping from the Build step output. Instead it defines the environment variable CTEST_LAUNCH_LOGS to a log directory during the build. After the build it looks for error-*.xml and warning-*.xml files containing fragments for inclusion in Build.xml and submission. This is useful in conjuction with 'ctest --launch' and the RULE_LAUNCH_* properties to get reliable, highly-granular build failure reports.
* ENH: Refactor Build.xml generationBrad King2009-02-041-4/+3
| | | | | | | This divides cmCTestBuildHandler::GenerateDartBuildOutput into three methods to generate the header, content, and footer components of Build.xml files. It will allow the content generation to be replaced later.
* ENH: allow ctest_build to return error and warning countsBill Hoffman2009-01-141-0/+2
|
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-0/+2
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-45/+45
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-11/+11
|
* ENH: Better handle interleved error/outputAndy Cedilnik2006-01-271-3/+4
|
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+6
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Once the number of errors or warnings was reached, stop counting them. ↵Andy Cedilnik2005-06-021-0/+6
| | | | Also fix compile warning on bad compilers
* ENH: Streamline build process. This reduces the memory footprint, since only ↵Andy Cedilnik2005-06-011-0/+42
| | | | 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
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-1/+1
|
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-12/+3
|
* ERR: Fix for non-gcc/icc compilersAndy Cedilnik2004-09-301-3/+5
|
* ERR: Fix errorAndy Cedilnik2004-09-301-8/+8
|
* ENH: Add support for SourceFile and LineNumberAndy Cedilnik2004-09-301-0/+10
|
* more cleanupKen Martin2004-09-071-0/+81