Releases: eclipse-cyclonedds/cyclonedds-cxx
0.8.1 (Réplique)
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)
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
Merge pull request #86 from ApexAI/extensions-to-support-shm Extensions to support SHM