| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 1 | -1/+1 |
|
|
* | 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 n... | Brad King | 2005-04-27 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | ENH: better test for subdirs | Ken Martin | 2005-03-29 | 1 | -2/+2 |
|
|
* | ENH: big change that includes immediate subdir support, removing the notion o... | Ken Martin | 2005-03-18 | 2 | -2/+6 |
|
|
* | BUG: Do not add Qt wrapping test unless QT is found and QT_UIC_EXECUTABLE is ... | Brad King | 2005-03-16 | 1 | -2/+2 |
|
|
* | 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 ex... | Brad King | 2005-02-25 | 9 | -36/+123 |
|
|
* | ENH: Added test for multiple commands in a custom command. | Brad King | 2005-02-22 | 1 | -8/+14 |
|
|
* | BUG: We still want to print out the location where the object was found if it... | Brad King | 2005-02-18 | 1 | -5/+5 |
|
|
* | ENH: all tests are passing for XCode | Bill Hoffman | 2005-02-18 | 1 | -1/+5 |
|
|
* | BUG: Fix for space in path for chdir test. We just need to double-quote the ... | Brad King | 2005-02-17 | 1 | -1/+1 |
|
|
* | BUG: fix CommandLine test problems with spaces and testing for the return value | Bill Hoffman | 2005-02-16 | 1 | -28/+49 |
|
|
* | ENH: Added Fortran 90 test if the platform supports it. | Brad King | 2005-02-15 | 4 | -0/+26 |
|
|
* | COMP: Try to fix test on HP | Andy Cedilnik | 2005-02-14 | 1 | -0/+2 |
|
|
* | COMP: Need ANSI flags for C executable. | Brad King | 2005-02-14 | 1 | -0/+5 |
|
|
* | ENH: Adding cleaning of custom command outputs during "make clean". | Brad King | 2005-02-09 | 3 | -5/+23 |
|
|
* | ENH: Adding test of "make clean". | Brad King | 2005-02-09 | 5 | -0/+110 |
|
|
* | ENH: Display all output in ctest | Andy Cedilnik | 2005-02-08 | 1 | -0/+2 |
|
|
* | ENH: Added partial test for include regular expressions. | Brad King | 2005-02-07 | 6 | -3/+15 |
|
|
* | BUG: Need to include full output to be a useful test. | Brad King | 2005-02-07 | 1 | -0/+2 |
|
|
* | ENH: Updated post-build command to drive installation through the native buil... | Brad King | 2005-02-05 | 2 | -10/+18 |
|
|
* | ENH: Adding test for external object file feature. | Brad King | 2005-02-04 | 5 | -0/+57 |
|
|
* | ENH: Link to cmzlib | Andy Cedilnik | 2005-01-27 | 3 | -3/+6 |
|
|
* | COMP: Add proper link directory | Andy Cedilnik | 2005-01-18 | 3 | -0/+3 |
|
|