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

[20493] Extend LARGE_DATA configuration options #4444

Merged
merged 34 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. Refs #20493: Add Builtin config options

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0c6fba9 View commit details
    Browse the repository at this point in the history
  2. Refs #20493: Overload of RTPS API

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e790c71 View commit details
    Browse the repository at this point in the history
  3. Refs #20493: Update old methods with options parameter

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    087cd02 View commit details
    Browse the repository at this point in the history
  4. Refs #20493: Overload of DomainParticipantQos API

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    13f9349 View commit details
    Browse the repository at this point in the history
  5. Refs #20493: Make builtin-options const

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d9c52e9 View commit details
    Browse the repository at this point in the history
  6. Refs #20493: Add Env.var. parser

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b001553 View commit details
    Browse the repository at this point in the history
  7. Refs #20493: Increase maximum msg_size of TCP

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f94cea3 View commit details
    Browse the repository at this point in the history
  8. Refs #20493: Add blackbox tests

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    22b29f4 View commit details
    Browse the repository at this point in the history
  9. Refs #20493: Add Participant unittests

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    91d7fe1 View commit details
    Browse the repository at this point in the history
  10. Refs #20493: Add units parser to utils

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b1f19a1 View commit details
    Browse the repository at this point in the history
  11. Refs #20493: Update xsd shcema

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d51ff94 View commit details
    Browse the repository at this point in the history
  12. Refs #20493: Update XML parser with attributes and new format

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dd6c3e9 View commit details
    Browse the repository at this point in the history
  13. Refs #20493: Update XML Tests

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a343200 View commit details
    Browse the repository at this point in the history
  14. Refs #20493: Add xml tests to blackbox tests

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b082b71 View commit details
    Browse the repository at this point in the history
  15. Refs #20493: change to_uppercase() method to fix windows build

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2915a23 View commit details
    Browse the repository at this point in the history
  16. Refs #20493: Uncrustify

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f492df5 View commit details
    Browse the repository at this point in the history
  17. Refs #20493: Update transport initialization with max_msg_size_no_frag

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e911ed6 View commit details
    Browse the repository at this point in the history
  18. Refs #20493: Update QosPolicies to include max_msg_no_frag

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    19ed038 View commit details
    Browse the repository at this point in the history
  19. Refs #20493: Correct and add Env.var tests

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    163d008 View commit details
    Browse the repository at this point in the history
  20. Refs #20493: Improve doxygen and use XML::ERROR type

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8c9467f View commit details
    Browse the repository at this point in the history
  21. Refs #20493: Uncrustify and try to fix windows again

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5d7bb65 View commit details
    Browse the repository at this point in the history
  22. Refs #20493: fix doxygen

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0bfe00f View commit details
    Browse the repository at this point in the history
  23. Refs #20493: Use int in toupper and move includes

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6576962 View commit details
    Browse the repository at this point in the history
  24. Refs #20493: tcp_negotiation_timeout in BuiltinTransportOptions

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f5d5b47 View commit details
    Browse the repository at this point in the history
  25. Refs #20493: Timeout in Env.var.

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2b5756c View commit details
    Browse the repository at this point in the history
  26. Refs #20493: Timeout in XML

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    957ce6a View commit details
    Browse the repository at this point in the history
  27. Refs #20493: Tests for timeout and improvements

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d1b2abb View commit details
    Browse the repository at this point in the history
  28. Refs #20493: Uncrustify

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    93bba2a View commit details
    Browse the repository at this point in the history
  29. Refs #20493: Update XML schema to accept mode in complex type

    Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
    JesusPoderoso authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1de045c View commit details
    Browse the repository at this point in the history
  30. Refs #20493: Update test XML according to XSD update

    Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
    JesusPoderoso authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ece2aea View commit details
    Browse the repository at this point in the history
  31. Refs #20493: Update unit test XML snippets according to XSD update

    Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
    JesusPoderoso authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a0f3a36 View commit details
    Browse the repository at this point in the history
  32. Refs #20493: Update XMLParser to accept new schema

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b07eae6 View commit details
    Browse the repository at this point in the history
  33. Refs #20493: Apply suggestions

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4ee3a43 View commit details
    Browse the repository at this point in the history
  34. Refs #20493: Abort use of std::toupper()

    Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
    cferreiragonz authored and EduPonz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a72bc9a View commit details
    Browse the repository at this point in the history