Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20815] Only apply content filter to ALIVE changes (backport #4876) #4904

Merged
merged 3 commits into from
Jun 26, 2024

Commits on Jun 25, 2024

  1. [20815] Only apply content filter to ALIVE changes (#4876)

    * Refs #20815: Add regression test
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Only apply filter to ALIVE changes
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Rename change_is_relevant_for_filter argument
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Refactor test
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Cast loop index to uint16_t for assigning it to the key field
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Refactor test so PubSubWriter can be used directly
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Fix memory leak
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Apply Mario's suggestions
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Add type traits to PubSubWriterReader and PubSubParticipant
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Default move ctor and assignment in DynamicLoanableSequence
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Add doxygen in DynamicLoanableSequence
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Delete copy semantic from DynamicLoanableSequence
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20815: Use alias for TypeTraits::DataListType in PubSub* classes
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    ---------
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    (cherry picked from commit 9a64956)
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    427d6aa View commit details
    Browse the repository at this point in the history
  2. Refs #20815: Avoid doxygen warning about undocumented param in delete…

    …d functions
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b6b094c View commit details
    Browse the repository at this point in the history
  3. Refs #20815: Rename some targets to be able to compile with thirdparty

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f788aa0 View commit details
    Browse the repository at this point in the history