Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -1/+2 |
| | | | | 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 | ||||
* | only allow unique configurations | Bill Hoffman | 2002-06-11 | 1 | -1/+6 |
| | |||||
* | BUG: fix dot net for paths with spaces | Bill Hoffman | 2002-06-11 | 1 | -19/+52 |
| | |||||
* | BUG: RelativePath should not be quoted in output files even if it has spaces | Bill Hoffman | 2002-06-11 | 1 | -1/+3 |
| | |||||
* | only add test target if testing is enabled and ctest is found | Ken Martin | 2002-05-23 | 1 | -2/+17 |
| | |||||
* | ENH: enable cxx by default if no languages have been enabled | Bill Hoffman | 2002-05-22 | 1 | -0/+1 |
| | |||||
* | ENH: change set<string> to set<cmStdString> to avoid long symbols that ↵ | Bill Hoffman | 2002-05-09 | 1 | -1/+1 |
| | | | | crash ar on solaris | ||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -6/+4 |
| | |||||
* | ENH: fix relwithdebinfo | Bill Hoffman | 2002-04-30 | 1 | -2/+4 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -17/+11 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | output list bug | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -13/+15 |
| | | | | 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 | -11/+11 |
| | |||||
* | ENH: add support for .def files | Bill Hoffman | 2002-03-11 | 1 | -2/+26 |
| | |||||
* | BUG: make sure libraries do not depend on themselves | Bill Hoffman | 2002-03-11 | 1 | -10/+13 |
| | |||||
* | ENH: add suport for semi-colon separated list variables | Bill Hoffman | 2002-03-06 | 1 | -12/+19 |
| | |||||
* | ENH: add file specific compile flags | Bill Hoffman | 2002-03-04 | 1 | -13/+68 |
| | |||||
* | use xml output quotes for paths | Bill Hoffman | 2002-02-28 | 1 | -33/+21 |
| | |||||
* | clean up in dot net | Bill Hoffman | 2002-02-27 | 1 | -39/+79 |
| | |||||
* | ENH: add RUN_TESTS | Bill Hoffman | 2002-02-26 | 1 | -0/+25 |
| | |||||
* | ENH: dot net almost working | Bill Hoffman | 2002-02-25 | 1 | -22/+20 |
| | |||||
* | ENH: big change in the path handling, one function CreateOutputPath is used ↵ | Bill Hoffman | 2002-02-22 | 1 | -23/+23 |
| | | | | to escape spaces and convert to the native path type | ||||
* | close to dot net working | Bill Hoffman | 2002-02-20 | 1 | -76/+148 |
| | |||||
* | ENH: getting closer | Bill Hoffman | 2002-02-19 | 1 | -77/+122 |
| | |||||
* | getting closer but still not working dot net support | Bill Hoffman | 2002-02-18 | 1 | -14/+1007 |
| | |||||
* | ENH: first pass at dot net support | Bill Hoffman | 2002-02-18 | 1 | -0/+71 |