summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/tree-inline.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25Switch to build2Karen Arutyunov1-1161/+0
2020-02-14Drop copyright notice from source codeKaren Arutyunov1-1/+0
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-01-09Generate default c-tor for list-based enumerationsBoris Kolpackov1-1/+7
2014-07-03Implement anyType and anySimpleType content representationBoris Kolpackov1-0/+22
anyType as a DOM fragment, similar to wildcards. anySimpleType as a text string.
2014-04-10Add support for ordered types, mixed contentBoris Kolpackov1-2/+72
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-9/+12
2012-06-22Get rid of dependency on libcultBoris Kolpackov1-19/+19
2012-06-20Completion of the CLI portBoris Kolpackov1-5/+5
2011-07-27Make sure we don't process sourced schemas more than onceBoris Kolpackov1-1/+1
2011-06-02Do not store flags in containersBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-04-15Adjust to changed predicate namesBoris Kolpackov1-3/+3
2010-01-29Remove ambiguity by passing a flag explicitlyBoris Kolpackov1-1/+1
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov1-0/+24
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-08Add support for default/fixed values of QName typeBoris Kolpackov1-3/+2
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-12-14New default/fixed value initialization codeBoris Kolpackov1-9/+23
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.
2009-12-01Cosmetic changesBoris Kolpackov1-12/+11
2009-12-01Make the list type a container for its elementsBoris Kolpackov1-3/+4
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+1025