summaryrefslogtreecommitdiff
path: root/libxsd/libxsd
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13Fix GCC 'implicitly-declared copy constructor is deprecated' warningc++98-testsKaren Arutyunov5-0/+95
Note that since c++11 the generation of the implicit copy constructor is deprecated for a class with a user-defined copy assignment operator.
2021-01-13Various fixesKaren Arutyunov4-4/+12
2021-01-13Switch to build2Karen Arutyunov178-0/+52921