summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix warningsBill Hoffman2002-08-272-2/+1
|
* fixed bootstrap build to not use LoadCOmmandCOmmandKen Martin2002-08-272-0/+12
|
* updated to match the SETKen Martin2002-08-262-23/+14
|
* added new form of Set source file properties commandKen Martin2002-08-263-0/+27
|
* now uses stubsKen Martin2002-08-264-142/+193
|
* fixed bug maybeKen Martin2002-08-261-0/+2
|
* try another flag for the dec compiler...Bill Hoffman2002-08-234-12/+12
|
* no more dll for pluginBill Hoffman2002-08-233-24/+0
|
* remoevd shared libKen Martin2002-08-233-42/+3
|
* removed shared lib supportKen Martin2002-08-2312-105/+74
|
* memory issueKen Martin2002-08-231-0/+1
|
* compiler warningsKen Martin2002-08-233-4/+5
|
* BUG: fix for cygwinBill Hoffman2002-08-233-3/+9
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-2310-18/+27
| | | | destruction is not a problem.
* BUG: fix for borland and a shared CMakeLibBill Hoffman2002-08-223-0/+9
|
* BUG: fix for borland and a shared CMakeLibBill Hoffman2002-08-226-3/+18
|
* BUG: borland needs to have BUILD_SHARED_LIBS on for executables to work with c++Bill Hoffman2002-08-221-6/+6
|
* complex test needs the dllKen Martin2002-08-223-0/+30
|
* minor warning fixKen Martin2002-08-221-2/+2
|
* BUG: fix for OSF compiler to use ansi mode for streamsBill Hoffman2002-08-224-14/+60
|
* fixed some warningsKen Martin2002-08-221-4/+2
|
* fixed some warningsKen Martin2002-08-221-1/+2
|
* fixed nested commentKen Martin2002-08-221-1/+1
|
* added libKen Martin2002-08-221-0/+1
|
* ENH: Added -files to end of internal binary tarball to distinguish from the ↵Brad King2002-08-211-6/+7
| | | | outer tarball's name.
* minor fixes for new cache apiKen Martin2002-08-211-18/+15
|
* minor bugKen Martin2002-08-213-15/+13
|
* support for dllKen Martin2002-08-212-23/+14
|
* dll supportKen Martin2002-08-212-7/+8
|
* made into dllKen Martin2002-08-211-1/+1
|
* support for pluginsKen Martin2002-08-213-10/+9
|
* adding plugin supportKen Martin2002-08-212-0/+281
|
* added plugin supportKen Martin2002-08-212-0/+314
|
* made CMakeLib shared on windowsKen Martin2002-08-217-24/+88
|
* added C Plugin API first cutKen Martin2002-08-212-0/+675
|
* BUG: use c compiler for link of c programs, and use temp file nmake syntax ↵Bill Hoffman2002-08-211-2/+20
| | | | for linking c and c++ programs
* minor fixKen Martin2002-08-161-5/+1
|
* modified how source files store propertiesKen Martin2002-08-1624-134/+158
|
* ERR: unsigned int -> size_t.Brad King2002-08-161-1/+1
|
* ENH: Changed check for which version of instantiators to generate to look ↵Brad King2002-08-161-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 King2002-08-152-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 King2002-08-152-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 buildsBill Hoffman2002-08-151-2/+2
|
* ENH: Platform dependent libraries added.Luis Ibanez2002-08-141-1/+12
|
* added macro testKen Martin2002-08-133-3/+33
|
* added new commandKen Martin2002-08-133-0/+234
|
* compiler warningKen Martin2002-08-121-1/+1
|
* better IF ELSE handlingKen Martin2002-08-093-27/+13
|
* FIX: fix commit messup (this change was committed to the branch instead of ↵Sebastien Barre2002-08-091-2/+2
| | | | the main tree, thus was wiped-out later)
* FIX:Sebastien Barre2002-08-091-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)