Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -22/+23 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -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 King | 2002-08-15 | 1 | -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 King | 2002-08-15 | 1 | -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 King | 2002-03-01 | 1 | -2/+7 |
| | | | | access to export macros of derived projects. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: Improved flexibility of command by allowing specificiation of separate ↵ | Brad King | 2001-12-18 | 1 | -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 King | 2001-12-17 | 1 | -0/+117 |
kits to register their classes with vtkInstantiator. |