aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-06Bump version to 3.1.0.b13.1.0.b1Boris Kolpackov3-4/+4
2009-04-06Help Mac OS X by including rpc/types.h before rpc/xdr.hBoris Kolpackov4-0/+8
2009-04-06Check the bounds before checking the value in genx codeBoris Kolpackov2-2/+6
Also fix test makefile not to run polymorphic test when support for polymorphism is disabled.
2009-04-06Add support for XML pretty-printingBoris Kolpackov25-68/+201
examples/cxx/hybrid/: examples/cxx/serializer/: turn on pretty-printing
2009-04-02Fix type alignment code to examine all members of a typeBoris Kolpackov3-134/+91
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 Kolpackov37-173/+2942
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 Kolpackov128-363/+4985
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 Kolpackov25-563/+586
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 missing sub-directory to makefileBoris Kolpackov1-1/+1
2009-03-16Fix typos in documentationBoris Kolpackov2-2/+2
2009-03-16Add support for type customization in C++/HybridBoris Kolpackov49-401/+2424
examples/cxx/hybrid/custom/wildcard/: new example
2009-03-12Bump version to 3.1.0.a23.1.0.a2Boris Kolpackov2-3/+3
2009-03-11Add generation of detach functionsBoris Kolpackov18-27/+414
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 Kolpackov8-10/+98
Use this in the hybrid/binary/custom example.
2009-03-11Use the common POD stack container for the parser stateBoris Kolpackov9-141/+39
2009-03-11Add the new file to dist build system makefilesBoris Kolpackov2-2/+2
The file was added in the previous commit.
2009-03-11Add support for parsing/serialization of recursive typesBoris Kolpackov21-188/+1242
tests/cxx/hybrid/recursive/: new test
2009-03-08Bump version to 3.1.0.a13.1.0.a1Boris Kolpackov4-5/+5
2009-03-08Add support for binary representationsBoris Kolpackov130-14/+13001
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 Kolpackov127-168/+7561
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-25Split clean rules for sample implementation and test driverBoris Kolpackov7-16/+24
Update makefiles that use these rules.
2009-02-25Add generated documentation extensionsBoris Kolpackov1-0/+5
2009-02-25Autogenerate .gitignore files for tests and examplesBoris Kolpackov94-309/+1415
This functionality requires build 0.3.4 or later.
2009-02-25Add root .gitignore fileBoris Kolpackov1-0/+16
2009-02-24Start tracking XSD/e with git after version 3.0.03.0.0Boris Kolpackov1382-0/+196632