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

[21313] Type propagation policy #5081

Merged
merged 22 commits into from
Jul 26, 2024
Merged

Commits on Jul 24, 2024

  1. Refs #21313: Substitute auto_fill_type_information with fastdds.type_…

    …propagation policy
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1f27150 View commit details
    Browse the repository at this point in the history
  2. Refs #21313: Rework DynamicPubSubType.hpp doxydoc

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b4dd71f View commit details
    Browse the repository at this point in the history
  3. Refs #21313: Add minimal bandwidth type propagation

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3637a36 View commit details
    Browse the repository at this point in the history
  4. Refs #21313: Add registration only bandwidth type propagation

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9d8ec86 View commit details
    Browse the repository at this point in the history
  5. Refs #21313: Only init TypeLookupManager when required

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    de2a56d View commit details
    Browse the repository at this point in the history
  6. Refs #21313: Add entry to versions.md

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    85a350e View commit details
    Browse the repository at this point in the history
  7. Refs #21313: Remove unrecheable code

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    28f0b6d View commit details
    Browse the repository at this point in the history
  8. Refs #21313: Improve tests

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    de9b015 View commit details
    Browse the repository at this point in the history
  9. Refs #21313: Remove unnecessary includes

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7a282da View commit details
    Browse the repository at this point in the history
  10. Refs #21313: Add RTPSParticipantImplt::type_propagation API to group …

    …code
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    94b3b62 View commit details
    Browse the repository at this point in the history
  11. Refs #21313: Rename RTPSParticipant attr getter to get_attributes

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b1256ed View commit details
    Browse the repository at this point in the history
  12. Refs #21313. Fix doxygen reference

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    64cf33a View commit details
    Browse the repository at this point in the history
  13. Refs #21313: Fix tests

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware authored and EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8c82a55 View commit details
    Browse the repository at this point in the history
  14. Refs #21313: Update doxygen documentation

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware authored and EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ce7336b View commit details
    Browse the repository at this point in the history
  15. Refs #21313. Fix after rebase

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware authored and EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    122bc63 View commit details
    Browse the repository at this point in the history
  16. Refs #21313: Apply Miguel's suggestions

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    18d6bbd View commit details
    Browse the repository at this point in the history
  17. Refs #21313: Fix build with BUILD_DOCUMENTATION=ON

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6bab448 View commit details
    Browse the repository at this point in the history
  18. Refs #21313: Fix build with BUILD_DOCUMENTATION=ON and Fast CDR as th…

    …irdparty
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3c4ca8c View commit details
    Browse the repository at this point in the history
  19. Refs #21313: Uncrustify

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b21873e View commit details
    Browse the repository at this point in the history
  20. Refs #21313: Fix uncrustify

    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1aa76e4 View commit details
    Browse the repository at this point in the history
  21. Refs #21313: Fix failing tests

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

Commits on Jul 25, 2024

  1. Refs #21313: Fix potential ABBA between PDP and RTPSParticipantImpl m…

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