Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -30/+18 |
| | | | | 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 | ||||
* | ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵ | Brad King | 2002-06-19 | 1 | -3/+2 |
| | | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. | ||||
* | ENH: replace freeze with delete | Bill Hoffman | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -3/+5 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -6/+6 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -4/+4 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -11/+3 |
| | |||||
* | ENH: Added support for including extra files in generated header to get ↵ | Brad King | 2002-03-01 | 1 | -3/+24 |
| | | | | access to export macros of derived projects. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | change ostrstream to strstream | Bill Hoffman | 2001-12-19 | 1 | -1/+1 |
| | |||||
* | ENH: Improved flexibility of command by allowing specificiation of separate ↵ | Brad King | 2001-12-18 | 1 | -53/+83 |
| | | | | input and outputs source lists. Multiple input source lists are now also allowed. | ||||
* | ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK ↵ | Brad King | 2001-12-17 | 1 | -0/+343 |
kits to register their classes with vtkInstantiator. |