summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-16Update glue buildfileBoris Kolpackov1-5/+4
2021-08-20Add project READMEBoris Kolpackov1-0/+19
2021-08-20Use built-time reverse dependency for xsd-tests and xsd-examplesBoris Kolpackov5-12/+12
2021-07-22Change manifest builds value from all default to host defaultBoris Kolpackov1-0/+1
2021-03-02Load test module in xsd to make test operation usable in glue buildfileBoris Kolpackov1-0/+1
2021-03-02Drop 2.1 branch constraint for Expat repositoryBoris Kolpackov1-1/+1
2021-02-25Fix GCC 'implicitly-declared operator=() is deprecated' warningKaren Arutyunov6-0/+133
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 Arutyunov26-48/+108
2021-02-25Switch to build2Karen Arutyunov1852-160627/+90638
2020-02-14Update copyright last year in doc/cxx/**.{html2ps,xhtml}legacy-build-systemKaren Arutyunov7-10/+10
2020-02-14Add doc/doc.shKaren Arutyunov4-3/+108
2020-02-14Update copyright last year printed by utilityKaren Arutyunov3-5/+5
2020-02-14Drop copyright notice from source codeKaren Arutyunov525-525/+0
2020-02-13Update last year in LICENSE filesKaren Arutyunov2-2/+2
2020-02-13Remove build/import/*/LICENSE filesKaren Arutyunov8-1767/+0
2020-02-13Add copyright notice to LICENSE filesKaren Arutyunov2-0/+4
2017-11-08Remove tests for character reference values unsupported by Xerces-C++ 3.2Boris Kolpackov10-23/+15
It is actually unclear whether character references with more than 4 digits are valid. The XML spec seem to indicate they are but Xerces-C++ 3.2 serializer throws an invalid character reference exception (the parser appears to be able to handle them without problems).
2017-10-29Update project URLs to https://Boris Kolpackov13-93/+93
2017-08-23Fix another typo in manualBoris Kolpackov1-1/+1
2017-08-23Fix typo in manualBoris Kolpackov1-1/+1
2017-05-11Bump version to 4.1.0.a11Boris Kolpackov2-3/+3
2017-01-03Update copyright yearBoris Kolpackov506-514/+514
2016-09-24Bump version to 4.1.0.a10Boris Kolpackov2-3/+3
2016-09-24Handle abstract bases in binary serializationBoris Kolpackov2-53/+96
2016-09-21Bump version to 4.1.0.a9Boris Kolpackov2-3/+3
2016-09-18Save order information in binary formats for ordered typesBoris Kolpackov7-4/+555
Note that while we ignore wildcards and mixed content, their order information is still saved.
2016-04-06Fix Sun CC compiler warningBoris Kolpackov1-2/+2
2016-03-16Bump version to 4.1.0.a8Boris Kolpackov2-3/+3
2016-01-18Quote some values since cli no longer quotes \c in plain textBoris Kolpackov2-7/+7
2015-11-24Explicitly specify template argument for prefix()Boris Kolpackov1-3/+9
This is required if a custom anyURI implementation does not derive from std::string (and thus the template argument cannot be automatically deduced).
2015-11-09Bump version to 4.1.0.a7Boris Kolpackov2-3/+3
2015-11-05Update HTML style to work with new CLIBoris Kolpackov1-4/+6
Specifically, now each option class gets its own <dl> so use margin instead of padding to make it look like one continuous list.
2015-11-05Remove unnecessary comparison operator overloadBoris Kolpackov1-0/+7
While normally harmless, it causes ambiguity if we use string mapping that does not derive from std::string (e.g., to work around VC++ DLL export mess).
2015-10-23Bump version to 4.1.0.a6Boris Kolpackov2-3/+3
2015-10-23Handle abstract elements in more placesBoris Kolpackov2-16/+36
2015-10-21Additional fix for bug in C++/Parser Expat supportBoris Kolpackov1-1/+1
2015-09-10Add example of more secure XML parsingBoris Kolpackov11-3/+501
2015-07-28Bump version to 4.1.0.a5Boris Kolpackov2-3/+3
2015-03-30Disable VC++ warning C4503 (decorated name length exceeded)Boris Kolpackov1-0/+1
2015-03-11Update namespace stack when resetting document in streaming exampleBoris Kolpackov1-0/+29
2015-01-09Generate default c-tor for list-based enumerationsBoris Kolpackov2-2/+14
2014-12-11Add missing std::move() callBoris Kolpackov1-1/+2
2014-10-07Bump version to 4.1.0.a4Boris Kolpackov2-3/+3
2014-09-23Add value_type to one and optional containersBoris Kolpackov2-17/+14
2014-09-19Don't use using namespace xercesc because of MSXML conflictBoris Kolpackov4-8/+31
2014-09-18Include member headers for bases in file-per-type modeBoris Kolpackov1-0/+31
2014-09-13Bump version to 4.1.0.a3Boris Kolpackov2-3/+3
2014-09-13Don't instantiate factories for abstract types in parsing functionsBoris Kolpackov1-4/+20
2014-08-21Fix path handling bugBoris Kolpackov1-1/+1
2014-08-18Add explicit to type(const C*) constructorBoris Kolpackov1-0/+1