summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
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