summaryrefslogtreecommitdiffstats
path: root/Source/cmMSDotNETGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* modified how source files store propertiesKen Martin2002-08-161-1/+1
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-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 configurationsBill Hoffman2002-06-111-1/+6
|
* BUG: fix dot net for paths with spacesBill Hoffman2002-06-111-19/+52
|
* BUG: RelativePath should not be quoted in output files even if it has spacesBill Hoffman2002-06-111-1/+3
|
* only add test target if testing is enabled and ctest is foundKen Martin2002-05-231-2/+17
|
* ENH: enable cxx by default if no languages have been enabledBill Hoffman2002-05-221-0/+1
|
* ENH: change set<string> to set<cmStdString> to avoid long symbols that ↵Bill Hoffman2002-05-091-1/+1
| | | | crash ar on solaris
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-6/+4
|
* ENH: fix relwithdebinfoBill Hoffman2002-04-301-2/+4
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-17/+11
| | | | only project can be built with cmake, even without a cxx compiler
* output list bugBill Hoffman2002-03-291-1/+1
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-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 warningsBill Hoffman2002-03-131-11/+11
|
* ENH: add support for .def filesBill Hoffman2002-03-111-2/+26
|
* BUG: make sure libraries do not depend on themselvesBill Hoffman2002-03-111-10/+13
|
* ENH: add suport for semi-colon separated list variablesBill Hoffman2002-03-061-12/+19
|
* ENH: add file specific compile flagsBill Hoffman2002-03-041-13/+68
|
* use xml output quotes for pathsBill Hoffman2002-02-281-33/+21
|
* clean up in dot netBill Hoffman2002-02-271-39/+79
|
* ENH: add RUN_TESTSBill Hoffman2002-02-261-0/+25
|
* ENH: dot net almost workingBill Hoffman2002-02-251-22/+20
|
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-23/+23
| | | | to escape spaces and convert to the native path type
* close to dot net workingBill Hoffman2002-02-201-76/+148
|
* ENH: getting closerBill Hoffman2002-02-191-77/+122
|
* getting closer but still not working dot net supportBill Hoffman2002-02-181-14/+1007
|
* ENH: first pass at dot net supportBill Hoffman2002-02-181-0/+71