summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2014-07-30Add support for abstract complex types in C++/TreeBoris Kolpackov1-0/+8
2014-07-22Add missing NEWS entryBoris Kolpackov1-0/+4
2014-07-08Proofread NEWSBoris Kolpackov1-33/+33
2014-07-03Implement anyType and anySimpleType content representationBoris Kolpackov1-0/+8
anyType as a DOM fragment, similar to wildcards. anySimpleType as a text string.
2014-04-10Add support for ordered types, mixed contentBoris Kolpackov1-0/+10
2014-01-19Use std::unique_ptr instead of std::auto_ptr in C++11 modeBoris Kolpackov1-0/+7
2013-11-14Drop support for aCC3Boris Kolpackov1-0/+2
2013-11-14Update NEWS fileBoris Kolpackov1-0/+4
2013-11-14Drop support for Berkeley DB XMLBoris Kolpackov1-0/+3
2013-07-04Add --std option that specified C++ standardBoris Kolpackov1-0/+3
2013-04-11Add support for polymorphic map platesBoris Kolpackov1-0/+4
2013-04-11Add support for --generate-dep-only optionBoris Kolpackov1-3/+3
2012-12-19Add support for make dependency generationBoris Kolpackov1-0/+6
2011-06-02Add support for fat type filesBoris Kolpackov1-38/+45
Such files also contain all the global elements that this type classifies.
2011-05-31Require explicit keep_dom flag to maintain association in copiesBoris Kolpackov1-0/+4
2010-08-29Implement generation of assignment operatorsBoris Kolpackov1-0/+5
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-05-21Update NEWS fileBoris Kolpackov1-0/+14
2010-04-22Cosmetic changesBoris Kolpackov1-4/+4
2010-04-15Turn on union to enum synthesis for C++/TreeBoris Kolpackov1-0/+4
2010-02-22Add support for excluding export code from compilationBoris Kolpackov1-0/+5
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-02-19Cosmetic changesBoris Kolpackov1-1/+1
2010-02-19Add support for translating schema paths in fpt modeBoris Kolpackov1-0/+5
New options: --schema-file-regex, --schema-file-regex-trace.
2010-02-09Cosmetic changesBoris Kolpackov1-28/+29
2010-02-09Add entry for the compression exampleBoris Kolpackov1-0/+3
2010-02-05Cosmetic changesBoris Kolpackov1-1/+5
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov1-0/+9
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov1-0/+10
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov1-0/+4
2009-12-14New default/fixed value initialization codeBoris Kolpackov1-0/+6
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.
2009-12-08Multiple object model character encodings supportBoris Kolpackov1-0/+9
Also add support for ISO-8859-1.
2009-12-03Implement automatic mapping for urn-style XML namespacesBoris Kolpackov1-0/+3
2009-12-01Map empty schema enumerations to the 'empty' C++ enumerator nameBoris Kolpackov1-0/+3
2009-11-25New example that shows how to embed schema grammar into applicationBoris Kolpackov1-0/+4
2009-11-05Enable multiple import support for Xerces-C++ 3.1.0 or laterBoris Kolpackov1-3/+6
2009-10-13Extended the streaming exampleBoris Kolpackov1-0/+7
It now shows how to perform stream-oriented, partially in-memory XML processing using the C++/Tree mapping.
2009-10-07Update with information on the custom/mixed exampleBoris Kolpackov1-0/+3
2009-09-17Cosmetic changeBoris Kolpackov1-1/+1
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+1048