2172 Commits (f7ec3c2a7670c2a1da7c9cae6ba77b963c595cf3)
 

Author SHA1 Message Date
Franck Bettinger 271e6ec374 added test for QTWrapUI called qtwrapping 23 years ago
Franck Bettinger 6b9d82f41d corrected test for QTWrapUI 23 years ago
Ken Martin 32b398e55b new try compile module 23 years ago
Andy Cedilnik cf272c76ad Oops, too fast commit; add missing ; 23 years ago
Andy Cedilnik 6a2174ff9d Add more error checking 23 years ago
Ken Martin 31f714fc2a another signature for Try_Compile 23 years ago
Ken Martin 2aea6d528e added a flag if a cmake is in try compile 23 years ago
Andy Cedilnik 895f8c42c0 Fix mark as advanced. Now it should work properly 23 years ago
Andy Cedilnik 628625af72 Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more 23 years ago
Andy Cedilnik c478520cab Fix build problem on Sun 23 years ago
Franck Bettinger 3507ef55c6 corrected the generated lists .h in header list and .cxx in sources list 23 years ago
Franck Bettinger dffde0c4fa added generation of the GENERATED_QT_FILES list for make clean 23 years ago
Franck Bettinger 4be9fce5fe added test for QTWrapUI 23 years ago
Franck Bettinger 3f047aabaf test for QTWarpUI 23 years ago
Brad King 1eb3dd19fc BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it doesn't exist. 23 years ago
Andy Cedilnik 9ec133d428 Fix bug in ccmake which made it crash when all cache values were deleted 23 years ago
Andy Cedilnik 2ca71beb2a Fix problem with ccmake crashing on empty caches 23 years ago
Andy Cedilnik c41fe4f179 Fix MFC GUI 23 years ago
Andy Cedilnik 62d654abae Fix find and remove check for uninitialized entries 23 years ago
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
Ken Martin b7455e404f compiler warning 23 years ago