Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add svn cleanup before running svn | Andy Cedilnik | 2006-03-15 | 1 | -6/+47 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 43 | -1708/+1788 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 32 | -937/+1500 |
| | |||||
* | BUG: More VS8 fixes | Andy Cedilnik | 2006-03-01 | 1 | -12/+30 |
| | |||||
* | BUG: Fix for STL | Andy Cedilnik | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Remove debug | Andy Cedilnik | 2006-02-28 | 1 | -6/+0 |
| | |||||
* | ENH: Add support for multiple build targets and start adding simple cpack tests | Andy Cedilnik | 2006-02-28 | 2 | -16/+35 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 1 | -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/output | Andy Cedilnik | 2006-01-27 | 2 | -18/+28 |
| | |||||
* | ENH: add extra thing for svn X status output | Bill Hoffman | 2006-01-27 | 1 | -0/+4 |
| | |||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -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 CMakeFiles | Ken Martin | 2006-01-12 | 1 | -3/+3 |
| | |||||
* | BUG: fix for bug 2560, Xcode does not create correct bundles | Bill Hoffman | 2005-12-19 | 1 | -0/+8 |
| | |||||
* | BUG: Fix the problem with update.xml.tmp not being coppied | Andy Cedilnik | 2005-12-13 | 1 | -5/+0 |
| | |||||
* | ENH: Add a way for the generated command to include extra flags. This is ↵ | Andy Cedilnik | 2005-12-01 | 1 | -1/+2 |
| | | | | useful for CTest (or try compile) to add -j2 | ||||
* | BUG: fix spelling error | Bill Hoffman | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | ENH: add new error regex | Bill Hoffman | 2005-11-18 | 1 | -0/+1 |
| | |||||
* | ENH: change the pass regexp so that it overrides the return value | Ken Martin | 2005-11-10 | 1 | -1/+3 |
| | |||||
* | ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵ | Andy Cedilnik | 2005-11-09 | 1 | -2/+2 |
| | | | | add help in cmSetTestsPropertiesCommand | ||||
* | ENH: Add support for output reguilar expression | Andy Cedilnik | 2005-11-08 | 2 | -1/+57 |
| | |||||
* | ENH: More output | Andy Cedilnik | 2005-10-19 | 1 | -1/+1 |
| | |||||
* | BUG: Initialize to something resonable | Andy Cedilnik | 2005-10-19 | 1 | -0/+2 |
| | |||||
* | BUG: If test passes but it should fail, report an error | Andy Cedilnik | 2005-10-17 | 1 | -0/+1 |
| | |||||
* | ENH: More error exceptions | Andy Cedilnik | 2005-10-13 | 1 | -0/+1 |
| | |||||
* | ENH: Add support for setting the maximum number of errors and warnings ↵ | Andy Cedilnik | 2005-10-07 | 1 | -0/+6 |
| | | | | reported. This should fix Bug #2318 - The maximum number of errors to report is fixed to 50 | ||||
* | ENH: More verbosity | Andy Cedilnik | 2005-10-04 | 1 | -0/+3 |
| | |||||
* | ENH: Properly report failed tests | Andy Cedilnik | 2005-09-20 | 1 | -1/+10 |
| | |||||
* | ENH: Modify output based on wether it is tested or memory checked | Andy Cedilnik | 2005-09-19 | 1 | -1/+10 |
| | |||||
* | BUG: This should fix memory checking | Andy Cedilnik | 2005-09-19 | 1 | -1/+1 |
| | |||||
* | ENH: Fix memcheck command | Andy Cedilnik | 2005-09-17 | 1 | -1/+1 |
| | |||||
* | COMP: Too fast commit | Andy Cedilnik | 2005-09-15 | 1 | -2/+2 |
| | |||||
* | BUG: Make sure full paths are collapsed | Andy Cedilnik | 2005-09-15 | 1 | -2/+2 |
| | |||||
* | ENH: Add a way for test to intentionally fail | Andy Cedilnik | 2005-09-07 | 2 | -3/+119 |
| | |||||
* | ENH: use native Deployment and Development directories | Bill Hoffman | 2005-08-30 | 1 | -0/+10 |
| | |||||
* | COMP: Simplify logic and remove sun compile error | Andy Cedilnik | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | BUG: Prevent from creating bogus files | Andy Cedilnik | 2005-08-24 | 1 | -1/+1 |
| | |||||
* | COMP: Add STD namespace | Andy Cedilnik | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | ENH: Improve log file strategy | Andy Cedilnik | 2005-08-18 | 2 | -36/+40 |
| | |||||
* | ENH: Set update options | Andy Cedilnik | 2005-08-18 | 1 | -0/+3 |
| | |||||
* | ENH: More error regex | Andy Cedilnik | 2005-08-17 | 1 | -0/+1 |
| | |||||
* | BUG: do not search the user's path for text executables when a full path is ↵ | Ken Martin | 2005-08-09 | 1 | -2/+17 |
| | | | | provided to the test | ||||
* | ENH: More build errors | Andy Cedilnik | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: More handling of gcov 4.0 | Andy Cedilnik | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: More support for gcov 4.0 | Andy Cedilnik | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for the new gcc that uses files with extension .gcda | Andy Cedilnik | 2005-08-03 | 1 | -1/+5 |
| | |||||
* | ENH: Better handling of removed files and remove warning | Andy Cedilnik | 2005-07-22 | 1 | -7/+2 |
| | |||||
* | ENH: More regular expressions | Andy Cedilnik | 2005-07-22 | 1 | -0/+3 |
| | |||||
* | ENH: Add support for detecting files that were removed | Andy Cedilnik | 2005-07-21 | 1 | -0/+19 |
| | |||||
* | BUG: Remove duplicate prefix | Andy Cedilnik | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way to submit extra files to the dashboard | Andy Cedilnik | 2005-07-18 | 2 | -6/+37 |
| |