summaryrefslogtreecommitdiff
path: root/xsd
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29Remove ambiguity by passing a flag explicitlyBoris Kolpackov1-1/+1
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov7-11/+131
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov15-207/+1034
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov14-27/+48
2010-01-08Add support for binary (base64 and hex) default/fixed valuesBoris Kolpackov3-50/+357
2010-01-08Add support for default/fixed values of QName typeBoris Kolpackov11-85/+53
2010-01-01Update copyright in source filesBoris Kolpackov91-96/+96
2010-01-01Update copyright in build system filesBoris Kolpackov1-1/+1
2009-12-15Explicitly create an ultimate base instance for default/fixed valuesBoris Kolpackov1-25/+30
2009-12-14New default/fixed value initialization codeBoris Kolpackov7-65/+1414
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.
2009-12-10Export type maps in GCC 4.x using the visibility attributeBoris Kolpackov6-52/+78
2009-12-08Multiple object model character encodings supportBoris Kolpackov27-63/+926
Also add support for ISO-8859-1.
2009-12-03Implement automatic mapping for urn-style XML namespacesBoris Kolpackov2-5/+26
2009-12-02Implement de-registering polymorphic type informationBoris Kolpackov2-3/+3
This is required for DLL/shared library unloading.
2009-12-01Cosmetic changesBoris Kolpackov31-494/+441
2009-12-01Map empty schema enumerations to the 'empty' C++ enumerator nameBoris Kolpackov1-0/+4
2009-12-01Make the list type a container for its elementsBoris Kolpackov4-8/+9
2009-10-11Use a set instead of pre-sorted array for keywordsBoris Kolpackov2-88/+98
The pre-sorted array approach depends on the character encoding.
2009-09-29Update boost import stubBoris Kolpackov1-2/+0
2009-09-28Fix a bug in custom type regex processing (--custom-type-regex)Boris Kolpackov1-2/+2
2009-09-22Get rid of unnecessary .PHONY declarationsBoris Kolpackov1-1/+0
2009-09-22Add distribution-specific files, dist and dist-win targetsBoris Kolpackov1-8/+14
2009-09-20Remove unnecessary header inclusionBoris Kolpackov24-54/+3
2009-09-19Add missing header inclusionBoris Kolpackov1-0/+1
2009-09-17Generate .gitignore in compiler, test and example makefilesBoris Kolpackov1-2/+12
2009-09-17Start tracking XSD with gitBoris Kolpackov88-0/+40801