aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/elements.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Drop copyright notice from source codeKaren Arutyunov1-1/+0
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2014-03-21Update copyrightBoris Kolpackov1-1/+1
2014-03-19Remove author from source filesBoris Kolpackov1-1/+0
2013-05-30Use more specific name to work around ambiguityBoris Kolpackov1-24/+24
2012-06-22Get rid of dependency on libcultBoris Kolpackov1-200/+197
2012-06-21Completion of the CLI portBoris Kolpackov1-9/+10
2012-05-09Port to use regex from libcutl instead of libbackend-elementsBoris Kolpackov1-3/+3
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-25Generate "weak" includes in the serializer implementation source fileBoris Kolpackov1-2/+6
2010-10-19Return the ultimate enum baseBoris Kolpackov1-3/+6
2010-10-13Map anySimpleType to a stringBoris Kolpackov1-4/+15
2010-10-07Implement generation of clone functionsBoris Kolpackov1-0/+70
New test: clone.
2010-05-11Add support for custom allocatorsBoris Kolpackov1-168/+185
New example: examples/cxx/hybrid/allocator.
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov1-0/+1
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-10-27Implement schema enumeration to C++ enum mapping in C++/HybridBoris Kolpackov1-0/+128
2009-10-23Generate the static polymorphic() function in aggregatesBoris Kolpackov1-0/+3
2009-04-12Fix reset code for mixin reuseBoris Kolpackov1-2/+5
2009-04-02Add support for attributes with default and fixed values.Boris Kolpackov1-0/+19
tests/cxx/hybrid/default: new test tests/cxx/hybrid/binary: update to test default and fixed values
2009-03-26Implement support for XML Schema polymorphism in C++/HybridBoris Kolpackov1-3/+9
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests
2009-03-16Change sequence names to be consistent with documentationBoris Kolpackov1-12/+30
The *_seq names were changed to *_sequence. Also, the generated code now uses sequence names from the xml_schema namespace instead of the implementation namespaces (xsde::cxx::hybrid).
2009-03-16Add support for type customization in C++/HybridBoris Kolpackov1-0/+11
examples/cxx/hybrid/custom/wildcard/: new example
2009-03-11Add generation of detach functionsBoris Kolpackov1-0/+17
New option: --generate-detach. Also added detach/attach functionality to var_seq, non-STL str_seq, and string_base.
2009-03-11Add support for parsing/serialization of recursive typesBoris Kolpackov1-0/+18
tests/cxx/hybrid/recursive/: new test
2009-03-08Add support for binary representationsBoris Kolpackov1-2/+35
xsde/cxx/hybrid/insertion-*: insertion operators generator xsde/cxx/hybrid/extraction-*: extraction operators generator libxsde/xsde/cxx/hybrid/cdr/: CDR support code libxsde/xsde/cxx/hybrid/xdr/: XDR support code tests/cxx/hybrid/binary/: new tests examples/cxx/hybrid/binary/: new examples documentation/cxx/hybrid/guide/: new chapter
2009-02-24Start tracking XSD/e with git after version 3.0.03.0.0Boris Kolpackov1-0/+1880