Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | ERR: Removed C++-style comments, used C-style instead. | Brad King | 2002-09-11 | 1 | -20/+23 |
| | |||||
* | ERR: Added missing include of stdio.h for sprintf. | Brad King | 2002-09-10 | 1 | -0/+2 |
| | |||||
* | updated signature | Ken Martin | 2002-09-10 | 2 | -13/+20 |
| | |||||
* | updated makefile moved commands into cmake and fixed try compile | Ken Martin | 2002-09-10 | 2 | -85/+29 |
| | |||||
* | moved dump docs into cmake | Ken Martin | 2002-09-10 | 1 | -3/+3 |
| | |||||
* | moved commands into cmake | Ken Martin | 2002-09-10 | 2 | -0/+90 |
| | |||||
* | modified TryCompile | Ken Martin | 2002-09-10 | 6 | -15/+45 |
| | |||||
* | ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ↵ | Brad King | 2002-09-10 | 4 | -43/+142 |
| | | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file. | ||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 1 | -2/+19 |
| | | | | be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux. | ||||
* | ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions ↵ | Brad King | 2002-09-10 | 1 | -0/+4 |
| | | | | on comeau in linux. | ||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 2 | -2/+2 |
| | | | | be compared directly with other pointer types. We use 0 instead. | ||||
* | ERR: Fix for borland on linux. We cannot directly compare the st_dev and ↵ | Brad King | 2002-09-10 | 1 | -3/+3 |
| | | | | st_ino members of struct stat. Use memcmp instead. | ||||
* | ERR: Removed stray semi-colon. | Brad King | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 4 | -54/+54 |
| | | | | be compared directly with other pointer types. We use 0 instead. | ||||
* | ERR: Fix for borland on linux. | Brad King | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | removed extra ENDIF | Ken Martin | 2002-09-10 | 1 | -2/+0 |
| | |||||
* | better error checking on If statements | Ken Martin | 2002-09-10 | 2 | -11/+7 |
| | |||||
* | ERR: Removed accidental commit. | Brad King | 2002-09-10 | 1 | -2/+0 |
| | |||||
* | BUG: Missing AC_SUBST commands added. | Brad King | 2002-09-10 | 1 | -0/+2 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-08 | 6 | -7/+7 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-08 | 3 | -8/+8 |
| | |||||
* | compiler warning | Ken Martin | 2002-09-08 | 1 | -1/+1 |
| | |||||
* | fix for borland compilers | Ken Martin | 2002-09-08 | 2 | -3/+3 |
| | |||||
* | ERR: Fix for borland in generated code. vtkCommand is ambiguously both a ↵ | Brad King | 2002-09-06 | 1 | -1/+5 |
| | | | | function and a class. | ||||
* | updated to fix the long depend line issue on Borland | Ken Martin | 2002-09-06 | 1 | -5/+3 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 14 | -520/+684 |
| | |||||
* | new architecture | Ken Martin | 2002-09-06 | 4 | -32/+105 |
| | |||||
* | ENH: use :: rule and not a long line extension | Bill Hoffman | 2002-09-06 | 1 | -5/+2 |
| | |||||
* | minor fix | Ken Martin | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | minor fixes | Ken Martin | 2002-09-06 | 1 | -12/+12 |
| | |||||
* | made destructor virtual | Ken Martin | 2002-09-05 | 1 | -1/+1 |
| | |||||
* | removed some couts | Ken Martin | 2002-09-05 | 1 | -10/+9 |
| | |||||
* | made method public | Ken Martin | 2002-09-04 | 1 | -4/+4 |
| | |||||
* | fixes | Ken Martin | 2002-09-04 | 1 | -0/+1 |
| | |||||
* | updates | Ken Martin | 2002-09-04 | 5 | -4/+28 |
| | |||||
* | new arch | Ken Martin | 2002-09-04 | 8 | -0/+3154 |
| | |||||
* | first cut a new arch | Ken Martin | 2002-09-04 | 4 | -0/+593 |
| | |||||
* | BUG: use windows paths for utility depends | Bill Hoffman | 2002-09-03 | 1 | -2/+5 |
| | |||||
* | BUG: bug for more than one custom commands | Bill Hoffman | 2002-09-03 | 1 | -0/+1 |
| |