Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler warnings | Ken Martin | 2002-09-08 | 3 | -8/+8 |
| | |||||
* | compiler warning | Ken Martin | 2002-09-08 | 1 | -1/+1 |
| | |||||
* | fix for borland compilers | Ken Martin | 2002-09-08 | 2 | -3/+3 |
| | |||||
* | ERR: Fix for borland in generated code. vtkCommand is ambiguously both a ↵ | Brad King | 2002-09-06 | 1 | -1/+5 |
| | | | | function and a class. | ||||
* | ENH: Improved configure test implementations by using AC_TRY_COMPILE. | Brad King | 2002-09-06 | 6 | -453/+1078 |
| | |||||
* | updated to fix the long depend line issue on Borland | Ken Martin | 2002-09-06 | 1 | -5/+3 |
| | |||||
* | ERR: Fix opengl finding on osx | Yves Starreveld | 2002-09-06 | 1 | -0/+12 |
| | |||||
* | ENH: make stub stuff ADVANCED | Sebastien Barre | 2002-09-06 | 1 | -4/+6 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 14 | -520/+684 |
| | |||||
* | new architecture | Ken Martin | 2002-09-06 | 4 | -32/+105 |
| | |||||
* | fix comment | Bill Hoffman | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | Add important missing word to documentation | Ian Scott | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | More detailed information about consistent FindXXX.cmake files | Ian Scott | 2002-09-06 | 1 | -10/+21 |
| | |||||
* | ENH: use :: rule and not a long line extension | Bill Hoffman | 2002-09-06 | 1 | -5/+2 |
| | |||||
* | minor fix | Ken Martin | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | minor fixes | Ken Martin | 2002-09-06 | 1 | -12/+12 |
| | |||||
* | Hide lots of values in the advanced list | Ian Scott | 2002-09-05 | 5 | -25/+64 |
| | | | | | Fix some bugs OpenGL always needs X11 on Unix | ||||
* | made destructor virtual | Ken Martin | 2002-09-05 | 1 | -1/+1 |
| | |||||
* | removed some couts | Ken Martin | 2002-09-05 | 1 | -10/+9 |
| | |||||
* | made method public | Ken Martin | 2002-09-04 | 1 | -4/+4 |
| | |||||
* | fixes | Ken Martin | 2002-09-04 | 1 | -0/+1 |
| | |||||
* | updates | Ken Martin | 2002-09-04 | 5 | -4/+28 |
| | |||||
* | new arch | Ken Martin | 2002-09-04 | 8 | -0/+3154 |
| | |||||
* | first cut a new arch | Ken Martin | 2002-09-04 | 4 | -0/+593 |
| | |||||
* | fixed test for new cmake | Ken Martin | 2002-09-04 | 1 | -1/+1 |
| | |||||
* | ERR: Still need to define OPENGL_INCLUDE_PATH in addition to the standard ↵ | Brad King | 2002-09-04 | 1 | -0/+3 |
| | | | | OPENGL_INCLUDE_DIR for backward compatability. | ||||
* | A simple FindMFC module for consistency | Ian Scott | 2002-09-03 | 1 | -0/+18 |
| | |||||
* | BUG: use windows paths for utility depends | Bill Hoffman | 2002-09-03 | 1 | -2/+5 |
| | |||||
* | BUG: bug for more than one custom commands | Bill Hoffman | 2002-09-03 | 1 | -0/+1 |
| | |||||
* | Dart now has a configure option | Ian Scott | 2002-09-03 | 1 | -3/+7 |
| | |||||
* | I copied a bit too much VXL functionality here. Oops | Ian Scott | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | Added PERL_FOUND | Ian Scott | 2002-09-03 | 1 | -2/+14 |
| | |||||
* | Add an MPEG finder in the new format - functionality copied from VXL. | Ian Scott | 2002-09-03 | 1 | -0/+38 |
| | |||||
* | Fixed mistake in comments | Ian Scott | 2002-09-03 | 8 | -115/+229 |
| | | | | | Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4 | ||||
* | Moved FLTK and GTK to new FindXXX scheme. Imported some functionality from VXL | Ian Scott | 2002-09-02 | 2 | -111/+232 |
| | |||||
* | small bug fixes | Ian Scott | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE | Ian Scott | 2002-09-02 | 1 | -1/+1 |
| | | | | because Module files are moving to consistent scheme | ||||
* | Fix Bugs | Ian Scott | 2002-09-02 | 2 | -5/+5 |
| | |||||
* | This file should not be empty | Ian Scott | 2002-09-02 | 1 | -0/+23 |
| | |||||
* | Moved FindZLib.cmake to FindZLIB.cmake | Ian Scott | 2002-09-02 | 1 | -0/+0 |
| | |||||
* | Copied the X11 PNG and ZLIB functoinality from VXL | Ian Scott | 2002-09-02 | 3 | -48/+45 |
| | |||||
* | Adding Zlib and PNG find modules in the new format | Ian Scott | 2002-09-02 | 2 | -1/+48 |
| | |||||
* | This Find Module is in the new style | Ian Scott | 2002-09-02 | 1 | -0/+28 |
| | |||||
* | Add helpful message for QT Windows users | Ian Scott | 2002-09-02 | 4 | -6/+62 |
| | | | | | Add FindZLib in new format Move FindJPEG and FINDWGET over to new scheme | ||||
* | Define a single expected format for the values defined in every ↵ | Ian Scott | 2002-09-02 | 6 | -45/+125 |
| | | | | | | | FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile. | ||||
* | in progress | Ken Martin | 2002-08-30 | 8 | -0/+3263 |
| | |||||
* | in progress checkin | Ken Martin | 2002-08-30 | 4 | -0/+380 |
| | |||||
* | add rpcrt4.lib because of CMakeLib needing it | Bill Hoffman | 2002-08-30 | 3 | -3/+12 |
| | |||||
* | extern C fixes | Ken Martin | 2002-08-29 | 1 | -0/+5 |
| | |||||
* | some changes in cachemanager and singletons | Ken Martin | 2002-08-28 | 3 | -19/+48 |
| |