summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKMakeInstantiatorCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-30/+18
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-3/+2
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* ENH: replace freeze with deleteBill Hoffman2002-04-301-1/+1
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+5
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-6/+6
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* ENH: remove several compiler warningsBill Hoffman2002-03-131-4/+4
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-11/+3
|
* ENH: Added support for including extra files in generated header to get ↵Brad King2002-03-011-3/+24
| | | | access to export macros of derived projects.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* change ostrstream to strstreamBill Hoffman2001-12-191-1/+1
|
* ENH: Improved flexibility of command by allowing specificiation of separate ↵Brad King2001-12-181-53/+83
| | | | 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/+343
kits to register their classes with vtkInstantiator.