Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed when final pass is done | Ken Martin | 2002-09-15 | 1 | -1/+0 |
| | |||||
* | renamed GenerateMakefile to ConfigureFinalPass | Ken Martin | 2002-09-15 | 2 | -3/+4 |
| | |||||
* | removed extra Generate that was screwing things up | Ken Martin | 2002-09-14 | 1 | -2/+0 |
| | |||||
* | fixed warning | Ken Martin | 2002-09-14 | 1 | -1/+1 |
| | |||||
* | made less verbose | Ken Martin | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | removed messages | Ken Martin | 2002-09-13 | 1 | -2/+0 |
| | |||||
* | ENH: Added FileIsFullPath test method. | Brad King | 2002-09-13 | 2 | -0/+36 |
| | |||||
* | some fixes for try compile | Ken Martin | 2002-09-13 | 3 | -6/+14 |
| | |||||
* | now uses TryCompile | Ken Martin | 2002-09-13 | 3 | -89/+10 |
| | |||||
* | minor fix inEnableLanguages | Ken Martin | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | fix to the cleanup code | Ken Martin | 2002-09-13 | 1 | -12/+14 |
| | |||||
* | fix to the cleanup code | Ken Martin | 2002-09-13 | 1 | -2/+10 |
| | |||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 9 | -100/+164 |
| | |||||
* | better try compile | Ken Martin | 2002-09-13 | 1 | -5/+16 |
| | |||||
* | removed messages | Ken Martin | 2002-09-13 | 1 | -2/+0 |
| | |||||
* | Improve bootstrapping on Unix, so that it bootstraps in the subdirectory. ↵ | Andy Cedilnik | 2002-09-13 | 2 | -93/+145 |
| | | | | This prevents from compiler files being reused and you can do make clean... | ||||
* | Make QT variables advanced | Ian Scott | 2002-09-13 | 1 | -0/+9 |
| | |||||
* | compiler warning | Ken Martin | 2002-09-13 | 2 | -3/+3 |
| | |||||
* | duh | Ken Martin | 2002-09-13 | 1 | -1/+0 |
| | |||||
* | Need to use $ENV{} to access environment variables | Ian Scott | 2002-09-13 | 1 | -15/+14 |
| | |||||
* | some cleanup | Ken Martin | 2002-09-12 | 1 | -1/+3 |
| | |||||
* | uninitialized var | Ken Martin | 2002-09-12 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary include | Andy Cedilnik | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | Remove unnecessary include | Andy Cedilnik | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | added include of FindQT.cmake | Franck Bettinger | 2002-09-12 | 2 | -7/+16 |
| | |||||
* | new arch | Ken Martin | 2002-09-12 | 17 | -7093/+0 |
| | |||||
* | added test for QTWrapUI called qtwrapping | Franck Bettinger | 2002-09-12 | 1 | -0/+6 |
| | |||||
* | corrected test for QTWrapUI | Franck Bettinger | 2002-09-12 | 2 | -7/+6 |
| | |||||
* | new try compile module | Ken Martin | 2002-09-12 | 2 | -0/+26 |
| | |||||
* | Oops, too fast commit; add missing ; | Andy Cedilnik | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | Add more error checking | Andy Cedilnik | 2002-09-12 | 1 | -1/+9 |
| | |||||
* | another signature for Try_Compile | Ken Martin | 2002-09-12 | 2 | -7/+66 |
| | |||||
* | added a flag if a cmake is in try compile | Ken Martin | 2002-09-12 | 3 | -0/+9 |
| | |||||
* | Fix mark as advanced. Now it should work properly | Andy Cedilnik | 2002-09-12 | 1 | -1/+5 |
| | |||||
* | Simplify code. Since we access cache entry through the iterator, we do not ↵ | Andy Cedilnik | 2002-09-12 | 2 | -6/+4 |
| | | | | need the cache manager any more | ||||
* | Fix build problem on Sun | Andy Cedilnik | 2002-09-12 | 1 | -1/+2 |
| | |||||
* | corrected the generated lists .h in header list and .cxx in sources list | Franck Bettinger | 2002-09-11 | 1 | -2/+9 |
| | |||||
* | added generation of the GENERATED_QT_FILES list for make clean | Franck Bettinger | 2002-09-11 | 1 | -0/+8 |
| | |||||
* | added test for QTWrapUI | Franck Bettinger | 2002-09-11 | 1 | -1/+12 |
| | |||||
* | test for QTWarpUI | Franck Bettinger | 2002-09-11 | 2 | -0/+59 |
| | |||||
* | BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it ↵ | Brad King | 2002-09-11 | 1 | -1/+1 |
| | | | | doesn't exist. | ||||
* | Fix bug in ccmake which made it crash when all cache values were deleted | Andy Cedilnik | 2002-09-11 | 1 | -2/+5 |
| | |||||
* | Fix problem with ccmake crashing on empty caches | Andy Cedilnik | 2002-09-11 | 1 | -23/+26 |
| | |||||
* | Fix MFC GUI | Andy Cedilnik | 2002-09-11 | 1 | -46/+45 |
| | |||||
* | Fix find and remove check for uninitialized entries | Andy Cedilnik | 2002-09-11 | 1 | -1/+4 |
| | |||||
* | Function strcasecmp is not portable | Andy Cedilnik | 2002-09-11 | 1 | -4/+4 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 12 | -153/+334 |
| | | | | 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 | ||||
* | Remove Mark_AS_ADVANCED for some variables that do not exist | Andy Cedilnik | 2002-09-11 | 1 | -4/+1 |
| | |||||
* | minor fix in try compile code | Ken Martin | 2002-09-11 | 1 | -7/+2 |
| | |||||
* | ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵ | Brad King | 2002-09-11 | 4 | -143/+58 |
| | | | | strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. |