Skip to content

Tags: eclipse-cyclonedds/cyclonedds-cxx

Tags

0.10.5

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
update version to 0.10.5

0.10.4

Eliminate Conan

* Download and build Google Test on the fly on Windows, Linux: Windows
  because it is the only way to get it, Linux because we need a version
  that still supports C++. (macOS: homebrew does just fine.)

* Move C++11 build to Linux: it is the only one that requires boost, and
  installing boost on Windows via Chocolatey takes forever whereas on
  Linux "apt install" is done nearly instantaneously.

* PIP cacheing is no longer needed.

* Bison has not been needed for a long time, so stop installing it.

Signed-off-by: Erik Boasson <eb@ilities.com>

0.10.3

Release branch C++ depends on release branch in C

Signed-off-by: Erik Boasson <eb@ilities.com>

0.10.2

Update version number

0.10.2rc1

Update version number

0.10.1

-#306 export fix for windows build

Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>

0.9.1

Bump version number to 0.9.1

Signed-off-by: Erik Boasson <eb@ilities.com>

0.9.0

Fix for arrays of unions/structs in union cases

Arrays of unions/structs in union cases, did not retrieve the entity
properties for the streaming function, resulting in a failure to
compile

Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>

0.9.0b1

Improve get_type_props function thread safety

Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>

0.8.2

Bump version number to 0.8.2

Signed-off-by: Erik Boasson <eb@ilities.com>