Ken Martin
|
13d4f89dfe
compiler warnings
|
23 роки тому |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 роки тому |
Brad King
|
f7b1a90256
ERR: unsigned int -> size_t.
|
23 роки тому |
Brad King
|
7bd3a1e702
ENH: Changed check for which version of instantiators to generate to look for definition of VTK_USE_INSTANTIATOR_NEW instead of an extra argument to VTK_MAKE_INSTANTIATOR.
|
23 роки тому |
Brad King
|
c1ad03bedb
BUG: Added backward-compatability. The old instantiator style will be used 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.
|
23 роки тому |
Brad King
|
3200bfbf4c
ENH: Improved generated instantiator to use extern declarations to wrappers 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.
|
23 роки тому |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also 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
|
23 роки тому |
Brad King
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 роки тому |
Bill Hoffman
|
ffbdca2b84
ENH: replace freeze with delete
|
23 роки тому |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
23 роки тому |
Bill Hoffman
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
23 роки тому |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
24 роки тому |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 роки тому |
Brad King
|
ac74d51382
ENH: Added support for including extra files in generated header to get access to export macros of derived projects.
|
24 роки тому |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 роки тому |
Bill Hoffman
|
12b286ea13
change ostrstream to strstream
|
24 роки тому |
Brad King
|
1f68c1be85
ENH: Improved flexibility of command by allowing specificiation of separate input and outputs source lists. Multiple input source lists are now also allowed.
|
24 роки тому |
Brad King
|
fa53ab0807
ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK kits to register their classes with vtkInstantiator.
|
24 роки тому |