summaryrefslogtreecommitdiff
path: root/xsd/xsd
AgeCommit message (Collapse)AuthorFilesLines
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 Arutyunov12-33/+67
2021-02-25Switch to build2Karen Arutyunov103-0/+46046