Skip to content

Releases: eclipse-cyclonedds/cyclonedds-cxx

0.8.1 (Réplique)

15 Oct 13:22
Compare
Choose a tag to compare

0.8.1 (Réplique)

This is a patch release containing fixes for the following:

  • use of a too-common name for IDL compiler library

0.8.0 (Réplique)

23 Sep 09:05
Compare
Choose a tag to compare

This marks the first official release of the ISO/IEC C++ PSM for Eclipse Cyclone DDS. Since the initial commit the serialization from C++ to C to CDR has been replaced by direct serialization from C++ to CDR, thereby improving performance significantly. The release also brings support for shared memory based communication (building on Eclipse Iceoryx) and implements a zero-copy mechanism for loaned read/take calls. There has also been significant polishing. Removing warnings, fixing bugs, setting up continuous integration, etc. All in all this makes a great release for anyone looking to use Eclipse Cyclone DDS from a modern C++ application.

No noteworthy changes relative to 0.8.0beta1.

0.8.0beta1

30 Jul 16:19
452bb2e
Compare
Choose a tag to compare
0.8.0beta1 Pre-release
Pre-release
Merge pull request #86 from ApexAI/extensions-to-support-shm

Extensions to support SHM