Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add missing files | Bill Hoffman | 2005-07-14 | 2 | -0/+17 |
| | |||||
* | FIX: fix bug 2043 borland compiler and dll problem and add a test for it | Bill Hoffman | 2005-07-14 | 2 | -0/+9 |
| | |||||
* | ENH: Do 4 files | Andy Cedilnik | 2005-07-14 | 3 | -36/+84 |
| | |||||
* | ENH: Add a test for cmGeneratedFileStream | Andy Cedilnik | 2005-07-14 | 3 | -0/+207 |
| | |||||
* | ENH: add a bundle test | Bill Hoffman | 2005-07-13 | 2 | -0/+8 |
| | |||||
* | BUG: minor fix to project name to match ADD_TEST call | Ken Martin | 2005-07-06 | 1 | -1/+1 |
| | |||||
* | ENH: added testing of the WHILE command | Ken Martin | 2005-06-30 | 9 | -0/+60 |
| | |||||
* | ENH: convert to lower case | Ken Martin | 2005-06-27 | 1 | -5/+11 |
| | |||||
* | ENH: Perform second test if subversion exists | Andy Cedilnik | 2005-06-23 | 1 | -2/+3 |
| | |||||
* | COMP: converted to lowercase commands | Ken Martin | 2005-06-20 | 1 | -8/+8 |
| | |||||
* | ENH: Skip svn test for now | Andy Cedilnik | 2005-06-20 | 1 | -1/+2 |
| | |||||
* | ENH: Make CVS one nightly | Andy Cedilnik | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | ENH: Add subversion test | Andy Cedilnik | 2005-06-17 | 1 | -5/+60 |
| | |||||
* | ENH: Fix test on HP | Andy Cedilnik | 2005-06-17 | 1 | -0/+2 |
| | |||||
* | ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the test | Andy Cedilnik | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | ENH: Add test of macro | Andy Cedilnik | 2005-06-16 | 2 | -0/+55 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-06-16 | 1 | -0/+40 |
| | |||||
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 1 | -1/+1 |
| | | | | | | | | | 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: add same name test | Ken Martin | 2005-06-16 | 6 | -0/+35 |
| | |||||
* | BUG: Fix typo | Andy Cedilnik | 2005-06-15 | 1 | -1/+1 |
| | |||||
* | ENH: Also perform memory checking and coverage | Andy Cedilnik | 2005-06-14 | 1 | -0/+2 |
| | |||||
* | ENH: change to work with new FLTK command | Ken Martin | 2005-06-10 | 1 | -0/+1 |
| | |||||
* | ENH: no longer test ITK command | Ken Martin | 2005-06-09 | 1 | -10/+0 |
| | |||||
* | ENH: remove bad add target commands | Ken Martin | 2005-06-08 | 1 | -2/+0 |
| | |||||
* | ENH: remove requirements on 1.2 | Ken Martin | 2005-06-08 | 4 | -8/+8 |
| | |||||
* | ENH: shift to using ADD_SUBDIRECTORY | Ken Martin | 2005-06-08 | 14 | -18/+35 |
| | |||||
* | ENH: Cleanup | Andy Cedilnik | 2005-06-08 | 1 | -1/+0 |
| | |||||
* | ENH: Add capability to include files to DartTestfile.txt and add example of that | Andy Cedilnik | 2005-06-07 | 2 | -0/+6 |
| | |||||
* | ENH: Test setting of environment variables | Andy Cedilnik | 2005-06-03 | 1 | -1/+7 |
| | |||||
* | ENH: removed old command | Ken Martin | 2005-06-02 | 1 | -3/+1 |
| | |||||
* | ENH: removed old commands | Ken Martin | 2005-06-02 | 3 | -9/+9 |
| | |||||
* | ENH: removed use of ABSTRACT command | Ken Martin | 2005-06-02 | 3 | -9/+3 |
| | |||||
* | ENH: Add notes | Andy Cedilnik | 2005-05-08 | 1 | -0/+2 |
| | |||||
* | ENH: Add new style ctest project | Andy Cedilnik | 2005-05-05 | 2 | -0/+44 |
| | |||||
* | BUG: Avoid infinite loop during installation. | Brad King | 2005-04-28 | 2 | -0/+8 |
| | |||||
* | BUG: Use copy to produce doc1pre.txt instead of echo. The redirection does ↵ | Brad King | 2005-04-27 | 1 | -1/+1 |
| | | | | not like forward slashes on Win9x. | ||||
* | ENH: Added pre-build and post-build test for custom targets. | Brad King | 2005-04-26 | 1 | -1/+20 |
| | |||||
* | ENH: also test for correct Proj dir settings | Ken Martin | 2005-04-12 | 1 | -1/+4 |
| | |||||
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵ | Brad King | 2005-04-06 | 2 | -19/+12 |
| | | | | never used. | ||||
* | ENH: better test for subdirs | Ken Martin | 2005-03-29 | 1 | -2/+2 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 2 | -2/+6 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | BUG: Do not add Qt wrapping test unless QT is found and QT_UIC_EXECUTABLE is ↵ | Brad King | 2005-03-16 | 1 | -2/+2 |
| | | | | found. | ||||
* | ENH: added new test for out of dir source trees | Ken Martin | 2005-03-14 | 4 | -0/+10 |
| | |||||
* | ENH: try to see if there is still a problem | Bill Hoffman | 2005-03-11 | 3 | -3/+3 |
| | |||||
* | ENH: make it pass anyway so I can see debug info | Bill Hoffman | 2005-03-04 | 3 | -3/+3 |
| | |||||
* | ENH: try and debug the failed test on the continuous | Bill Hoffman | 2005-03-03 | 3 | -0/+3 |
| | |||||
* | ENH: try number two with topological sort | Bill Hoffman | 2005-03-03 | 3 | -33/+108 |
| | |||||
* | ENH: reverse last changes to avoid dashboard failures | Bill Hoffman | 2005-03-02 | 3 | -69/+0 |
| | |||||
* | ENH: fix library ordering stuff to use a topological sort | Bill Hoffman | 2005-03-02 | 6 | -3/+303 |
| | |||||
* | ENH: Added full pre-build/pre-link/post-build testing for both library and ↵ | Brad King | 2005-02-25 | 9 | -36/+123 |
| | | | | executable targets. |