Fast CDR v2.2.6
This patch release includes the following fixes:
- Do not inline DLL exported methods (#210)
- Fail when trying to serialize
std::string
with null characters on its content (#245, #249) - Fix build error with Visual Studio 2015 in
optional_storage
template (#234) - Fix
cmake
generator evaluation (#251)
It also has the following improvements:
- Support informing of ending padding by setting encoding options' least significant bits (#244)
- Use assign for deserialize instead of temporary
std::string
(#241) - Update commercial support section in project README (#243)
- Changes related with EOL of 2.1.x, 2.0.x, and 1.1.x (#242, #248, #256)
Improvements on CI:
- Fix windows default version and vs-toolset default input (#250)
- Allow to run CI on external contributions (#254)
PRs in merged order:
#242, #243, #244, #245, #210, #249, #234, #250, #251, #248, #254, #241, #256, #258