summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/cli.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-08-29Implement generation of assignment operatorsBoris Kolpackov1-0/+2
Also add the --suppress-assignment option. We need to generate these operators into the .cxx file instead of relying on the implicit inline ones because in the file-per-type mode types of members are only forward- declared in the header. Also, we don't want to assign the DOMDocument member used to store the wildcard content.
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov1-0/+2
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov1-0/+4
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-12-08Multiple object model character encodings supportBoris Kolpackov1-0/+2
Also add support for ISO-8859-1.
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+220