summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-20Add custom build rules for Visual Studio 2010Boris Kolpackov6-0/+949
2010-04-19Add Visual Studio 2010 projects and solutionsBoris Kolpackov81-0/+9495
2010-04-16Document th generation of default/fixed value accessorsBoris Kolpackov1-0/+29
2010-04-16Use Xerces-C++ 3 error messages in documentationBoris Kolpackov1-13/+8
2010-04-16Add a note on the embedded example in C++/Tree GSGBoris Kolpackov1-2/+8
2010-04-15Adjust to changed predicate namesBoris Kolpackov24-92/+91
2010-04-15Turn on union to enum synthesis for C++/TreeBoris Kolpackov2-0/+21
2010-04-15Use new predicate name for annotationBoris Kolpackov3-11/+11
2010-04-14Handle type customization corner casesBoris Kolpackov3-9/+14
2010-04-14Do not suppress from-base c-tors for hierarchies with custom typesBoris Kolpackov3-9/+47
2010-03-24Use nil_lit instead of nil as identifierBoris Kolpackov4-9/+9
Some headers in OS X define nil as a macro.
2010-02-23Update build project page URLBoris Kolpackov1-2/+2
2010-02-22Bump version to 3.3.0.b2Boris Kolpackov2-3/+3
2010-02-22Reopen wide strings with width specifier (L)Boris Kolpackov14-220/+213
Some compilers, notably VC++, don't like strings like L"foo""bar".
2010-02-22Write string width qualifier for default valuesBoris Kolpackov1-17/+17
2010-02-22Add support for excluding export code from compilationBoris Kolpackov25-195/+396
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-02-19Trace anonymous name regex even if non were specifiedBoris Kolpackov1-3/+0
2010-02-19Cosmetic changesBoris Kolpackov1-1/+1
2010-02-19Add support for translating schema paths in fpt modeBoris Kolpackov10-116/+351
New options: --schema-file-regex, --schema-file-regex-trace.
2010-02-09Cosmetic changesBoris Kolpackov1-28/+29
2010-02-09Update prerequisitesBoris Kolpackov1-4/+4
2010-02-09Cosmetic changesBoris Kolpackov2-4/+4
2010-02-09Add entry for the compression exampleBoris Kolpackov1-0/+3
2010-02-08Add support for default values of anySimpleType typeBoris Kolpackov3-4/+41
2010-02-08Fix bug in polymorphism check for built-in typesBoris Kolpackov1-45/+45
2010-02-08Bump version to 3.3.0.b1Boris Kolpackov3-4/+4
2010-02-05Cosmetic changesBoris Kolpackov3-4/+8
2010-02-05Update VC++ rule files with new optionsBoris Kolpackov4-0/+186
2010-02-03Disable loading schemas from document if external location is providedBoris Kolpackov1-0/+20
2010-02-03Lock the grammar pool in the exampleBoris Kolpackov1-0/+8
2010-01-29Remove ambiguity by passing a flag explicitlyBoris Kolpackov1-1/+1
2010-01-22Don't use std::auto_ptr::reset for greater portabilityBoris Kolpackov2-4/+12
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov17-37/+550
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-22Add missing include, cosmetic changesBoris Kolpackov1-1/+2
2010-01-20Cosmetic changesBoris Kolpackov4-6/+6
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov35-263/+1183
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-12Handle DOMLSException to be thrown by future versions of Xerces-C++Boris Kolpackov1-1/+23
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov17-72/+66
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 Kolpackov5-51/+364
2010-01-08Add support in buffer class for reusing existing buffer without freeing itBoris Kolpackov4-25/+21
2010-01-08Add support for default/fixed values of QName typeBoris Kolpackov12-285/+253
2010-01-01Update copyright in source filesBoris Kolpackov327-332/+332
2010-01-01Update copyright in documentation filesBoris Kolpackov12-19/+19
2010-01-01Update copyright in dist filesBoris Kolpackov5-5/+5
2010-01-01Update copyright in build system filesBoris Kolpackov132-132/+132
2009-12-28Optimize ID registrationBoris Kolpackov2-44/+26
Now we maintain the the ID-to-container map in the root of the tree.
2009-12-18Use std::basic_ostream<C> instead of std::ostream in ostream mapBoris Kolpackov2-36/+36
2009-12-15Explicitly create an ultimate base instance for default/fixed valuesBoris Kolpackov2-26/+35
2009-12-14New default/fixed value initialization codeBoris Kolpackov19-157/+1911
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.