summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-20Completion of the CLI portBoris Kolpackov52-1528/+726
2012-06-18Cosmetic changeBoris Kolpackov1-1/+1
2012-06-11Initial work on CLI portBoris Kolpackov29-5189/+2909
Add options files with all the documentation. Move documentation and usage to use the new approach. Finally get rid of dependency on libbackend-elements.
2012-06-01Fix incorrect handling of IDREF templates when used as basesBoris Kolpackov2-10/+14
2012-05-09Update to match new libxsd-frontend interfaceBoris Kolpackov1-12/+13
2012-05-09Port to use regex from libcutl instead of libbackend-elementsBoris Kolpackov18-226/+167
2012-05-08Use indenters from libcutl instead of libbackend-elementsBoris Kolpackov2-179/+171
2012-05-08Add dependency on libcutlBoris Kolpackov5-1/+127
2012-05-08Fix escaping of special characterBoris Kolpackov4-10/+4
2012-05-08Do not store flags in containers (stream extraction fix)Boris Kolpackov1-1/+1
2012-05-08Fix int/size_t conversion warningsBoris Kolpackov1-6/+6
2012-05-08Fix ambiguous name template name lookupBoris Kolpackov3-12/+12
2012-05-07Update to reflect libxsd-frontend interface changesBoris Kolpackov3-13/+10
2012-05-07Fix ambiguous name template name lookupBoris Kolpackov1-2/+2
2012-04-06Detect and handle Clang in build system for examplesBoris Kolpackov2-0/+19
2012-04-06Fix template argument-dependant lookup errors (GCC 4.7 and Clang)Boris Kolpackov4-48/+48
2012-03-22Fix bug in qualified attribute name comparisonBoris Kolpackov1-1/+1
2012-03-09Make sure --sloc-limit works even without --show-slocBoris Kolpackov2-35/+15
2012-03-08Print usage/version information to STDOUT instead of STDERRBoris Kolpackov4-212/+221
2011-12-15Register substituting anonymous types with polymorphic mapsBoris Kolpackov11-37/+153
2011-12-15Additional fixes for BSD XDR compatibilityBoris Kolpackov2-8/+10
2011-10-14Work around XDR interface differences on BSD-derived systemsBoris Kolpackov2-1/+25
2011-09-14Fix bug in aggregate generation for derived listsBoris Kolpackov1-5/+16
2011-08-29Add missing return statements in boost serialization exampleBoris Kolpackov2-0/+2
2011-08-23Don't use override as nameBoris Kolpackov12-18/+18
It is a keyword in C++-0x.
2011-07-27Make sure we don't process sourced schemas more than onceBoris Kolpackov32-37/+66
2011-07-27Don't assume source and destination scopes are the sameBoris Kolpackov1-1/+5
This is not the case for chameleon-style inclusions.
2011-06-02Bump version to 4.0.0.a8Boris Kolpackov2-3/+3
2011-06-02Add support for fat type filesBoris Kolpackov4-39/+73
Such files also contain all the global elements that this type classifies.
2011-06-02Do not store flags in containersBoris Kolpackov8-102/+116
2011-05-31Require explicit keep_dom flag to maintain association in copiesBoris Kolpackov4-9/+44
2011-04-06Bump version to 4.0.0.a5Boris Kolpackov2-3/+3
2011-03-18Bump version to 4.0.0.a4Boris Kolpackov2-3/+3
2011-03-18Add support for default element values of anyType typeBoris Kolpackov4-6/+37
2011-02-13Bump version to 4.0.0.a3Boris Kolpackov2-3/+3
2011-02-13Cast parsers with dynamic_cast instead of static_castBoris Kolpackov2-2/+2
Parser skeletons use virtual inheritance.
2011-02-11Bump version to 4.0.0.a2Boris Kolpackov2-3/+3
2011-02-11Fix recursive polymorphic parsing in C++/ParserBoris Kolpackov15-53/+547
New test: cxx/parser/polymorphism/recursive.
2011-01-04Copyright updateBoris Kolpackov489-500/+500
2010-11-22Use ASCII encoding instead of UCS-4LE to work around Xerces-C++ bugBoris Kolpackov4-2/+2
2010-10-19Make sure a type actually classifies somethingBoris Kolpackov1-16/+26
2010-10-14Move prologue/epilogue inside pre/post includesBoris Kolpackov2-51/+51
2010-10-06Get rid of extra escaping of # (build upgrade)Boris Kolpackov4-5/+5
2010-09-01Drop DOM association if node is copy-assigned toBoris Kolpackov1-1/+11
2010-08-29Bump version to 4.0.0.a1Boris Kolpackov5-8/+8
2010-08-29Implement generation of assignment operatorsBoris Kolpackov7-6/+155
Also add the --suppress-assignment option. We need to generate these operators into the .cxx file instead of relying on the implicit inline ones because in the file-per-type mode types of members are only forward- declared in the header. Also, we don't want to assign the DOMDocument member used to store the wildcard content.
2010-08-12Add support for setting namespace declarationsBoris Kolpackov2-15/+104
2010-07-02Work around Xerces-C++ SAX2 bug with xmlns attributeBoris Kolpackov1-1/+15
Xerces-C++ SAX does not provide proper namespace for the xmlns attribute as in xmlns="foo".
2010-07-02Remove install commands for the future.xhtml fileBoris Kolpackov1-2/+0
2010-06-16Handle ID/IDREF templates in inheritance and polymorphismBoris Kolpackov2-0/+14