Brad King
|
a5ae290a5b
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
|
21 years ago |
Brad King
|
d46d8df0ed
ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.
|
21 years ago |
Andy Cedilnik
|
2ccce878a3
ENH: Cleanups
|
22 years ago |
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.
|
23 years ago |
Brad King
|
281f7519e1
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream.
|
23 years ago |
Ken Martin
|
13d4f89dfe
compiler warnings
|
23 years ago |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
Brad King
|
f7b1a90256
ERR: unsigned int -> size_t.
|
23 years ago |
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 years ago |
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 years ago |
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 years ago |
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 years ago |
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 years ago |
Bill Hoffman
|
ffbdca2b84
ENH: replace freeze with delete
|
23 years ago |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
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 years ago |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
23 years ago |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
Brad King
|
ac74d51382
ENH: Added support for including extra files in generated header to get access to export macros of derived projects.
|
24 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
Bill Hoffman
|
12b286ea13
change ostrstream to strstream
|
24 years ago |
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 years ago |
Brad King
|
fa53ab0807
ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK kits to register their classes with vtkInstantiator.
|
24 years ago |