aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/xdr
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Drop copyright notice from source codeKaren Arutyunov13-13/+0
2017-01-03Update copyright yearBoris Kolpackov13-13/+13
2014-03-21Update copyrightBoris Kolpackov13-13/+13
2014-03-19Remove author from source filesBoris Kolpackov13-13/+0
2011-01-04Copyright updateBoris Kolpackov13-13/+13
2010-10-13Map anySimpleType to a stringBoris Kolpackov4-26/+0
2010-05-11Add support for custom allocatorsBoris Kolpackov2-4/+43
New example: examples/cxx/hybrid/allocator.
2010-01-01Update copyright in source filesBoris Kolpackov13-13/+13
2009-04-13Rework XDR code to be more portableBoris Kolpackov2-146/+90
Also don't link to libnsl by default since not all platforms have it.
2009-04-06Help Mac OS X by including rpc/types.h before rpc/xdr.hBoris Kolpackov2-0/+4
2009-03-16Change sequence names to be consistent with documentationBoris Kolpackov4-31/+31
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-08Add support for binary representationsBoris Kolpackov13-0/+2521
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