summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Fix for borland on linux. We cannot directly compare the st_dev and ↵Brad King2002-09-101-3/+3
| | | | st_ino members of struct stat. Use memcmp instead.
* ERR: Removed stray semi-colon.Brad King2002-09-101-1/+1
|
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵Brad King2002-09-104-54/+54
| | | | be compared directly with other pointer types. We use 0 instead.
* ERR: Fix for borland on linux.Brad King2002-09-101-1/+1
|
* FIX: typo + bring back the OPENGL_gl_LIBRARY path that can be used to find ↵Sebastien Barre2002-09-101-10/+13
| | | | GLU (was wiped out from FindGLU)
* removed extra ENDIFKen Martin2002-09-101-2/+0
|
* ERR: Went back to old-style test for -LANG:std on the SGI.Brad King2002-09-102-75/+33
|
* better error checking on If statementsKen Martin2002-09-102-11/+7
|
* ERR: AC_SUBST replaced with AC_DEFINE. Needed to get configure script to ↵Brad King2002-09-102-30/+30
| | | | correctly setup cmConfigure.h.
* ERR: Removed accidental commit.Brad King2002-09-101-2/+0
|
* BUG: Missing AC_SUBST commands added.Brad King2002-09-103-10/+24
|
* Adding GLU to the OPENGL_LIBRARIES only if it is found.Bill Hoffman2002-09-091-2/+4
|
* compiler warningsKen Martin2002-09-086-7/+7
|
* compiler warningsKen Martin2002-09-083-8/+8
|
* compiler warningKen Martin2002-09-081-1/+1
|
* fix for borland compilersKen Martin2002-09-082-3/+3
|
* ERR: Fix for borland in generated code. vtkCommand is ambiguously both a ↵Brad King2002-09-061-1/+5
| | | | function and a class.
* ENH: Improved configure test implementations by using AC_TRY_COMPILE.Brad King2002-09-066-453/+1078
|
* updated to fix the long depend line issue on BorlandKen Martin2002-09-061-5/+3
|
* ERR: Fix opengl finding on osxYves Starreveld2002-09-061-0/+12
|
* ENH: make stub stuff ADVANCEDSebastien Barre2002-09-061-4/+6
|
* new archKen Martin2002-09-0614-520/+684
|
* new architectureKen Martin2002-09-064-32/+105
|
* fix commentBill Hoffman2002-09-061-1/+1
|
* Add important missing word to documentationIan Scott2002-09-061-1/+1
|
* More detailed information about consistent FindXXX.cmake filesIan Scott2002-09-061-10/+21
|
* ENH: use :: rule and not a long line extensionBill Hoffman2002-09-061-5/+2
|
* minor fixKen Martin2002-09-061-1/+1
|
* minor fixesKen Martin2002-09-061-12/+12
|
* Hide lots of values in the advanced listIan Scott2002-09-055-25/+64
| | | | | Fix some bugs OpenGL always needs X11 on Unix
* made destructor virtualKen Martin2002-09-051-1/+1
|
* removed some coutsKen Martin2002-09-051-10/+9
|
* made method publicKen Martin2002-09-041-4/+4
|
* fixesKen Martin2002-09-041-0/+1
|
* updatesKen Martin2002-09-045-4/+28
|
* new archKen Martin2002-09-048-0/+3154
|
* first cut a new archKen Martin2002-09-044-0/+593
|
* fixed test for new cmakeKen Martin2002-09-041-1/+1
|
* ERR: Still need to define OPENGL_INCLUDE_PATH in addition to the standard ↵Brad King2002-09-041-0/+3
| | | | OPENGL_INCLUDE_DIR for backward compatability.
* A simple FindMFC module for consistencyIan Scott2002-09-031-0/+18
|
* BUG: use windows paths for utility dependsBill Hoffman2002-09-031-2/+5
|
* BUG: bug for more than one custom commandsBill Hoffman2002-09-031-0/+1
|
* Dart now has a configure optionIan Scott2002-09-031-3/+7
|
* I copied a bit too much VXL functionality here. OopsIan Scott2002-09-031-1/+1
|
* Added PERL_FOUNDIan Scott2002-09-031-2/+14
|
* Add an MPEG finder in the new format - functionality copied from VXL.Ian Scott2002-09-031-0/+38
|
* Fixed mistake in commentsIan Scott2002-09-038-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 VXLIan Scott2002-09-022-111/+232
|
* small bug fixesIan Scott2002-09-021-1/+1
|
* FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLEIan Scott2002-09-021-1/+1
| | | | because Module files are moving to consistent scheme