summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/generator.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25Switch to build2Karen Arutyunov1-1227/+0
2020-02-14Update copyright last year printed by utilityKaren Arutyunov1-2/+2
2020-02-14Drop copyright notice from source codeKaren Arutyunov1-1/+0
2017-01-03Update copyright yearBoris Kolpackov1-3/+3
2014-07-17Generate forward file include earlierBoris Kolpackov1-8/+10
We need to get all the configuration defines (e.g., CXX11) before we include any runtime headers.
2014-04-10Add support for ordered types, mixed contentBoris Kolpackov1-0/+10
2014-03-21Update copyrightBoris Kolpackov1-3/+3
2014-03-19Remove author from source filesBoris Kolpackov1-1/+0
2014-03-01Move pro/epilogue outside pre/post.hxx includesBoris Kolpackov1-36/+36
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 Kolpackov1-48/+63
2013-05-30Get rid of dependency on Boost filesystemBoris Kolpackov1-41/+36
2013-04-11Add support for --generate-dep-only optionBoris Kolpackov1-25/+43
2013-04-08Keep directory part in make dependency targetsBoris Kolpackov1-5/+5
2012-12-19Add support for make dependency generationBoris Kolpackov1-1/+93
2012-06-22Get rid of dependency on libcultBoris Kolpackov1-31/+22
2012-06-21Get rid of dependencies on libcult smart pointersBoris Kolpackov1-3/+4
2012-06-20Completion of the CLI portBoris Kolpackov1-219/+70
2012-06-11Initial work on CLI portBoris Kolpackov1-534/+3
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 Kolpackov1-20/+21
2012-05-08Use indenters from libcutl instead of libbackend-elementsBoris Kolpackov1-113/+109
2012-03-09Make sure --sloc-limit works even without --show-slocBoris Kolpackov1-20/+9
2012-03-08Print usage/version information to STDOUT instead of STDERRBoris Kolpackov1-100/+101
2011-01-04Copyright updateBoris Kolpackov1-3/+3
2010-10-14Move prologue/epilogue inside pre/post includesBoris Kolpackov1-36/+36
2010-08-29Implement generation of assignment operatorsBoris Kolpackov1-0/+6
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-02-19Add support for translating schema paths in fpt modeBoris Kolpackov1-10/+28
New options: --schema-file-regex, --schema-file-regex-trace.
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov1-0/+5
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov1-0/+23
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov1-1/+5
2010-01-01Update copyright in source filesBoris Kolpackov1-3/+3
2009-12-08Multiple object model character encodings supportBoris Kolpackov1-10/+63
Also add support for ISO-8859-1.
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+1689