Bump version number to 0.5 prior to release
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
08d9c296f1
commit
c84c69e551
3 changed files with 3 additions and 20 deletions
|
@ -10,7 +10,7 @@
|
||||||
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
||||||
#
|
#
|
||||||
cmake_minimum_required(VERSION 3.7)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
project(CycloneDDS VERSION 0.1.0)
|
project(CycloneDDS VERSION 0.5.0)
|
||||||
|
|
||||||
# Set a default build type if none was specified
|
# Set a default build type if none was specified
|
||||||
set(default_build_type "RelWithDebInfo")
|
set(default_build_type "RelWithDebInfo")
|
||||||
|
|
|
@ -1110,21 +1110,3 @@ an endless loop.
|
||||||
There is furthermore also a difference of interpretation of the meaning of the
|
There is furthermore also a difference of interpretation of the meaning of the
|
||||||
‘autodispose_unregistered_instances’ QoS on the writer. Eclipse Cyclone DDS aligns with
|
‘autodispose_unregistered_instances’ QoS on the writer. Eclipse Cyclone DDS aligns with
|
||||||
OpenSplice.
|
OpenSplice.
|
||||||
|
|
||||||
|
|
||||||
.. _`Compatibility issues with TwinOaks`:
|
|
||||||
|
|
||||||
Compatibility issues with TwinOaks
|
|
||||||
----------------------------------
|
|
||||||
|
|
||||||
In the default configuration there should be no interoperability issues with TwinOaks CoreDX,
|
|
||||||
although there is the aforementioned difference in interpretation of the meaning of the
|
|
||||||
‘autodispose_unregistered_instances’ QoS on the writer.
|
|
||||||
|
|
||||||
Interoperability with very old versions of CoreDX may require setting:
|
|
||||||
|
|
||||||
+ ``Compatibility/ManySocketsMode``: *true*
|
|
||||||
+ ``Compatibility/ExplicitlyPublishQosSetToDefault``: *true*
|
|
||||||
|
|
||||||
The exact version number of CoreDX starting with which these settings are no longer needed is
|
|
||||||
unknown, but it has certainly not been needed for several years.
|
|
||||||
|
|
|
@ -94,7 +94,8 @@ if(BUILD_DOCS)
|
||||||
"__attribute__="
|
"__attribute__="
|
||||||
"__declspec(x)="
|
"__declspec(x)="
|
||||||
"DDS_EXPORT="
|
"DDS_EXPORT="
|
||||||
"DDS_DEPRECATED_EXPORT=")
|
"DDS_DEPRECATED_EXPORT="
|
||||||
|
"DDSRT_STATIC_ASSERT(x)=")
|
||||||
find_package(Doxygen REQUIRED)
|
find_package(Doxygen REQUIRED)
|
||||||
doxygen_add_docs(ddsc_api_docs "ddsc/include")
|
doxygen_add_docs(ddsc_api_docs "ddsc/include")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue