summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* another signature for Try_CompileKen Martin2002-09-122-7/+66
* added a flag if a cmake is in try compileKen Martin2002-09-123-0/+9
* Fix mark as advanced. Now it should work properlyAndy Cedilnik2002-09-121-1/+5
* Simplify code. Since we access cache entry through the iterator, we do not ne...Andy Cedilnik2002-09-122-6/+4
* Fix build problem on SunAndy Cedilnik2002-09-121-1/+2
* corrected the generated lists .h in header list and .cxx in sources listFranck Bettinger2002-09-111-2/+9
* added generation of the GENERATED_QT_FILES list for make cleanFranck Bettinger2002-09-111-0/+8
* added test for QTWrapUIFranck Bettinger2002-09-111-1/+12
* test for QTWarpUIFranck Bettinger2002-09-112-0/+59
* BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it d...Brad King2002-09-111-1/+1
* Fix bug in ccmake which made it crash when all cache values were deletedAndy Cedilnik2002-09-111-2/+5
* Fix problem with ccmake crashing on empty cachesAndy Cedilnik2002-09-111-23/+26
* Fix MFC GUIAndy Cedilnik2002-09-111-46/+45
* Fix find and remove check for uninitialized entriesAndy Cedilnik2002-09-111-1/+4
* Function strcasecmp is not portableAndy Cedilnik2002-09-111-4/+4
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-1112-153/+334
* Remove Mark_AS_ADVANCED for some variables that do not existAndy Cedilnik2002-09-111-4/+1
* minor fix in try compile codeKen Martin2002-09-111-7/+2
* ENH: Pointer-to-function to pointer-to-data casts are not even allowed in str...Brad King2002-09-114-143/+58
* ERR: Removed C++-style comments, used C-style instead.Brad King2002-09-111-20/+23
* ERR: Added missing include of stdio.h for sprintf.Brad King2002-09-101-0/+2
* updated signatureKen Martin2002-09-102-13/+20
* updated makefile moved commands into cmake and fixed try compileKen Martin2002-09-102-85/+29
* moved dump docs into cmakeKen Martin2002-09-101-3/+3
* moved commands into cmakeKen Martin2002-09-102-0/+90
* modified TryCompileKen Martin2002-09-106-15/+45
* ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ...Brad King2002-09-104-43/+142
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...Brad King2002-09-101-2/+19
* ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions ...Brad King2002-09-101-0/+4
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...Brad King2002-09-102-2/+2
* ERR: Fix for borland on linux. We cannot directly compare the st_dev and st_...Brad King2002-09-101-3/+3
* 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
* 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 GL...Sebastien Barre2002-09-101-10/+13
* 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 cor...Brad King2002-09-102-30/+30
* 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 fun...Brad King2002-09-061-1/+5
* 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