aboutsummaryrefslogtreecommitdiff
path: root/xsde
AgeCommit message (Collapse)AuthorFilesLines
2009-04-02Add support for attributes with default and fixed values.Boris Kolpackov16-162/+2105
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 Kolpackov39-328/+2309
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 Kolpackov19-360/+928
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-11Use the common POD stack container for the parser stateBoris Kolpackov1-3/+4
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 Kolpackov15-7/+2555
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-03-02Add make support for creating binary distributionsBoris Kolpackov1-7/+19
Two new make targets, dist and dist-win, were added that allow one to create a binary distribution from the current build. The dist target creates a UNIX distribution while dist-win -- Windows. The simplified build systems for the runtime library and examples that were kept separately are now part of the project (the dist/ subdirectory).
2009-02-25Autogenerate .gitignore files for tests and examplesBoris Kolpackov1-0/+12
This functionality requires build 0.3.4 or later.
2009-02-24Start tracking XSD/e with git after version 3.0.03.0.0Boris Kolpackov118-0/+57548