summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added new commandKen Martin2002-08-133-0/+234
|
* compiler warningKen Martin2002-08-121-1/+1
|
* better IF ELSE handlingKen Martin2002-08-093-27/+13
|
* Add return value support and add documentationAndy Cedilnik2002-08-082-15/+47
|
* Add option of storing output to the variableAndy Cedilnik2002-08-082-2/+30
|
* BUG: handle .exe extension for cygwinBill Hoffman2002-08-081-13/+4
|
* fixed some compiler warnings and leaksKen Martin2002-08-081-0/+2
|
* fixed some compiler warnings and leaksKen Martin2002-08-071-1/+1
|
* fixed some compiler warnings and leaksKen Martin2002-08-071-15/+4
|
* minor fixKen Martin2002-08-051-3/+8
|
* FIX: put ExpandRegistryValue() back (seems to have been removed accidentally ↵Sebastien Barre2002-08-021-0/+1
| | | | I guess in 1.25)
* FIX: stupid pb fixed (close to being medieval'ed by The Ken)Sebastien Barre2002-08-011-1/+2
|
* no longer need an argumentKen Martin2002-08-011-2/+1
|
* BUG: fix jump to directory and build for nmake if library path is not set. ↵Bill Hoffman2002-07-314-51/+43
| | | | combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir
* fixed support for C test programsKen Martin2002-07-311-4/+4
|
* FIX: ConvertToOutputPath puts "" around path. Not compatible with GUI use.Sebastien Barre2002-07-311-4/+29
|
* FIX: <stdlib.h> is enough to get malloc()/free()Sebastien Barre2002-07-311-1/+1
|
* updated to handle extensionsKen Martin2002-07-302-11/+34
|
* FIX: la commande créait du code C++. Du code C devrait faire l'affaire.Sebastien Barre2002-07-301-4/+6
|
* FIX: la commande créait du code C++. Du code C devrait faire l'affaire.Sebastien Barre2002-07-301-8/+11
|
* BUG: Only one generated Tcl wrapper source was getting added to the ↵Brad King2002-07-262-6/+7
| | | | package's library.
* BUG: Generated call to Tcl_CreateCommand for vtkCommand should cast pointer ↵Brad King2002-07-261-1/+10
| | | | to extern "C" version.
* BUG: Generated vtkCommand prototype cannot be extern "C" because it may not ↵Brad King2002-07-251-4/+2
| | | | match with the version in VTK.
* Ok, now cd will work on windowsAndy Cedilnik2002-07-251-1/+1
|
* fixed warningWill Schroeder2002-07-251-1/+4
|
* makefile now does not ignore NOTFOUND libs and includesKen Martin2002-07-251-17/+0
|
* makefile now ignores NOTFOUND libs and includesKen Martin2002-07-251-0/+17
|
* ENH: better Drag&Drop, and change source dir automatically when build dir is ↵Sebastien Barre2002-07-221-15/+50
| | | | changed in the GUI
* allows no argumentsKen Martin2002-07-222-4/+2
|
* ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut tooSebastien Barre2002-07-211-6/+3
|
* ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut tooSebastien Barre2002-07-214-25/+110
|
* modified to accept no argumentsKen Martin2002-07-201-2/+2
|
* full variable replacement and removal or empty argumentsKen Martin2002-07-191-9/+23
|