aboutsummaryrefslogtreecommitdiff
path: root/dist/build
AgeCommit message (Collapse)AuthorFilesLines
2014-03-19Remove author from source filesBoris Kolpackov6-6/+0
2011-01-04Copyright updateBoris Kolpackov6-6/+6
2010-10-14Add support for post-link step (e.g., VxWorks munch)Boris Kolpackov2-0/+6
2010-10-11Support for validation of the pattern facetBoris Kolpackov1-0/+1
New test: hybrid/pattern.
2010-05-11Strip the XSDE_STL_ITERATOR config variableBoris Kolpackov1-0/+1
2010-05-11Add support for custom allocatorsBoris Kolpackov1-0/+2
New example: examples/cxx/hybrid/allocator.
2010-01-07Add support for ISO-8859-1 as application encodingBoris Kolpackov1-0/+1
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
2010-01-01Update copyright in dist filesBoris Kolpackov6-6/+6
2009-03-08Add support for binary representationsBoris Kolpackov1-0/+2
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 Kolpackov6-0/+94
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).