aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid
AgeCommit message (Collapse)AuthorFilesLines
2010-01-01Update copyright in source filesBoris Kolpackov53-55/+55
2009-12-14Call make_float for seconds in date-time typesBoris Kolpackov1-0/+3
2009-12-01Cosmetic changesBoris Kolpackov1-1/+1
2009-12-01Map empty schema enumerations to the 'empty' C++ enumerator nameBoris Kolpackov1-1/+2
2009-10-27Implement schema enumeration to C++ enum mapping in C++/HybridBoris Kolpackov22-176/+2118
2009-10-23Generate the static polymorphic() function in aggregatesBoris Kolpackov4-0/+76
2009-10-21Cosmetic changesBoris Kolpackov1-3/+4
2009-09-20Remove unnecessary qualificationBoris Kolpackov1-1/+1
2009-09-20Remove unnecessary header inclusionBoris Kolpackov16-32/+0
2009-04-12Fix reset code for mixin reuseBoris Kolpackov5-25/+51
2009-04-12Use the actual sequence template namesBoris Kolpackov2-6/+9
Can't use their using-declarations from the xml_schema namespace because of the broken eVC++ 4.0.
2009-04-09Qualify compositor types in detach() implementationsBoris Kolpackov1-4/+4
2009-04-09Handle polymorphic types with no substationsBoris Kolpackov2-92/+76
In this case aggregates have no maps.
2009-04-08Make the default value a floating-point literalBoris Kolpackov1-0/+13
We cannot append the F suffix to an integer constant.
2009-04-08Assign the value function name in all the unions in the graphBoris Kolpackov1-174/+159
We need to do this even for unions from included/imported schemas since we may need this name to compare/assign default values of these union types. Also assign member names in base list and union types, not just complex.
2009-04-08Get rid of warningsBoris Kolpackov2-3/+3
2009-04-02Fix type alignment code to examine all members of a typeBoris Kolpackov1-134/+88
The alignment of a type is the alignment of its most strictly aligned member.
2009-04-02Add support for attributes with default and fixed values.Boris Kolpackov15-160/+2104
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 Kolpackov27-270/+2066
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 Kolpackov4-61/+66
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 Kolpackov18-358/+908
examples/cxx/hybrid/custom/wildcard/: new example
2009-03-11Add generation of detach functionsBoris Kolpackov7-9/+284
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 Kolpackov9-183/+727
tests/cxx/hybrid/recursive/: new test
2009-03-08Add support for binary representationsBoris Kolpackov14-7/+2551
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 Kolpackov41-0/+22905