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

[20567] Make private the necessary headers from include/fastrtps #4545

Merged
merged 22 commits into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. Refs #20567: Include what you use in latency test

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    76134dd View commit details
    Browse the repository at this point in the history
  2. Refs #20567: Remove unnecesary and deprecated headers

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9c0a79e View commit details
    Browse the repository at this point in the history
  3. Refs #20567: Migrate allocations test to DDS

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    47ce65a View commit details
    Browse the repository at this point in the history
  4. Refs #20567: Make ParticipantAttributes private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d07f80a View commit details
    Browse the repository at this point in the history
  5. Refs #20567: Make ReplierAttributes & RequesterAttributes private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    32a6397 View commit details
    Browse the repository at this point in the history
  6. Refs #20567: Make PublisherAttributes private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4b46f7c View commit details
    Browse the repository at this point in the history
  7. Refs #20567: Make SubscriberAttributes private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9309221 View commit details
    Browse the repository at this point in the history
  8. Refs #20567: Make Discovery private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    db6b676 View commit details
    Browse the repository at this point in the history
  9. Refs #20567: Make ProxyPool private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    efcfa5d View commit details
    Browse the repository at this point in the history
  10. Refs #20567: Make Semaphore private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    28b563d View commit details
    Browse the repository at this point in the history
  11. Refs #20567: Make MessageReceiver private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b6ed0cc View commit details
    Browse the repository at this point in the history
  12. Refs #20567: Make BuiltinProtocols private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    76a6a18 View commit details
    Browse the repository at this point in the history
  13. Refs #20567: Make Liveliness private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    213eed7 View commit details
    Browse the repository at this point in the history
  14. Refs #20567: Make LivelinessManager private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c607772 View commit details
    Browse the repository at this point in the history
  15. Refs #20567: Make LivelinessData private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d98134e View commit details
    Browse the repository at this point in the history
  16. Refs #20567: Make shared_mutex private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ac465c4 View commit details
    Browse the repository at this point in the history
  17. Refs #20567: Make StringMatching private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b379261 View commit details
    Browse the repository at this point in the history
  18. Refs #20567: Make TimeConversion private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    739c754 View commit details
    Browse the repository at this point in the history
  19. Refs #20567: Make DBQueue private

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fd4c36f View commit details
    Browse the repository at this point in the history
  20. Refs #20567: Add notes to versions.md

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4633f7c View commit details
    Browse the repository at this point in the history
  21. Refs #20567: Apply Eliana's suggestions

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5e1ee49 View commit details
    Browse the repository at this point in the history
  22. Refs #20567: Correctly export API in Windows for ReplierQos and Reque…

    …sterQos
    
    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    EduPonz committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4259298 View commit details
    Browse the repository at this point in the history