aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2009-04-07Update build system import stubsBoris Kolpackov2-2/+2
2009-03-26Implement support for XML Schema polymorphism in C++/HybridBoris Kolpackov1-3/+3
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests
2009-03-08Add support for binary representationsBoris Kolpackov8-0/+496
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-13/+36
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 Kolpackov2-10/+14
Update makefiles that use these rules.
2009-02-24Start tracking XSD/e with git after version 3.0.03.0.0Boris Kolpackov29-0/+2288