summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-02Release version 4.2.0-b.4v4.2.0-b.4Karen Arutyunov5-5/+5
2022-08-02Bump build2 version requirement to 0.15.0Karen Arutyunov5-10/+10
2022-06-29Bump minimum build2 version requirementBoris Kolpackov5-10/+10
2022-06-28Don't read LICENSE in root.build in skeleton modeKaren Arutyunov1-3/+4
2022-02-24Add missing header inclusionBoris Kolpackov1-0/+1
2022-01-17Drop /wd4819 now that default is /utf-8Boris Kolpackov1-1/+1
2022-01-17Update copyrightBoris Kolpackov1-1/+1
2022-01-17Change version to 4.2.0-b.3.zBoris Kolpackov5-5/+5
2021-12-10Release version 4.2.0-b.3v4.2.0-b.3Boris Kolpackov5-5/+5
2021-12-10Add basic test to xsd packageBoris Kolpackov7-1/+61
2021-12-10Tweak diagnostics of ad hoc CLI ruleBoris Kolpackov1-0/+1
2021-12-10Add support for `ucc` (upper-camel-case) value in --function-naming optionBoris Kolpackov5-12/+44
2021-12-10Omit instantiating serializers for abstract elements, similar to parsingBoris Kolpackov3-4/+42
2021-12-10Enter abstract elements into substitution mapBoris Kolpackov3-16/+35
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-11-19Fortify tests against NDEBUGKaren Arutyunov95-37/+288
2021-10-26Regularize metadataBoris Kolpackov1-2/+4
2021-10-26Change version to 4.2.0-b.2.zBoris Kolpackov5-5/+5
2021-10-26Release version 4.2.0-b.2v4.2.0-b.2Boris Kolpackov5-5/+5
2021-10-26Minor tweaks to README.md and manifestBoris Kolpackov6-10/+12
2021-10-26Add base_string() accessor to xml_schema::{string,uri} mapping typesBoris Kolpackov1-0/+24
2021-10-15Work around MSVC 16.11 /std:c++20 issueBoris Kolpackov1-1/+3
2021-10-14Remove workaround for ad recipe re-parse issueBoris Kolpackov1-1/+1
2021-10-07Update README.md with install testing instructionsBoris Kolpackov1-0/+17
2021-10-05Redo CLI compilation using ad hoc recipes/rulesBoris Kolpackov5-159/+176
2021-09-28Replace builds:host with requires:host in manifestBoris Kolpackov1-1/+1
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