summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/tree-source.cxx
AgeCommit message (Collapse)AuthorFilesLines
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