Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE | Ian Scott | 2002-09-02 | 1 | -1/+1 |
| | | | | because Module files are moving to consistent scheme | ||||
* | Define a single expected format for the values defined in every ↵ | Ian Scott | 2002-09-02 | 2 | -3/+3 |
| | | | | | | | FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile. | ||||
* | in progress | Ken Martin | 2002-08-30 | 8 | -0/+3263 |
| | |||||
* | in progress checkin | Ken Martin | 2002-08-30 | 4 | -0/+380 |
| | |||||
* | extern C fixes | Ken Martin | 2002-08-29 | 1 | -0/+5 |
| | |||||
* | some changes in cachemanager and singletons | Ken Martin | 2002-08-28 | 3 | -19/+48 |
| | |||||
* | no more singletons | Ken Martin | 2002-08-28 | 1 | -18/+0 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 31 | -196/+432 |
| | |||||
* | an early checking not complete | Ken Martin | 2002-08-28 | 2 | -0/+116 |
| | |||||
* | ENH: add include paths to rc program for resource generation | Bill Hoffman | 2002-08-28 | 3 | -2/+10 |
| | |||||
* | Fix bug in trying to set stding with null | Andy Cedilnik | 2002-08-27 | 1 | -0/+4 |
| | |||||
* | ENH: fix warnings | Bill Hoffman | 2002-08-27 | 2 | -2/+1 |
| | |||||
* | fixed bootstrap build to not use LoadCOmmandCOmmand | Ken Martin | 2002-08-27 | 2 | -0/+12 |
| | |||||
* | updated to match the SET | Ken Martin | 2002-08-26 | 2 | -23/+14 |
| | |||||
* | now uses stubs | Ken Martin | 2002-08-26 | 4 | -142/+193 |
| | |||||
* | fixed bug maybe | Ken Martin | 2002-08-26 | 1 | -0/+2 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 12 | -105/+74 |
| | |||||
* | memory issue | Ken Martin | 2002-08-23 | 1 | -0/+1 |
| | |||||
* | compiler warnings | Ken Martin | 2002-08-23 | 3 | -4/+5 |
| | |||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 10 | -18/+27 |
| | | | | destruction is not a problem. |