Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 4 | -54/+54 |
| | | | | be compared directly with other pointer types. We use 0 instead. | ||||
* | ERR: Fix for borland on linux. | Brad King | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | FIX: typo + bring back the OPENGL_gl_LIBRARY path that can be used to find ↵ | Sebastien Barre | 2002-09-10 | 1 | -10/+13 |
| | | | | GLU (was wiped out from FindGLU) | ||||
* | removed extra ENDIF | Ken Martin | 2002-09-10 | 1 | -2/+0 |
| | |||||
* | ERR: Went back to old-style test for -LANG:std on the SGI. | Brad King | 2002-09-10 | 2 | -75/+33 |
| | |||||
* | better error checking on If statements | Ken Martin | 2002-09-10 | 2 | -11/+7 |
| | |||||
* | ERR: AC_SUBST replaced with AC_DEFINE. Needed to get configure script to ↵ | Brad King | 2002-09-10 | 2 | -30/+30 |
| | | | | correctly setup cmConfigure.h. | ||||
* | ERR: Removed accidental commit. | Brad King | 2002-09-10 | 1 | -2/+0 |
| | |||||
* | BUG: Missing AC_SUBST commands added. | Brad King | 2002-09-10 | 3 | -10/+24 |
| | |||||
* | Adding GLU to the OPENGL_LIBRARIES only if it is found. | Bill Hoffman | 2002-09-09 | 1 | -2/+4 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-08 | 6 | -7/+7 |
| | |||||
* | 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 |
| |