2083 Commits

Author SHA1 Message Date
Andy Cedilnik
26aeeee885 Improve bootstrapping on Unix, so that it bootstraps in the subdirectory. This prevents from compiler files being reused and you can do make clean... 2002-09-13 09:51:57 -04:00
Ian Scott
e18a53698e Make QT variables advanced 2002-09-13 09:49:35 -04:00
Ken Martin
c1b92d2ea0 compiler warning 2002-09-13 08:18:13 -04:00
Ken Martin
6c3aaa42b7 duh 2002-09-13 08:12:23 -04:00
Ian Scott
cf10b0b4f6 Need to use $ENV{} to access environment variables 2002-09-13 05:39:42 -04:00
Ken Martin
dcc71279c8 some cleanup 2002-09-12 16:36:56 -04:00
Ken Martin
c6c579f35a uninitialized var 2002-09-12 14:37:27 -04:00
Andy Cedilnik
e88e3d3cb5 Remove unnecessary include 2002-09-12 13:55:42 -04:00
Andy Cedilnik
4c21ba27c9 Remove unnecessary include 2002-09-12 13:42:31 -04:00
Franck Bettinger
5e6b29717e added include of FindQT.cmake 2002-09-12 13:20:05 -04:00
Ken Martin
c8c89b653f new arch 2002-09-12 11:49:10 -04:00
Franck Bettinger
271e6ec374 added test for QTWrapUI called qtwrapping 2002-09-12 11:38:00 -04:00
Franck Bettinger
6b9d82f41d corrected test for QTWrapUI 2002-09-12 11:37:16 -04:00
Ken Martin
32b398e55b new try compile module 2002-09-12 11:14:50 -04:00
Andy Cedilnik
cf272c76ad Oops, too fast commit; add missing ; 2002-09-12 11:13:22 -04:00
Andy Cedilnik
6a2174ff9d Add more error checking 2002-09-12 11:12:31 -04:00
Ken Martin
31f714fc2a another signature for Try_Compile 2002-09-12 11:08:35 -04:00
Ken Martin
2aea6d528e added a flag if a cmake is in try compile 2002-09-12 11:08:06 -04:00
Andy Cedilnik
895f8c42c0 Fix mark as advanced. Now it should work properly 2002-09-12 09:56:48 -04:00
Andy Cedilnik
628625af72 Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more 2002-09-12 09:00:30 -04:00
Andy Cedilnik
c478520cab Fix build problem on Sun 2002-09-12 08:56:32 -04:00
Franck Bettinger
3507ef55c6 corrected the generated lists .h in header list and .cxx in sources list 2002-09-11 16:44:52 -04:00
Franck Bettinger
dffde0c4fa added generation of the GENERATED_QT_FILES list for make clean 2002-09-11 16:43:35 -04:00
Franck Bettinger
4be9fce5fe added test for QTWrapUI 2002-09-11 16:41:46 -04:00
Franck Bettinger
3f047aabaf test for QTWarpUI 2002-09-11 16:41:11 -04:00
Brad King
1eb3dd19fc BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it doesn't exist. 2002-09-11 16:12:49 -04:00
Andy Cedilnik
9ec133d428 Fix bug in ccmake which made it crash when all cache values were deleted 2002-09-11 15:13:32 -04:00
Andy Cedilnik
2ca71beb2a Fix problem with ccmake crashing on empty caches 2002-09-11 15:04:50 -04:00
Andy Cedilnik
c41fe4f179 Fix MFC GUI 2002-09-11 14:38:45 -04:00
Andy Cedilnik
62d654abae Fix find and remove check for uninitialized entries 2002-09-11 14:38:29 -04:00
Andy Cedilnik
b2f845feee Function strcasecmp is not portable 2002-09-11 14:08:39 -04:00
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 2002-09-11 14:05:45 -04:00
Andy Cedilnik
bfdf8f7dcd Remove Mark_AS_ADVANCED for some variables that do not exist 2002-09-11 13:27:06 -04:00
Ken Martin
19323b6bac minor fix in try compile code 2002-09-11 12:52:11 -04:00
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. 2002-09-11 09:54:03 -04:00
Brad King
994e300914 ERR: Removed C++-style comments, used C-style instead. 2002-09-11 08:52:31 -04:00
Brad King
d9326ed78d ERR: Added missing include of stdio.h for sprintf. 2002-09-10 17:24:25 -04:00
Ken Martin
5608a9a129 updated signature 2002-09-10 16:52:56 -04:00
Ken Martin
bea21587cf updated makefile moved commands into cmake and fixed try compile 2002-09-10 16:52:39 -04:00
Ken Martin
74e13ad2fc moved dump docs into cmake 2002-09-10 16:51:59 -04:00
Ken Martin
9149cdd078 moved commands into cmake 2002-09-10 16:51:29 -04:00
Ken Martin
38e412626b modified TryCompile 2002-09-10 16:49:40 -04:00
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. 2002-09-10 15:46:49 -04:00
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. 2002-09-10 15:40:41 -04:00
Brad King
14f0211858 ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux. 2002-09-10 15:40:11 -04:00
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. 2002-09-10 15:39:18 -04:00
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. 2002-09-10 15:38:26 -04:00
Brad King
1bad75e8a2 ERR: Removed stray semi-colon. 2002-09-10 15:37:52 -04:00
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. 2002-09-10 15:37:28 -04:00
Brad King
929a2b18f6 ERR: Fix for borland on linux. 2002-09-10 15:36:11 -04:00