File: versions.md

package info (click to toggle)
fastcdr 2.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,412 kB
  • sloc: cpp: 38,058; ansic: 80; xml: 22; makefile: 19; sh: 16
file content (13 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# v2.3.0
* Fix symbol visibility for exception classes

    `Exception` changed to be a base class without inheriting from `std::exception`.
    Exception classes are exported.

# v2.0.0

* Support of Extended CDR Representation: encoding versions 1 and 2.

    Introduced API break with previous versions.
    Mainly `CdrType` enumeration, used in the constructor of `Cdr,` was renamed to `CdrVersion`.
    And `DDSCdrPlFlag` enumeration was also renamed to `EncodingAlgorithmFlag`.