summaryrefslogtreecommitdiff
path: root/documentation
AgeCommit message (Collapse)AuthorFilesLines
2011-06-02Add support for fat type filesBoris Kolpackov2-0/+16
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-4/+33
2011-01-04Copyright updateBoris Kolpackov18-24/+24
2010-08-29Bump version to 4.0.0.a1Boris Kolpackov3-5/+5
2010-08-29Implement generation of assignment operatorsBoris Kolpackov2-0/+10
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-07-02Remove install commands for the future.xhtml fileBoris Kolpackov1-2/+0
2010-05-26Fix a typoBoris Kolpackov1-1/+1
2010-05-03Remove as it is not maintained anymoreBoris Kolpackov1-103/+0
2010-04-30Restore proper XHTML headersBoris Kolpackov1-1/+1
2010-04-22Bump version to 3.3.0Boris Kolpackov1-1/+1
2010-04-16Document th generation of default/fixed value accessorsBoris Kolpackov1-0/+29
2010-04-16Use Xerces-C++ 3 error messages in documentationBoris Kolpackov1-13/+8
2010-04-16Add a note on the embedded example in C++/Tree GSGBoris Kolpackov1-2/+8
2010-02-22Add support for excluding export code from compilationBoris Kolpackov2-8/+31
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-19Add support for translating schema paths in fpt modeBoris Kolpackov2-18/+116
New options: --schema-file-regex, --schema-file-regex-trace.
2010-02-08Bump version to 3.3.0.b1Boris Kolpackov1-1/+1
2010-02-05Cosmetic changesBoris Kolpackov2-3/+3
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov3-13/+90
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov3-1/+101
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov2-45/+14
2010-01-08Add support in buffer class for reusing existing buffer without freeing itBoris Kolpackov1-2/+3
2010-01-01Update copyright in documentation filesBoris Kolpackov12-19/+19
2010-01-01Update copyright in build system filesBoris Kolpackov7-7/+7
2009-12-08Multiple object model character encodings supportBoris Kolpackov7-24/+176
Also add support for ISO-8859-1.
2009-11-05Enable multiple import support for Xerces-C++ 3.1.0 or laterBoris Kolpackov1-0/+5
2009-11-04Implement more accurate doc installationBoris Kolpackov7-7/+44
2009-10-12Documentation fixesBoris Kolpackov2-2/+2
2009-09-28Mention that --custom-type-regex uses perl-like regexBoris Kolpackov2-3/+5
2009-09-22Add distribution-specific files, dist and dist-win targetsBoris Kolpackov7-8/+72
2009-09-18Don't reference generated codeBoris Kolpackov1-15/+13
2009-09-18Integrate documentation generation into the build systemBoris Kolpackov5-29/+166
2009-09-17Start tracking XSD with gitBoris Kolpackov23-0/+18876