aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid
AgeCommit message (Collapse)AuthorFilesLines
2009-03-16Change sequence names to be consistent with documentationBoris Kolpackov1-10/+10
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-11Add generation of detach functionsBoris Kolpackov2-1/+24
New option: --generate-detach. Also added detach/attach functionality to var_seq, non-STL str_seq, and string_base.
2009-03-11Allow initialization of pod_seq and fix_seq from a C arrayBoris Kolpackov1-0/+9
Use this in the hybrid/binary/custom example.
2009-03-11Add support for parsing/serialization of recursive typesBoris Kolpackov6-1/+296
tests/cxx/hybrid/recursive/: new test
2009-03-08Add support for binary representationsBoris Kolpackov16-0/+1360
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-25Autogenerate .gitignore files for tests and examplesBoris Kolpackov6-52/+114
This functionality requires build 0.3.4 or later.
2009-02-24Start tracking XSD/e with git after version 3.0.03.0.0Boris Kolpackov37-0/+2249