summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/stream-extraction-map.txx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Drop copyright notice from source codeKaren Arutyunov1-1/+0
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2014-07-03Implement anyType and anySimpleType content representationBoris Kolpackov1-1/+1
anyType as a DOM fragment, similar to wildcards. anySimpleType as a text string.
2014-03-21Update copyrightBoris Kolpackov1-1/+1
2014-03-19Remove author from source filesBoris Kolpackov1-1/+0
2014-01-19Use std::unique_ptr instead of std::auto_ptr in C++11 modeBoris Kolpackov1-3/+3
2011-08-23Don't use override as nameBoris Kolpackov1-2/+2
It is a keyword in C++-0x.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-05-21Pool polymorphic type-id strings in binary representationsBoris Kolpackov1-2/+25
Add support for an implicit string pool in istream and ostream templates. Use this support to pool type namespace and name when dealing with polymorphic types.
2010-02-22Add support for excluding export code from compilationBoris Kolpackov1-1/+1
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-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-12-02Implement de-registering polymorphic type informationBoris Kolpackov1-0/+16
This is required for DLL/shared library unloading.
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+294