summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-168-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 toolAndy Cedilnik2005-06-152-1/+8
|
* ENH: Handle passing in coverage commandAndy Cedilnik2005-06-151-0/+3
|
* ENH: Add commands for memory checking and coverageAndy Cedilnik2005-06-145-2/+355
|
* ENH: Separate standard output and standard error for problematic commandsAndy Cedilnik2005-06-142-21/+68
|
* ENH: Be more verboseAndy Cedilnik2005-06-101-5/+5
|
* ENH: Be more verboseAndy Cedilnik2005-06-102-0/+21
|
* BUG: Remove debugging codeAndy Cedilnik2005-06-071-5/+0
|
* ENH: Use CMake for parsing DartTestfile.txtAndy Cedilnik2005-06-072-115/+267
|
* BUG: Initialize the iterator to prevent seg-faultAndy Cedilnik2005-06-061-0/+2
|
* ENH: Move the build-and-test code to a handlerAndy Cedilnik2005-06-032-0/+529
|
* ENH: Add a method to parse command line argument inside the handlerAndy Cedilnik2005-06-032-0/+11
|
* BUG: Remove unused codeAndy Cedilnik2005-06-031-1/+0
|
* BUG: Fix the order of things to make submit handler not crash when proxies ↵Andy Cedilnik2005-06-021-71/+74
| | | | are set
* ENH: Cleanup output even moreAndy Cedilnik2005-06-021-19/+32
|
* 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-022-37/+79
| | | | Also fix compile warning on bad compilers
* BUG: On windows there are problems when opening file as asciiAndy Cedilnik2005-06-021-1/+1
|
* ENH: Streamline build process. This reduces the memory footprint, since only ↵Andy Cedilnik2005-06-012-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_MESSAGEAndy Cedilnik2005-05-318-78/+78
|
* ENH: Add support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-3112-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 filesAndy Cedilnik2005-05-271-3/+3
|
* ENH: Fix for changes in XML-RPC for Dart2Andy Cedilnik2005-05-261-16/+5
|
* ENH: Add notesAndy Cedilnik2005-05-081-0/+16
|
* ENH: Remove error about not being able to update CTest configurationAndy Cedilnik2005-05-081-0/+1
|
* ENH: Remove memory leak and remember global generator for next timeAndy Cedilnik2005-05-082-7/+41
|
* ENH: Add default configure rules for CMake projects and add default rules ↵Andy Cedilnik2005-05-052-7/+89
| | | | for submission
* ENH: Add variable that holds cmake executableAndy Cedilnik2005-05-051-0/+2
|
* ENH: Allow spaces in update commandAndy Cedilnik2005-05-041-0/+2
|
* ENH: Improve syntaxAndy Cedilnik2005-05-0411-58/+246
|
* ENH: Add Site and BuildName, make sure that the rest of the default -S rule ↵Andy Cedilnik2005-05-031-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 King2005-05-031-0/+8
|
* ENH: CleanupsAndy Cedilnik2005-05-0312-82/+82
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-038-27/+469
| | | | some cleanups
* ENH: Make ctest build command workAndy Cedilnik2005-05-022-0/+40
|
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-027-1/+286
|
* ENH: Add internal errorAndy Cedilnik2005-04-281-0/+1
|
* COMP: Remove warningsAndy Cedilnik2005-04-261-1/+2
|
* ENH: Support for modified and conflicts in subversionAndy Cedilnik2005-04-241-42/+67
|
* BUG: Remember if there was update errorAndy Cedilnik2005-04-241-3/+3
|
* COMP: Commented out unused variable until the corresponding logic is finished.Brad King2005-04-221-2/+2
|
* ENH: Reorganize a bit and make sure to report an error if there are modified ↵Andy Cedilnik2005-04-211-11/+21
| | | | files or conflicts
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-071-1/+23
|
* ENH: Start adding support for CTest testfilesAndy Cedilnik2005-04-011-4/+14
|
* ENH: Remove curl build testingAndy Cedilnik2005-03-251-0/+1
|
* COMP: More cleanupsAndy Cedilnik2005-03-162-8/+8
|
* ENH: Make sure to use internal zlibAndy Cedilnik2005-03-163-9/+29
|
* ENH: Cleanup of the outputAndy Cedilnik2005-03-161-9/+4
|
* BUG: Do not report an error removing the binary directory if it doesn't exist.Brad King2005-03-111-4/+4
|
* BUG: xmlrpc does the base64 encodingAndy Cedilnik2005-03-091-24/+1
|