summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/types.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26Add base_string() accessor to xml_schema::{string,uri} mapping typesBoris Kolpackov1-0/+24
2021-02-25Fix GCC 'implicitly-declared operator=() is deprecated' warningKaren Arutyunov1-0/+20
Note that since c++11 the generation of the implicit copy assignment operator is deprecated for a class with a user-defined copy constructor.
2021-02-25Switch to build2Karen Arutyunov1-0/+4
2020-02-14Drop copyright notice from source codeKaren Arutyunov1-1/+0
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2014-08-12Clarify documentationBoris Kolpackov1-2/+2
2014-07-03Implement anyType and anySimpleType content representationBoris Kolpackov1-0/+166
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
2013-11-14Drop support for aCC3Boris Kolpackov1-14/+1
2011-06-02Do not store flags in containersBoris Kolpackov1-3/+3
2011-01-04Copyright updateBoris Kolpackov1-1/+1
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-08Add support in buffer class for reusing existing buffer without freeing itBoris Kolpackov1-4/+4
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-12-01Make the list type a container for its elementsBoris Kolpackov1-9/+12
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+3788