summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25Switch to build2Karen Arutyunov374-22776/+0
2020-02-14Drop copyright notice from source codeKaren Arutyunov152-152/+0
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-01-03Update copyright yearBoris Kolpackov152-152/+152
2016-09-18Save order information in binary formats for ordered typesBoris Kolpackov5-1/+493
Note that while we ignore wildcards and mixed content, their order information is still saved.
2014-07-30Add support for abstract complex types in C++/TreeBoris Kolpackov4-4/+25
2014-07-03Implement anyType and anySimpleType content representationBoris Kolpackov16-6/+385
anyType as a DOM fragment, similar to wildcards. anySimpleType as a text string.
2014-04-10Add support for ordered types, mixed contentBoris Kolpackov7-0/+456
2014-03-21Update copyrightBoris Kolpackov146-146/+146
2014-03-19Remove author from source filesBoris Kolpackov146-146/+0
2014-03-19Configure Xerces-C++ not to print extra newline for 1st level elementsBoris Kolpackov8-79/+0
2014-03-19Resolve Clang, GCC warningsBoris Kolpackov3-0/+23
2014-01-19Use std::unique_ptr instead of std::auto_ptr in C++11 modeBoris Kolpackov99-129/+789
2014-01-19Fix makefiles for building in separate directoryBoris Kolpackov61-62/+62
2013-11-20Enable by default generation of inline files in build rules for XSDBoris Kolpackov45-45/+45
2013-11-20Add support for manual dependency tracking in tests and examplesBoris Kolpackov61-62/+61
2013-07-04Suppress new GCC 4.8 warnings in testsBoris Kolpackov3-0/+18
2012-05-08Fix escaping of special characterBoris Kolpackov1-1/+1
2012-05-08Fix int/size_t conversion warningsBoris Kolpackov1-6/+6
2011-12-15Register substituting anonymous types with polymorphic mapsBoris Kolpackov4-9/+29
2011-02-11Fix recursive polymorphic parsing in C++/ParserBoris Kolpackov9-2/+487
New test: cxx/parser/polymorphism/recursive.
2011-01-04Copyright updateBoris Kolpackov138-138/+138
2010-11-22Use ASCII encoding instead of UCS-4LE to work around Xerces-C++ bugBoris Kolpackov4-2/+2
2010-05-21Pool polymorphic type-id strings in binary representationsBoris Kolpackov1-0/+15
Add support for an implicit string pool in istream and ostream templates. Use this support to pool type namespace and name when dealing with polymorphic types.
2010-02-22Add support for excluding export code from compilationBoris Kolpackov1-1/+1
Affected options: --generate-xml-schema, --export-maps, --import-maps. New macros: XSD_NO_EXPORT, XSD_MAP_VISIBILITY. Reorder template arguments for the idref type.
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov4-0/+216
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-22Add missing include, cosmetic changesBoris Kolpackov1-1/+2
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov4-4/+7
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-08Add default and fixed values to the types-only testBoris Kolpackov1-3/+3
2010-01-08Add support for binary (base64 and hex) default/fixed valuesBoris Kolpackov2-1/+7
2010-01-08Add support for default/fixed values of QName typeBoris Kolpackov1-200/+200
2010-01-01Update copyright in source filesBoris Kolpackov59-59/+59
2010-01-01Update copyright in build system filesBoris Kolpackov77-77/+77
2009-12-15Explicitly create an ultimate base instance for default/fixed valuesBoris Kolpackov1-1/+5
2009-12-14New default/fixed value initialization codeBoris Kolpackov11-92/+491
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.
2009-12-08Multiple object model character encodings supportBoris Kolpackov9-5/+227
Also add support for ISO-8859-1.
2009-12-01Make the list type a container for its elementsBoris Kolpackov3-1/+68
2009-09-22Get rid of unnecessary .PHONY declarationsBoris Kolpackov74-335/+0
2009-09-17Generate .gitignore in compiler, test and example makefilesBoris Kolpackov57-400/+860
2009-09-17Start tracking XSD with gitBoris Kolpackov332-0/+19512