Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 662 Bytes

File metadata and controls

19 lines (12 loc) · 662 Bytes

v2.4.0

  • Add STRICT_BOOL CMake option to enforce canonical bool serialization

  • Add context to Cdr class to allow for customization of external (de)serialization methods.

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.