summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser
AgeCommit message (Collapse)AuthorFilesLines
2014-03-21Update copyrightBoris Kolpackov34-36/+36
2014-03-19Remove author from source filesBoris Kolpackov34-34/+0
2014-03-19Resolve Clang, GCC warningsBoris Kolpackov2-16/+11
2014-03-01Move pro/epilogue outside pre/post.hxx includesBoris Kolpackov1-15/+21
Also add pre/post includes to the C++/Parser source file.
2014-01-19Use std::unique_ptr instead of std::auto_ptr in C++11 modeBoris Kolpackov5-6/+16
2013-11-14Get rid of long symbol workaround for HP-UXBoris Kolpackov7-53/+27
2013-07-04Don't create named temporary when generating C++11 codeBoris Kolpackov2-7/+28
This doesn't interact well with moveable-only types (std::unique_ptr).
2013-05-30Get rid of dependency on Boost filesystemBoris Kolpackov2-43/+40
2012-06-22Get rid of dependency on libcultBoris Kolpackov34-578/+572
2012-06-20Completion of the CLI portBoris Kolpackov17-428/+137
2012-06-11Initial work on CLI portBoris Kolpackov2-334/+160
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-05-09Port to use regex from libcutl instead of libbackend-elementsBoris Kolpackov5-36/+39
2012-05-08Use indenters from libcutl instead of libbackend-elementsBoris Kolpackov1-66/+62
2012-03-09Make sure --sloc-limit works even without --show-slocBoris Kolpackov1-15/+6
2012-03-08Print usage/version information to STDOUT instead of STDERRBoris Kolpackov1-64/+65
2011-09-14Fix bug in aggregate generation for derived listsBoris Kolpackov1-5/+16
2011-07-27Make sure we don't process sourced schemas more than onceBoris Kolpackov14-17/+17
2011-02-13Cast parsers with dynamic_cast instead of static_castBoris Kolpackov2-2/+2
Parser skeletons use virtual inheritance.
2011-02-11Fix recursive polymorphic parsing in C++/ParserBoris Kolpackov6-51/+60
New test: cxx/parser/polymorphism/recursive.
2011-01-04Copyright updateBoris Kolpackov34-36/+36
2010-10-19Make sure a type actually classifies somethingBoris Kolpackov1-16/+26
2010-10-14Move prologue/epilogue inside pre/post includesBoris Kolpackov1-15/+15
2010-04-15Adjust to changed predicate namesBoris Kolpackov9-31/+30
2010-02-22Reopen wide strings with width specifier (L)Boris Kolpackov6-74/+74
Some compilers, notably VC++, don't like strings like L"foo""bar".
2010-02-22Add support for excluding export code from compilationBoris Kolpackov1-2/+14
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-19Add support for translating schema paths in fpt modeBoris Kolpackov3-15/+38
New options: --schema-file-regex, --schema-file-regex-trace.
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov5-13/+16
2010-01-01Update copyright in source filesBoris Kolpackov34-36/+36
2009-12-10Export type maps in GCC 4.x using the visibility attributeBoris Kolpackov1-9/+15
2009-12-08Multiple object model character encodings supportBoris Kolpackov9-23/+113
Also add support for ISO-8859-1.
2009-12-01Cosmetic changesBoris Kolpackov13-174/+136
2009-09-20Remove unnecessary header inclusionBoris Kolpackov10-20/+0
2009-09-17Start tracking XSD with gitBoris Kolpackov34-0/+12171