Skip to content

Commit

Permalink
Refs #21121: Update versions.md & CMakeLists
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <[email protected]>
  • Loading branch information
cferreiragonz committed Jun 11, 2024
1 parent bc4a145 commit e383089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unittest/rtps/reader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ set(STATEFUL_READER_TESTS_SOURCE StatefulReaderTests.cpp
${PROJECT_SOURCE_DIR}/src/cpp/rtps/builtin/liveliness/WLPListener.cpp
${PROJECT_SOURCE_DIR}/src/cpp/rtps/common/GuidPrefix_t.cpp
${PROJECT_SOURCE_DIR}/src/cpp/rtps/common/LocatorWithMask.cpp
${PROJECT_SOURCE_DIR}/src/cpp/rtps/common/SerializedPayload.cpp
${PROJECT_SOURCE_DIR}/src/cpp/rtps/common/Time_t.cpp
${PROJECT_SOURCE_DIR}/src/cpp/rtps/DataSharing/DataSharingListener.cpp
${PROJECT_SOURCE_DIR}/src/cpp/rtps/DataSharing/DataSharingNotification.cpp
Expand Down
4 changes: 4 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Forthcoming
* Added new `flow_controller_descriptor_list` XML configuration, remove `ThroughtputController`.
* Migrate `#define`s within `BuiltinEndpoints.hpp` to namespaced `constexpr` variables.
* Make `StdoutErrConsumer` the default log consumer.
* IPayloadPool refactor:
* `payload_owner` moved from `CacheChange_t` to `SerializedPayload_t`.
* `SerializedPayload_t` copies are now forbidden.
* Refactor of `get_payload` methods.


Version 2.14.0
Expand Down

0 comments on commit e383089

Please sign in to comment.