summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/tree-source.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-06-02Do not store flags in containersBoris Kolpackov1-16/+14
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-08-29Implement generation of assignment operatorsBoris Kolpackov1-6/+83
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-04-15Adjust to changed predicate namesBoris Kolpackov1-13/+13
2010-04-14Handle type customization corner casesBoris Kolpackov1-1/+3
2010-02-22Reopen wide strings with width specifier (L)Boris Kolpackov1-45/+40
Some compilers, notably VC++, don't like strings like L"foo""bar".
2010-02-22Add support for excluding export code from compilationBoris Kolpackov1-2/+16
Affected options: --generate-xml-schema, --export-maps, --import-maps. New macros: XSD_NO_EXPORT, XSD_MAP_VISIBILITY. Reorder template arguments for the idref type.
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov1-54/+41
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-08Add support for binary (base64 and hex) default/fixed valuesBoris Kolpackov1-20/+50
2010-01-08Add support for default/fixed values of QName typeBoris Kolpackov1-29/+6
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-12-14New default/fixed value initialization codeBoris Kolpackov1-36/+36
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.
2009-12-10Export type maps in GCC 4.x using the visibility attributeBoris Kolpackov1-9/+17
2009-12-02Implement de-registering polymorphic type informationBoris Kolpackov1-1/+1
This is required for DLL/shared library unloading.
2009-12-01Cosmetic changesBoris Kolpackov1-65/+59
2009-12-01Make the list type a container for its elementsBoris Kolpackov1-3/+3
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+3461