summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/list.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25Fix GCC 'implicitly-declared operator=() is deprecated' warningKaren Arutyunov1-0/+10
Note that since c++11 the generation of the implicit copy assignment operator is deprecated for a class with a user-defined copy constructor.
2020-02-14Drop copyright notice from source codeKaren Arutyunov1-1/+0
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2014-07-03Implement anyType and anySimpleType content representationBoris Kolpackov1-1/+1
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-2/+1
2011-06-02Do not store flags in containersBoris Kolpackov1-9/+11
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-12-01Make the list type a container for its elementsBoris Kolpackov1-9/+11
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+132