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 #4876

Merged
merged 13 commits into from
Jun 6, 2024

Commits on Jun 5, 2024

  1. Refs #20815: Add regression test

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bfd054d View commit details
    Browse the repository at this point in the history
  2. Refs #20815: Only apply filter to ALIVE changes

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d2ff315 View commit details
    Browse the repository at this point in the history
  3. Refs #20815: Rename change_is_relevant_for_filter argument

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1320ea7 View commit details
    Browse the repository at this point in the history
  4. Refs #20815: Refactor test

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a8f6488 View commit details
    Browse the repository at this point in the history
  5. Refs #20815: Cast loop index to uint16_t for assigning it to the key …

    …field
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d0fc6ed View commit details
    Browse the repository at this point in the history
  6. Refs #20815: Refactor test so PubSubWriter can be used directly

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ceb2385 View commit details
    Browse the repository at this point in the history
  7. Refs #20815: Fix memory leak

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c890d8e View commit details
    Browse the repository at this point in the history
  8. Refs #20815: Apply Mario's suggestions

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    90ff3c8 View commit details
    Browse the repository at this point in the history
  9. Refs #20815: Add type traits to PubSubWriterReader and PubSubParticipant

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b89280c View commit details
    Browse the repository at this point in the history
  10. Refs #20815: Default move ctor and assignment in DynamicLoanableSequence

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8cdce10 View commit details
    Browse the repository at this point in the history
  11. Refs #20815: Add doxygen in DynamicLoanableSequence

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ddd9d73 View commit details
    Browse the repository at this point in the history
  12. Refs #20815: Delete copy semantic from DynamicLoanableSequence

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1e196dc View commit details
    Browse the repository at this point in the history
  13. Refs #20815: Use alias for TypeTraits::DataListType in PubSub* classes

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