summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10Add support for `ucc` (upper-camel-case) value in --function-naming optionBoris Kolpackov3-4/+30
2021-12-10Omit instantiating serializers for abstract elements, similar to parsingBoris Kolpackov1-1/+29
2021-12-10Enter abstract elements into substitution mapBoris Kolpackov1-8/+20
We cannot just omit them because they may serve as "links" between the root of the substitution group and non-abstract elements that use these elements as their roots.
2021-02-25Fix GCC 'implicitly-declared operator=() is deprecated' warningKaren Arutyunov1-0/+38
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-25Various fixesKaren Arutyunov11-32/+66
2021-02-25Switch to build2Karen Arutyunov85-0/+42606