Eduardo Ponz Segrelles
Eduardo Ponz Segrelles
This PR forces calls to `logInfo`, `logWarning`, and `logError` are forced to end with semicolon.
This PR adds three command line arguments to the benchmark application * `parameter-server`: Enable/disable parameter server. The parameter server is by default activated, and therefore some services are created when...
I all! We have been using this tool to test the performance of Fast-RTPS for some time. Recently, Fast-RTPS has added a new feature which is a participant white-list, meaning...
Signed-off-by: Eduardo Ponz ## Description This PR fixes a segmentation fault that may arise when calling `RTPSParticipantImpl::createWriter` on the same participants in parallel from different threads. @Mergifyio backport 2.7.x 2.6.x...
I'm opening this issue to trigger the discussion on the best methods to analyze, interpret, and compare the performance results obtained by the methods decided in #6 . Right now,...
## Description Before this PR, compiling with GCC option `-Woverloaded-virtual` resulted in compilation warnings due to overloaded virtual methods being hidden in derived classes that do not override all the...
## Description This PR moves to src/cpp the header files from all the classes in include/fastrtps that should not be part of the public API. Furthermore, it aslo moves to...
## Description With this PR, `DataReader::return_loan` starts returning OK when given a loanable sequence with no loans, i.e.; 1. A loanable sequence with a set maximum (no loans are performed)...
## Description This PR removes all redundant headers from include/fastrtps. It makes UnitsParser private It depends on: * #4545 Discovery Server related PR: * eProsima/Discovery-Server#73 ## Contributor Checklist - [x]...
## Description This PR prepares the 3.0.x-devel branch to become Fast DDS Docs master Related implementation PR: * eProsima/Fast-DDS#4723 ## Contributor Checklist - [x] Commit messages follow the project guidelines....