aboutsummaryrefslogtreecommitdiff
path: root/dist/examples
AgeCommit message (Collapse)AuthorFilesLines
2009-04-13Rework XDR code to be more portableBoris Kolpackov1-2/+0
Also don't link to libnsl by default since not all platforms have it.
2009-04-12Build the custom/wildcard example only if STL is enabledBoris Kolpackov2-0/+4
2009-04-12Build the binary/custom example only if STL is enabledBoris Kolpackov2-0/+4
2009-04-11Add a default value to the 'available' attributeBoris Kolpackov2-2/+4
2009-03-26Implement support for XML Schema polymorphism in C++/HybridBoris Kolpackov30-0/+326
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests
2009-03-16Add support for type customization in C++/HybridBoris Kolpackov7-2/+165
examples/cxx/hybrid/custom/wildcard/: new example
2009-03-08Add support for binary representationsBoris Kolpackov10-1/+433
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 Kolpackov56-0/+2702
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).