Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
před 23 roky |
Brad King
|
281f7519e1
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream.
|
před 23 roky |
Ken Martin
|
13d4f89dfe
compiler warnings
|
před 23 roky |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
před 23 roky |
Brad King
|
f7b1a90256
ERR: unsigned int -> size_t.
|
před 23 roky |
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.
|
před 23 roky |
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.
|
před 23 roky |
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.
|
před 23 roky |
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
|
před 23 roky |
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.
|
před 23 roky |
Bill Hoffman
|
ffbdca2b84
ENH: replace freeze with delete
|
před 23 roky |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
před 24 roky |
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.
|
před 24 roky |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
před 24 roky |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
před 24 roky |
Brad King
|
ac74d51382
ENH: Added support for including extra files in generated header to get access to export macros of derived projects.
|
před 24 roky |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
před 24 roky |
Bill Hoffman
|
12b286ea13
change ostrstream to strstream
|
před 24 roky |
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.
|
před 24 roky |
Brad King
|
fa53ab0807
ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK kits to register their classes with vtkInstantiator.
|
před 24 roky |