summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKMakeInstantiatorCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* BUG: Added backward-compatability. The old instantiator style will be used ↵Brad King2002-08-151-0/+6
| | | | 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-151-11/+4
| | | | 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: Added support for including extra files in generated header to get ↵Brad King2002-03-011-2/+7
| | | | access to export macros of derived projects.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: Improved flexibility of command by allowing specificiation of separate ↵Brad King2001-12-181-11/+11
| | | | input and outputs source lists. Multiple input source lists are now also allowed.
* ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK ↵Brad King2001-12-171-0/+117
kits to register their classes with vtkInstantiator.