Commit History

Autor SHA1 Mensaxe Data
  Ken Martin cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
  Brad King a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. %!s(int64=21) %!d(string=hai) anos
  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. %!s(int64=21) %!d(string=hai) anos
  Andy Cedilnik 2ccce878a3 ENH: Cleanups %!s(int64=22) %!d(string=hai) anos
  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. %!s(int64=23) %!d(string=hai) anos
  Brad King 281f7519e1 ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream. %!s(int64=23) %!d(string=hai) anos
  Ken Martin 13d4f89dfe compiler warnings %!s(int64=23) %!d(string=hai) anos
  Ken Martin 7b5a8762c6 modified how source files store properties %!s(int64=23) %!d(string=hai) anos
  Brad King f7b1a90256 ERR: unsigned int -> size_t. %!s(int64=23) %!d(string=hai) anos
  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. %!s(int64=23) %!d(string=hai) anos
  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. %!s(int64=23) %!d(string=hai) anos
  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. %!s(int64=23) %!d(string=hai) anos
  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 %!s(int64=23) %!d(string=hai) anos
  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. %!s(int64=23) %!d(string=hai) anos
  Bill Hoffman ffbdca2b84 ENH: replace freeze with delete %!s(int64=23) %!d(string=hai) anos
  Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands %!s(int64=23) %!d(string=hai) anos
  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. %!s(int64=23) %!d(string=hai) anos
  Bill Hoffman 809b32fe59 ENH: remove several compiler warnings %!s(int64=24) %!d(string=hai) anos
  Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them %!s(int64=24) %!d(string=hai) anos
  Brad King ac74d51382 ENH: Added support for including extra files in generated header to get access to export macros of derived projects. %!s(int64=24) %!d(string=hai) anos
  Will Schroeder a6a43d5320 ENH:Updated copyright %!s(int64=24) %!d(string=hai) anos
  Bill Hoffman 12b286ea13 change ostrstream to strstream %!s(int64=24) %!d(string=hai) anos
  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. %!s(int64=24) %!d(string=hai) anos
  Brad King fa53ab0807 ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK kits to register their classes with vtkInstantiator. %!s(int64=24) %!d(string=hai) anos