Andy Cedilnik
|
b2f845feee
Function strcasecmp is not portable
|
23 years ago |
Andy Cedilnik
|
bef93dc5c1
Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
|
23 years ago |
Andy Cedilnik
|
bfdf8f7dcd
Remove Mark_AS_ADVANCED for some variables that do not exist
|
23 years ago |
Ken Martin
|
19323b6bac
minor fix in try compile code
|
23 years ago |
Brad King
|
b9db890ebc
ENH: Pointer-to-function to pointer-to-data casts are not even allowed in strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection.
|
23 years ago |
Brad King
|
994e300914
ERR: Removed C++-style comments, used C-style instead.
|
23 years ago |
Brad King
|
d9326ed78d
ERR: Added missing include of stdio.h for sprintf.
|
23 years ago |
Ken Martin
|
5608a9a129
updated signature
|
23 years ago |
Ken Martin
|
bea21587cf
updated makefile moved commands into cmake and fixed try compile
|
23 years ago |
Ken Martin
|
74e13ad2fc
moved dump docs into cmake
|
23 years ago |
Ken Martin
|
9149cdd078
moved commands into cmake
|
23 years ago |
Ken Martin
|
38e412626b
modified TryCompile
|
23 years ago |
Brad King
|
820088cefc
ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
|
23 years ago |
Brad King
|
de48dbbf7c
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux.
|
23 years ago |
Brad King
|
14f0211858
ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux.
|
23 years ago |
Brad King
|
ce65c54d7a
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 years ago |
Brad King
|
807b4ac47f
ERR: Fix for borland on linux. We cannot directly compare the st_dev and st_ino members of struct stat. Use memcmp instead.
|
23 years ago |
Brad King
|
1bad75e8a2
ERR: Removed stray semi-colon.
|
23 years ago |
Brad King
|
eb1ff5f968
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 years ago |
Brad King
|
929a2b18f6
ERR: Fix for borland on linux.
|
23 years ago |
Sebastien Barre
|
15d27bbc42
FIX: typo + bring back the OPENGL_gl_LIBRARY path that can be used to find GLU (was wiped out from FindGLU)
|
23 years ago |
Ken Martin
|
3c3ea267b8
removed extra ENDIF
|
23 years ago |
Brad King
|
7a927b5d50
ERR: Went back to old-style test for -LANG:std on the SGI.
|
23 years ago |
Ken Martin
|
d7a1063b20
better error checking on If statements
|
23 years ago |
Brad King
|
c2cdd8f8d3
ERR: AC_SUBST replaced with AC_DEFINE. Needed to get configure script to correctly setup cmConfigure.h.
|
23 years ago |
Brad King
|
e500dd4b77
ERR: Removed accidental commit.
|
23 years ago |
Brad King
|
722f923a9e
BUG: Missing AC_SUBST commands added.
|
23 years ago |
Bill Hoffman
|
43d055eb7a
Adding GLU to the OPENGL_LIBRARIES only if it is found.
|
23 years ago |
Ken Martin
|
3abb9e240d
compiler warnings
|
23 years ago |
Ken Martin
|
f229c1c46e
compiler warnings
|
23 years ago |