Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 494 Bytes

File metadata and controls

15 lines (10 loc) · 494 Bytes

v2.4.0

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.