Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 8 | -91/+161 |
| | | | | | | | | | 1. Support for showing line numbers when debugging ctest --show-line-numbers 2. Modify the ctest initialization code, so that it can be delayed 3. Handlers now have corresponding command if they were invoked from the command (so far only update actually use that) 4. Start command is simplified and the functionality is moved to CTest 5. Update can perform initial checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks out kwsys and perform tests on the fresh checkout | ||||
* | ENH: Pass in memcheck command options and suppresions, and change skin to tool | Andy Cedilnik | 2005-06-15 | 2 | -1/+8 |
| | |||||
* | ENH: Handle passing in coverage command | Andy Cedilnik | 2005-06-15 | 1 | -0/+3 |
| | |||||
* | ENH: Add commands for memory checking and coverage | Andy Cedilnik | 2005-06-14 | 5 | -2/+355 |
| | |||||
* | ENH: Separate standard output and standard error for problematic commands | Andy Cedilnik | 2005-06-14 | 2 | -21/+68 |
| | |||||
* | ENH: Be more verbose | Andy Cedilnik | 2005-06-10 | 1 | -5/+5 |
| | |||||
* | ENH: Be more verbose | Andy Cedilnik | 2005-06-10 | 2 | -0/+21 |
| | |||||
* | BUG: Remove debugging code | Andy Cedilnik | 2005-06-07 | 1 | -5/+0 |
| | |||||
* | ENH: Use CMake for parsing DartTestfile.txt | Andy Cedilnik | 2005-06-07 | 2 | -115/+267 |
| | |||||
* | BUG: Initialize the iterator to prevent seg-fault | Andy Cedilnik | 2005-06-06 | 1 | -0/+2 |
| | |||||
* | ENH: Move the build-and-test code to a handler | Andy Cedilnik | 2005-06-03 | 2 | -0/+529 |
| | |||||
* | ENH: Add a method to parse command line argument inside the handler | Andy Cedilnik | 2005-06-03 | 2 | -0/+11 |
| | |||||
* | BUG: Remove unused code | Andy Cedilnik | 2005-06-03 | 1 | -1/+0 |
| | |||||
* | BUG: Fix the order of things to make submit handler not crash when proxies ↵ | Andy Cedilnik | 2005-06-02 | 1 | -71/+74 |
| | | | | are set | ||||
* | ENH: Cleanup output even more | Andy Cedilnik | 2005-06-02 | 1 | -19/+32 |
| | |||||
* | COMP: Remove compile warning | Andy Cedilnik | 2005-06-02 | 1 | -3/+3 |
| | |||||
* | ENH: Once the number of errors or warnings was reached, stop counting them. ↵ | Andy Cedilnik | 2005-06-02 | 2 | -37/+79 |
| | | | | Also fix compile warning on bad compilers | ||||
* | BUG: On windows there are problems when opening file as ascii | Andy Cedilnik | 2005-06-02 | 1 | -1/+1 |
| | |||||
* | ENH: Streamline build process. This reduces the memory footprint, since only ↵ | Andy Cedilnik | 2005-06-01 | 2 | -169/+424 |
| | | | | 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_MESSAGE | Andy Cedilnik | 2005-05-31 | 8 | -78/+78 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 12 | -358/+312 |
| | | | | 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: Use generated file stream for files | Andy Cedilnik | 2005-05-27 | 1 | -3/+3 |
| | |||||
* | ENH: Fix for changes in XML-RPC for Dart2 | Andy Cedilnik | 2005-05-26 | 1 | -16/+5 |
| | |||||
* | ENH: Add notes | Andy Cedilnik | 2005-05-08 | 1 | -0/+16 |
| | |||||
* | ENH: Remove error about not being able to update CTest configuration | Andy Cedilnik | 2005-05-08 | 1 | -0/+1 |
| | |||||
* | ENH: Remove memory leak and remember global generator for next time | Andy Cedilnik | 2005-05-08 | 2 | -7/+41 |
| | |||||
* | ENH: Add default configure rules for CMake projects and add default rules ↵ | Andy Cedilnik | 2005-05-05 | 2 | -7/+89 |
| | | | | for submission | ||||
* | ENH: Add variable that holds cmake executable | Andy Cedilnik | 2005-05-05 | 1 | -0/+2 |
| | |||||
* | ENH: Allow spaces in update command | Andy Cedilnik | 2005-05-04 | 1 | -0/+2 |
| | |||||
* | ENH: Improve syntax | Andy Cedilnik | 2005-05-04 | 11 | -58/+246 |
| | |||||
* | ENH: Add Site and BuildName, make sure that the rest of the default -S rule ↵ | Andy Cedilnik | 2005-05-03 | 1 | -1/+5 |
| | | | | does not happen, and make sure that new tag will be created | ||||
* | COMP: Added pragma directives for SGI compilers to avoid useless warnings. | Brad King | 2005-05-03 | 1 | -0/+8 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-05-03 | 12 | -82/+82 |
| | |||||
* | ENH: Promote submit into a full handler, add test and submit command and do ↵ | Andy Cedilnik | 2005-05-03 | 8 | -27/+469 |
| | | | | some cleanups | ||||
* | ENH: Make ctest build command work | Andy Cedilnik | 2005-05-02 | 2 | -0/+40 |
| | |||||
* | ENH: More commands. Start working on new style ctest configuration | Andy Cedilnik | 2005-05-02 | 7 | -1/+286 |
| | |||||
* | ENH: Add internal error | Andy Cedilnik | 2005-04-28 | 1 | -0/+1 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-04-26 | 1 | -1/+2 |
| | |||||
* | ENH: Support for modified and conflicts in subversion | Andy Cedilnik | 2005-04-24 | 1 | -42/+67 |
| | |||||
* | BUG: Remember if there was update error | Andy Cedilnik | 2005-04-24 | 1 | -3/+3 |
| | |||||
* | COMP: Commented out unused variable until the corresponding logic is finished. | Brad King | 2005-04-22 | 1 | -2/+2 |
| | |||||
* | ENH: Reorganize a bit and make sure to report an error if there are modified ↵ | Andy Cedilnik | 2005-04-21 | 1 | -11/+21 |
| | | | | files or conflicts | ||||
* | BUG: fix for bug 1717 incorrect path sent to dart server | Bill Hoffman | 2005-04-07 | 1 | -1/+23 |
| | |||||
* | ENH: Start adding support for CTest testfiles | Andy Cedilnik | 2005-04-01 | 1 | -4/+14 |
| | |||||
* | ENH: Remove curl build testing | Andy Cedilnik | 2005-03-25 | 1 | -0/+1 |
| | |||||
* | COMP: More cleanups | Andy Cedilnik | 2005-03-16 | 2 | -8/+8 |
| | |||||
* | ENH: Make sure to use internal zlib | Andy Cedilnik | 2005-03-16 | 3 | -9/+29 |
| | |||||
* | ENH: Cleanup of the output | Andy Cedilnik | 2005-03-16 | 1 | -9/+4 |
| | |||||
* | BUG: Do not report an error removing the binary directory if it doesn't exist. | Brad King | 2005-03-11 | 1 | -4/+4 |
| | |||||
* | BUG: xmlrpc does the base64 encoding | Andy Cedilnik | 2005-03-09 | 1 | -24/+1 |
| |