summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add svn cleanup before running svnAndy Cedilnik2006-03-151-6/+47
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-1043-1708/+1788
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-0932-937/+1500
|
* BUG: More VS8 fixesAndy Cedilnik2006-03-011-12/+30
|
* BUG: Fix for STLAndy Cedilnik2006-02-281-1/+1
|
* STYLE: Remove debugAndy Cedilnik2006-02-281-6/+0
|
* ENH: Add support for multiple build targets and start adding simple cpack testsAndy Cedilnik2006-02-282-16/+35
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-2/+0
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* ENH: Better handle interleved error/outputAndy Cedilnik2006-01-272-18/+28
|
* ENH: add extra thing for svn X status outputBill Hoffman2006-01-271-0/+4
|
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-3/+3
|
* BUG: fix for bug 2560, Xcode does not create correct bundlesBill Hoffman2005-12-191-0/+8
|
* BUG: Fix the problem with update.xml.tmp not being coppiedAndy Cedilnik2005-12-131-5/+0
|
* ENH: Add a way for the generated command to include extra flags. This is ↵Andy Cedilnik2005-12-011-1/+2
| | | | useful for CTest (or try compile) to add -j2
* BUG: fix spelling errorBill Hoffman2005-11-221-1/+1
|
* ENH: add new error regexBill Hoffman2005-11-181-0/+1
|
* ENH: change the pass regexp so that it overrides the return valueKen Martin2005-11-101-1/+3
|
* ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵Andy Cedilnik2005-11-091-2/+2
| | | | add help in cmSetTestsPropertiesCommand
* ENH: Add support for output reguilar expressionAndy Cedilnik2005-11-082-1/+57
|
* ENH: More outputAndy Cedilnik2005-10-191-1/+1
|
* BUG: Initialize to something resonableAndy Cedilnik2005-10-191-0/+2
|
* BUG: If test passes but it should fail, report an errorAndy Cedilnik2005-10-171-0/+1
|
* ENH: More error exceptionsAndy Cedilnik2005-10-131-0/+1
|
* ENH: Add support for setting the maximum number of errors and warnings ↵Andy Cedilnik2005-10-071-0/+6
| | | | reported. This should fix Bug #2318 - The maximum number of errors to report is fixed to 50
* ENH: More verbosityAndy Cedilnik2005-10-041-0/+3
|
* ENH: Properly report failed testsAndy Cedilnik2005-09-201-1/+10
|
* ENH: Modify output based on wether it is tested or memory checkedAndy Cedilnik2005-09-191-1/+10
|
* BUG: This should fix memory checkingAndy Cedilnik2005-09-191-1/+1
|
* ENH: Fix memcheck commandAndy Cedilnik2005-09-171-1/+1
|
* COMP: Too fast commitAndy Cedilnik2005-09-151-2/+2
|
* BUG: Make sure full paths are collapsedAndy Cedilnik2005-09-151-2/+2
|
* ENH: Add a way for test to intentionally failAndy Cedilnik2005-09-072-3/+119
|
* ENH: use native Deployment and Development directoriesBill Hoffman2005-08-301-0/+10
|
* COMP: Simplify logic and remove sun compile errorAndy Cedilnik2005-08-261-1/+1
|
* BUG: Prevent from creating bogus filesAndy Cedilnik2005-08-241-1/+1
|
* COMP: Add STD namespaceAndy Cedilnik2005-08-181-1/+1
|
* ENH: Improve log file strategyAndy Cedilnik2005-08-182-36/+40
|
* ENH: Set update optionsAndy Cedilnik2005-08-181-0/+3
|
* ENH: More error regexAndy Cedilnik2005-08-171-0/+1
|
* BUG: do not search the user's path for text executables when a full path is ↵Ken Martin2005-08-091-2/+17
| | | | provided to the test
* ENH: More build errorsAndy Cedilnik2005-08-031-1/+1
|
* ENH: More handling of gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: More support for gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: Add support for the new gcc that uses files with extension .gcdaAndy Cedilnik2005-08-031-1/+5
|
* 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
|