Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Teach CTest dashboard builds to use launchers | Brad King | 2009-02-11 | 1 | -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 generation | Brad King | 2009-02-04 | 1 | -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 counts | Bill Hoffman | 2009-01-14 | 1 | -0/+2 |
| | |||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 1 | -0/+2 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -45/+45 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -11/+11 |
| | |||||
* | ENH: Better handle interleved error/output | Andy Cedilnik | 2006-01-27 | 1 | -3/+4 |
| | |||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -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 Cedilnik | 2005-06-02 | 1 | -0/+6 |
| | | | | Also fix compile warning on bad compilers | ||||
* | ENH: Streamline build process. This reduces the memory footprint, since only ↵ | Andy Cedilnik | 2005-06-01 | 1 | -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 improvements | Andy Cedilnik | 2005-01-27 | 1 | -1/+1 |
| | |||||
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -12/+3 |
| | |||||
* | ERR: Fix for non-gcc/icc compilers | Andy Cedilnik | 2004-09-30 | 1 | -3/+5 |
| | |||||
* | ERR: Fix error | Andy Cedilnik | 2004-09-30 | 1 | -8/+8 |
| | |||||
* | ENH: Add support for SourceFile and LineNumber | Andy Cedilnik | 2004-09-30 | 1 | -0/+10 |
| | |||||
* | more cleanup | Ken Martin | 2004-09-07 | 1 | -0/+81 |