最近编译CycloneDDS和CycloneDDS-CXX踩了两个坑,花了不少时间。 做个简单的记录,免得以后又踩到。 CycloneDDS-CXX编译依赖CycloneDDS,因此必须先编译CycloneDDS 步骤如下,需要严格按照步骤进行,否则要入坑 $ gitclonehttps://github.com/eclipse-cyclonedds/cyclonedds.git $cdcyclonedds $mkdirbuildcdbuildmkdirinstal...
Additionally include the option to enable/disable LTO. Summary Changes to recipe: cyclonedds/0.10.5 Changes to recipe: cyclonedds-cxx/0.10.5 Motivation Adding the 0.10.5 release, and add the build ...
$ mkdir helloworld $ cd helloworld $ cmake <install-location>/share/CycloneDDS-CXX/examples/helloworld $ cmake --build . On one terminal start the application that will be responding to messages: $ ./ddscxxHelloWorldSubscriber On another terminal, start the application that will be sending the...
EN前段时间需要实现对 Windows PE 文件版本信息的提取,如文件说明、文件版本、产品名称、版权、原始文件...
demonstrate-cyclonedds-cxx-version-swap galactic-with-cyclonedds-0.9ish apex-os-11198-generate-html-plots apex-os-11198-wild-card-attempt-two apex-os-11198-wild-card-attempt-one apex-os-performance-reporter rolling-intra-thread 1.1.0 1.0.0 ...
使用IDEA 插件离线检测 将OpenSCA 扫描能力集成到 IntelliJ 平台 IDE 工具,随时随地保障组件依赖安全。如何使用 了解详情 使用OpenSCA CLI 扫描分析 OpenSCA CLI 是一款开源的软件成分分析工具,用来扫描项目的第三方开源组件依赖及漏洞信息。如何使用 了解详情
src/ddscxx/tests/Regression.cpp Original file line numberDiff line numberDiff line change @@ -223,6 +223,16 @@ TEST_F(Regression, union_duplicate_string_types) duplicate_string_types_union d_t; } TEST_F(Regression, union_duplicate_array_types) { duplicate_array_types_union d_t; } T...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} eclipse-cyclonedds / cyclonedds-cxx Public Notifications You must be signed in to change notification settings Fork 74 S...
258 + if (NOT cyclonedds_has_qos_provider) 259 + message(FATAL_ERROR "Cyclone DDS is not compiled with qos provider enabled") 260 + endif() 261 + message(STATUS "Compiling with qos provider support") 262 + set(DDSCXX_HAS_QOS_PROVIDER "1") 263 + endif() 264 + 265...
src/ddscxx/src/org/eclipse/cyclonedds/core/ListenerDispatcher.cpp +13-13 Original file line numberDiff line numberDiff line change @@ -36,7 +36,7 @@ extern "C" 36 36 org::eclipse::cyclonedds::core::ListenerArg *la = 37 37 reinterpret_cast<org::eclipse::cyclonedds::core::...