summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Better handling of removed files and remove warningAndy Cedilnik2005-07-221-7/+2
|
* ENH: More regular expressionsAndy Cedilnik2005-07-221-0/+3
|
* ENH: Add support for detecting files that were removedAndy Cedilnik2005-07-211-0/+19
|
* BUG: Remove duplicate prefixAndy Cedilnik2005-07-211-1/+1
|
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-182-6/+37
|
* ENH: Cleanup file nameAndy Cedilnik2005-07-181-1/+4
|
* ENH: Some more cleanups and add ctest custom vector for regular expression ↵Andy Cedilnik2005-07-141-8/+49
| | | | to exclude from coverage
* ENH: Add custom supression regular expressionsAndy Cedilnik2005-07-142-0/+39
|
* BUG: Fix line number inconsistency, improve outputAndy Cedilnik2005-07-141-17/+43
|
* COMP: Remove warning and fix the logicAndy Cedilnik2005-07-141-2/+5
|
* BUG: Rename tmp filesAndy Cedilnik2005-07-141-1/+1
|
* ENH: Add timeout supportAndy Cedilnik2005-07-131-0/+12
|
* BUG: Go back to the original directory after examining the current directoryAndy Cedilnik2005-07-121-0/+1
|
* BUG: Make sure it always starts in the current directory when searching for ↵Andy Cedilnik2005-07-121-0/+1
| | | | tests
* BUG: When removing directory, use lstat instead of stat to make sure that ↵Andy Cedilnik2005-07-121-1/+3
| | | | symlinks are treated as files and not as directories
* ENH: Add default update optionsAndy Cedilnik2005-07-111-0/+4
|
* BUG: Remove warning when using CVSAndy Cedilnik2005-07-111-8/+8
|
* COMP: Remove warningAndy Cedilnik2005-07-061-2/+2
|
* ENH: Improve support for various versions of gcovAndy Cedilnik2005-07-062-86/+261
|
* BUG: On windows there can be a problem because scp does not handle drive ↵Andy Cedilnik2005-07-061-1/+14
| | | | names. This uses relative path for scp
* STYLE: Unify number of spacesAndy Cedilnik2005-07-031-1/+1
|
* ENH: Improve performance by compiling regular expressions when neededAndy Cedilnik2005-07-031-35/+18
|
* ENH: Improve performance of testing and do not complain if DartTestfile.txt ↵Andy Cedilnik2005-07-032-10/+10
| | | | is not found or if directory does not exist
* BUG: Exit properly on SCP submissionAndy Cedilnik2005-06-241-0/+1
|
* COMP: Remove warningsAndy Cedilnik2005-06-241-11/+10
|
* ENH: Move curl to utilitiesAndy Cedilnik2005-06-241-1/+1
|
* ENH: Initial importAndy Cedilnik2005-06-241-2/+2
|
* ENH: Make iterators constAndy Cedilnik2005-06-231-5/+5
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-2324-218/+407
| | | | multiple submited files
* BUG: reverting to 1.53Utkarsh Ayachit2005-06-231-2/+1
|
* BUG: fixed conflicts between file names among different utilities.Utkarsh Ayachit2005-06-231-1/+2
|
* BUG: Fix displaying of percentageAndy Cedilnik2005-06-221-1/+1
|
* COMP: see about fixing warningKen Martin2005-06-201-2/+2
|
* ENH: Pass configuration type to subprocessesAndy Cedilnik2005-06-171-0/+1
|
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-1721-8/+267
| | | | initialization code, and start initializing ctest when start is invoked
* 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
|