Skip to content

v5.1

Compare
Choose a tag to compare
@arobenko arobenko released this 12 Mar 22:47
· 128 commits to master since this release
  • Added support for comms::option::def::FailOnInvalid option for messages (comms::MessageBase).
  • Fixes for better support of VS2015 compiler.
  • Fixes and improvements to cmake scripts.
  • Creating aliasing cmake configs commsConfig.cmake and cc_commsConfig.cmake to LibCommsConfig.cmake to allow alternative find_package() calls in cmake.
find_package(comms REQUIRED)
find_package(cc_comms REQUIRED)