Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added test of SET CACHE FORCE | Ken Martin | 2002-10-09 | 9 | -0/+45 |
| | |||||
* | new plugin API | Ken Martin | 2002-10-08 | 2 | -2/+2 |
| | |||||
* | Fix problem on HP | Andy Cedilnik | 2002-10-07 | 2 | -2/+2 |
| | |||||
* | If you specify header file as source, it should still use C compiler and not ↵ | Andy Cedilnik | 2002-10-06 | 4 | -1/+8 |
| | | | | CXX. Also fix COnly test so that it make sure that this still works... | ||||
* | Remove bogus exec_program | Ken Martin | 2002-10-01 | 3 | -3/+0 |
| | |||||
* | Use cmake echo | Andy Cedilnik | 2002-09-27 | 3 | -6/+6 |
| | |||||
* | Check for library | Andy Cedilnik | 2002-09-25 | 4 | -0/+12 |
| | |||||
* | Fix problem | Andy Cedilnik | 2002-09-23 | 2 | -2/+12 |
| | |||||
* | Some minor fixes for mac | Andy Cedilnik | 2002-09-23 | 4 | -8/+8 |
| | |||||
* | cleanup | Ken Martin | 2002-09-23 | 2 | -10/+2 |
| | |||||
* | Fix test so that it will work on HP | Andy Cedilnik | 2002-09-23 | 2 | -0/+6 |
| | |||||
* | Include more testing | Andy Cedilnik | 2002-09-20 | 4 | -6/+40 |
| | |||||
* | Fix test so that it does some modules testing by checking for some functions ↵ | Andy Cedilnik | 2002-09-20 | 6 | -6/+66 |
| | | | | and some size of types | ||||
* | removed c++ style comments | Ken Martin | 2002-09-20 | 2 | -8/+8 |
| | |||||
* | test passing CMAKE_FLAGS | Ken Martin | 2002-09-18 | 6 | -2/+14 |
| | |||||
* | removed target | Ken Martin | 2002-09-18 | 2 | -2/+2 |
| | |||||
* | added Destructor | Ken Martin | 2002-09-17 | 2 | -0/+20 |
| | |||||
* | some cleanup | Ken Martin | 2002-09-17 | 2 | -14/+14 |
| | |||||
* | minor fix in error message | Ken Martin | 2002-09-17 | 2 | -2/+2 |
| | |||||
* | load command test | Ken Martin | 2002-09-16 | 8 | -0/+210 |
| | |||||
* | added include of FindQT.cmake | Franck Bettinger | 2002-09-12 | 1 | -2/+8 |
| | |||||
* | corrected test for QTWrapUI | Franck Bettinger | 2002-09-12 | 2 | -7/+6 |
| | |||||
* | added test for QTWrapUI | Franck Bettinger | 2002-09-11 | 1 | -1/+12 |
| | |||||
* | test for QTWarpUI | Franck Bettinger | 2002-09-11 | 2 | -0/+59 |
| | |||||
* | fixed test for new cmake | Ken Martin | 2002-09-04 | 1 | -1/+1 |
| | |||||
* | add rpcrt4.lib because of CMakeLib needing it | Bill Hoffman | 2002-08-30 | 3 | -3/+12 |
| | |||||
* | now needs dynlib support | Ken Martin | 2002-08-28 | 3 | -3/+15 |
| | |||||
* | added new form of Set source file properties command | Ken Martin | 2002-08-26 | 3 | -0/+27 |
| | |||||
* | no more dll for plugin | Bill Hoffman | 2002-08-23 | 3 | -24/+0 |
| | |||||
* | remoevd shared lib | Ken Martin | 2002-08-23 | 3 | -42/+3 |
| | |||||
* | BUG: fix for cygwin | Bill Hoffman | 2002-08-23 | 3 | -3/+9 |
| | |||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 3 | -0/+9 |
| | |||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 6 | -3/+18 |
| | |||||
* | complex test needs the dll | Ken Martin | 2002-08-22 | 3 | -0/+30 |
| | |||||
* | added macro test | Ken Martin | 2002-08-13 | 3 | -3/+33 |
| | |||||
* | minor fix for c tests | Ken Martin | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | updated to mods in command | Ken Martin | 2002-07-30 | 4 | -7/+7 |
| | |||||
* | fixed if statements inside a foreach | Ken Martin | 2002-07-17 | 3 | -9/+9 |
| | |||||
* | ENH: Added test for IF inside a FOREACH. | Brad King | 2002-07-16 | 9 | -6/+84 |
| | |||||
* | a minor fix to make my life easier | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 3 | -6/+6 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | add a test with no extension | Bill Hoffman | 2002-06-25 | 1 | -1/+1 |
| | |||||
* | ENH: Added configuration of CMAKE_NO_ANSI_STRING_STREAM. It is defined when ↵ | Brad King | 2002-06-21 | 3 | -0/+3 |
| | | | | the sstream header does not exist. | ||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-06-19 | 3 | -3/+3 |
| | |||||
* | ENH: try and fix link problem on dec | Bill Hoffman | 2002-06-18 | 3 | -0/+21 |
| | |||||
* | changed CCOMMAND to CMAKE | Ken Martin | 2002-06-03 | 3 | -6/+6 |
| | |||||
* | removed ccommand use cmake now | Ken Martin | 2002-06-03 | 3 | -9/+9 |
| | |||||
* | ENH: add tests for LESS, GREATER, STRLESS, STRGREATER (IF command) | Sebastien Barre | 2002-05-27 | 6 | -0/+450 |
| | |||||
* | ENH: increse coverage | Bill Hoffman | 2002-05-23 | 3 | -3/+3 |
| |