Brad King
|
a5ae290a5b
|
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
|
2004-11-03 07:51:51 -05:00 |
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.
|
2004-11-03 07:23:18 -05:00 |
Andy Cedilnik
|
2ccce878a3
|
ENH: Cleanups
|
2004-02-22 13:14:59 -05:00 |
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.
|
2002-10-23 18:03:27 -04:00 |
Brad King
|
281f7519e1
|
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream.
|
2002-10-10 10:43:59 -04:00 |
Ken Martin
|
13d4f89dfe
|
compiler warnings
|
2002-08-23 15:13:49 -04:00 |
Ken Martin
|
7b5a8762c6
|
modified how source files store properties
|
2002-08-16 11:20:18 -04:00 |
Brad King
|
f7b1a90256
|
ERR: unsigned int -> size_t.
|
2002-08-16 09:45:34 -04:00 |
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.
|
2002-08-16 09:31:10 -04:00 |
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.
|
2002-08-15 15:01:42 -04:00 |
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.
|
2002-08-15 14:39:21 -04:00 |
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
|
2002-06-27 15:57:09 -04:00 |
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.
|
2002-06-19 15:21:49 -04:00 |
Bill Hoffman
|
ffbdca2b84
|
ENH: replace freeze with delete
|
2002-04-30 17:45:15 -04:00 |
Bill Hoffman
|
7d76de4403
|
make sure ; expansion is done in all commands
|
2002-03-29 14:20:32 -05:00 |
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.
|
2002-03-29 10:06:30 -05:00 |
Bill Hoffman
|
809b32fe59
|
ENH: remove several compiler warnings
|
2002-03-13 10:25:11 -05:00 |
Bill Hoffman
|
4651dbcfc6
|
ENH: expand variables in arguments before the commands get them
|
2002-03-05 18:41:24 -05:00 |
Brad King
|
ac74d51382
|
ENH: Added support for including extra files in generated header to get access to export macros of derived projects.
|
2002-03-01 15:49:10 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
12b286ea13
|
change ostrstream to strstream
|
2001-12-19 08:35:52 -05:00 |
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.
|
2001-12-18 11:35:51 -05:00 |
Brad King
|
fa53ab0807
|
ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK kits to register their classes with vtkInstantiator.
|
2001-12-17 16:20:33 -05:00 |