summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKMakeInstantiatorCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* STYLE: fix line lengthKen Martin2006-05-121-7/+11
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-87/+87
* STYLE: fix line lengthsBill Hoffman2006-03-101-5/+10
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ...Brad King2004-11-031-3/+6
* ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl...Brad King2004-11-031-8/+8
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Re...Brad King2002-10-101-1/+1
* compiler warningsKen Martin2002-08-231-1/+2
* modified how source files store propertiesKen Martin2002-08-161-5/+6
* ERR: unsigned int -> size_t.Brad King2002-08-161-1/+1
* ENH: Changed check for which version of instantiators to generate to look for...Brad King2002-08-161-5/+6
* BUG: Added backward-compatability. The old instantiator style will be used u...Brad King2002-08-151-2/+211
* ENH: Improved generated instantiator to use extern declarations to wrappers a...Brad King2002-08-151-126/+36
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-30/+18
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-3/+2
* 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
* 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 acces...Brad King2002-03-011-3/+24
* 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 i...Brad King2001-12-181-53/+83
* ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK ...Brad King2001-12-171-0/+343