Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | added new form of Set source file properties command | Ken Martin | 2002-08-26 | 3 | -0/+27 |
| | |||||
* | now uses stubs | Ken Martin | 2002-08-26 | 4 | -142/+193 |
| | |||||
* | fixed bug maybe | Ken Martin | 2002-08-26 | 1 | -0/+2 |
| | |||||
* | try another flag for the dec compiler... | Bill Hoffman | 2002-08-23 | 4 | -12/+12 |
| | |||||
* | no more dll for plugin | Bill Hoffman | 2002-08-23 | 3 | -24/+0 |
| | |||||
* | remoevd shared lib | Ken Martin | 2002-08-23 | 3 | -42/+3 |
| | |||||
* | 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: fix for cygwin | Bill Hoffman | 2002-08-23 | 3 | -3/+9 |
| | |||||
* | 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. | ||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 3 | -0/+9 |
| | |||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 6 | -3/+18 |
| | |||||
* | BUG: borland needs to have BUILD_SHARED_LIBS on for executables to work with c++ | Bill Hoffman | 2002-08-22 | 1 | -6/+6 |
| | |||||
* | complex test needs the dll | Ken Martin | 2002-08-22 | 3 | -0/+30 |
| | |||||
* | minor warning fix | Ken Martin | 2002-08-22 | 1 | -2/+2 |
| | |||||
* | BUG: fix for OSF compiler to use ansi mode for streams | Bill Hoffman | 2002-08-22 | 4 | -14/+60 |
| | |||||
* | fixed some warnings | Ken Martin | 2002-08-22 | 1 | -4/+2 |
| | |||||
* | fixed some warnings | Ken Martin | 2002-08-22 | 1 | -1/+2 |
| | |||||
* | fixed nested comment | Ken Martin | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | added lib | Ken Martin | 2002-08-22 | 1 | -0/+1 |
| | |||||
* | ENH: Added -files to end of internal binary tarball to distinguish from the ↵ | Brad King | 2002-08-21 | 1 | -6/+7 |
| | | | | outer tarball's name. | ||||
* | minor fixes for new cache api | Ken Martin | 2002-08-21 | 1 | -18/+15 |
| | |||||
* | minor bug | Ken Martin | 2002-08-21 | 3 | -15/+13 |
| | |||||
* | support for dll | Ken Martin | 2002-08-21 | 2 | -23/+14 |
| | |||||
* | dll support | Ken Martin | 2002-08-21 | 2 | -7/+8 |
| | |||||
* | made into dll | Ken Martin | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | support for plugins | Ken Martin | 2002-08-21 | 3 | -10/+9 |
| | |||||
* | adding plugin support | Ken Martin | 2002-08-21 | 2 | -0/+281 |
| | |||||
* | added plugin support | Ken Martin | 2002-08-21 | 2 | -0/+314 |
| | |||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 7 | -24/+88 |
| | |||||
* | added C Plugin API first cut | Ken Martin | 2002-08-21 | 2 | -0/+675 |
| | |||||
* | BUG: use c compiler for link of c programs, and use temp file nmake syntax ↵ | Bill Hoffman | 2002-08-21 | 1 | -2/+20 |
| | | | | for linking c and c++ programs | ||||
* | minor fix | Ken Martin | 2002-08-16 | 1 | -5/+1 |
| | |||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 24 | -134/+158 |
| | |||||
* | ERR: unsigned int -> size_t. | Brad King | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | ENH: Changed check for which version of instantiators to generate to look ↵ | Brad King | 2002-08-16 | 1 | -5/+6 |
| | | | | for definition of VTK_USE_INSTANTIATOR_NEW instead of an extra argument to VTK_MAKE_INSTANTIATOR. | ||||
* | BUG: Added backward-compatability. The old instantiator style will be used ↵ | Brad King | 2002-08-15 | 2 | -2/+217 |
| | | | | unless the argument USE_INSTANTIATOR_NEW is given to tell the command to make use of the instantiator new functions exported from each class's implementation file. | ||||
* | ENH: Improved generated instantiator to use extern declarations to wrappers ↵ | Brad King | 2002-08-15 | 2 | -137/+40 |
| | | | | around the New() methods. This avoids the need to include each class's header in an instantiator source. The instantiator class implementations can now fit in a single source file that compiles quickly. | ||||
* | ENH: add -DWIN32 flag for builds | Bill Hoffman | 2002-08-15 | 1 | -2/+2 |
| | |||||
* | ENH: Platform dependent libraries added. | Luis Ibanez | 2002-08-14 | 1 | -1/+12 |
| | |||||
* | added macro test | Ken Martin | 2002-08-13 | 3 | -3/+33 |
| | |||||
* | added new command | Ken Martin | 2002-08-13 | 3 | -0/+234 |
| | |||||
* | compiler warning | Ken Martin | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | better IF ELSE handling | Ken Martin | 2002-08-09 | 3 | -27/+13 |
| | |||||
* | FIX: fix commit messup (this change was committed to the branch instead of ↵ | Sebastien Barre | 2002-08-09 | 1 | -2/+2 |
| | | | | the main tree, thus was wiped-out later) | ||||
* | FIX: | Sebastien Barre | 2002-08-09 | 1 | -9/+15 |
| | | | | | | - WINDOWS does not exist, use WIN32 (or defineWINDOWS if cygwin can not be used inUnix mode?), - fix an un-closed IF, - use same prefix for vars (and make it advanced) |