aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/sequence.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-10-07Implement generation of clone functionsBoris Kolpackov1-0/+33
New test: clone.
2010-05-11Add support for custom allocatorsBoris Kolpackov1-1/+13
New example: examples/cxx/hybrid/allocator.
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-10-07Add support for STL-conforming iteratorsBoris Kolpackov1-1/+14
The new XSDE_STL_ITERATOR configuration variable is used to conditionally turn this on.
2009-04-12Use the actual sequence template namesBoris Kolpackov1-6/+0
Can't use their using-declarations from the xml_schema namespace because of the broken eVC++ 4.0.
2009-03-16Change sequence names to be consistent with documentationBoris Kolpackov1-13/+13
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 Kolpackov1-0/+12
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/+14
Use this in the hybrid/binary/custom example.
2009-03-08Add support for binary representationsBoris Kolpackov1-1/+1
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/+921