aboutsummaryrefslogtreecommitdiff
path: root/dist/etc/qnx
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07Add support for ISO-8859-1 as application encodingBoris Kolpackov3-0/+42
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
2009-10-07Add support for STL-conforming iteratorsBoris Kolpackov3-24/+48
The new XSDE_STL_ITERATOR configuration variable is used to conditionally turn this on.
2009-04-14Add VxWorks to the note for XDR supportBoris Kolpackov3-3/+3
2009-04-14Add more information about using XDR on various platformsBoris Kolpackov3-6/+36
2009-04-13Fix compiler name in the sample QNX config fileBoris Kolpackov1-2/+2
2009-03-08Add support for binary representationsBoris Kolpackov3-0/+48
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 Kolpackov3-0/+420
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).