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

[20129] TypeObject generation #280

Merged
merged 57 commits into from
Jan 29, 2024

Commits on Jan 25, 2024

  1. Typeobjects with tests (#255)

    * Fix tests for common struct name in different modules (#268)
    
    * Refs #20052: fix tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20052: update submodule
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    ---------
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Added TypeObject tests with templates for primitives and strings structures.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Added TypeObject tests for most cases.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Added TypeObject tests for unions enums and annotations.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Added missing checks
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * API changes. Additional checks.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Changes if TypeIdentifiers checks.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * API changes. Fixed errors.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Tests use gtest now.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Format changes.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Fixed namespaces, inheritance check and type functions.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Typo
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #19595: -typeobject argument is deprecated. TypeObject files will always be generated
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix copyright and include header order. Remove unused headers
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix TypeObjectRegistry::get_type_identifiers call
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix TypeObjectRegistry::get_type_objects call
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: remove const tests: constants do not have TypeObject
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix templates. Remove non-required parameter
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: simplify test templates and include collection and string tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: refactor struct TypeObject test
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: refactor bitset TypeObject test
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: refactor bitset TypeObject tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix enum type TypeObject tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix enum literals TypeObject test
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix bitmask TypeObject tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix type detail annotations checks
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix alias tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix union type TypeObject tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix union member tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: reorder templates. Fixes for string/wstring
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: check Collection TypeIdentifier EquivalenceKind
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix discriminator API according to review suggestion
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: array type tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix map type tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: map type tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix build errors
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: check TypeIdentifier and TypeObject consistency
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: remove non-necessary template attribute
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: member applied annotations check
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: remove non necessary templates. Check already done within consistency methods
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: check dimension/union label
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: add annotation type test
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: w/string type tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: REMOVE: comment TypeObject code in order to build
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: update submodules
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fixes in TypeObject tests
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: update dds types test submodule
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: update idl parser submodule
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: fix Fast DDS include
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #19595: update submodule
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    ---------
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    Co-authored-by: José Luis Bueno López <69244257+JLBuenoLopez-eProsima@users.noreply.github.com>
    Co-authored-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    3 people committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b816783 View commit details
    Browse the repository at this point in the history
  2. Refs #19906: introduce new templates to generate TypeObject code

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3e9d586 View commit details
    Browse the repository at this point in the history
  3. Refs #19906: TypeObject header implementation

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    36acca2 View commit details
    Browse the repository at this point in the history
  4. Refs #19906: minor fixes

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3a49617 View commit details
    Browse the repository at this point in the history
  5. Refs #19906: move anonymous collection name generator to common code

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    895fc1d View commit details
    Browse the repository at this point in the history
  6. Refs #19906: skeleton

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a61cb1d View commit details
    Browse the repository at this point in the history
  7. Refs #19906: improve verbatim annotation test. Alias custom annotatio…

    …ns should be included only once
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e4ff723 View commit details
    Browse the repository at this point in the history
  8. Refs #19906: fix typo

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e6cc28e View commit details
    Browse the repository at this point in the history
  9. Refs #19906: alias type implementation

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3ee3610 View commit details
    Browse the repository at this point in the history
  10. Refs #19906: struct_type implementation

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7021a7a View commit details
    Browse the repository at this point in the history
  11. Refs #19906: fix sequential member id

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    740670d View commit details
    Browse the repository at this point in the history
  12. Refs #19906: struct members

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fd5699b View commit details
    Browse the repository at this point in the history
  13. Refs #19906: refactor TypeObjectSupport infrastructure

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f4378b3 View commit details
    Browse the repository at this point in the history
  14. Refs #19906: refactor TypeObjectSupport

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    19e0e4b View commit details
    Browse the repository at this point in the history
  15. Refs #19906: do not execute code in main function

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    628f201 View commit details
    Browse the repository at this point in the history
  16. Refs #19906: assign proper member id with inheritance

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    af4b0da View commit details
    Browse the repository at this point in the history
  17. Refs #19906: refactor register struct type

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7943d57 View commit details
    Browse the repository at this point in the history
  18. Refs #19906: fix calling templates with proper parameters

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    84173b8 View commit details
    Browse the repository at this point in the history
  19. Refs #19906: annotation impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2f79737 View commit details
    Browse the repository at this point in the history
  20. Refs #19906: enum impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2e667a1 View commit details
    Browse the repository at this point in the history
  21. Refs #19906: w/string impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    307d613 View commit details
    Browse the repository at this point in the history
  22. Refs #19906: several fixes in tests

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    70ce7aa View commit details
    Browse the repository at this point in the history
  23. Refs #19906: alias impl. Annotation refactor

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4f577c4 View commit details
    Browse the repository at this point in the history
  24. Refs #19906: fix get TypeObject template

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0b46ef3 View commit details
    Browse the repository at this point in the history
  25. Refs #19906: union impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7bd6a43 View commit details
    Browse the repository at this point in the history
  26. Refs #19906: union member impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5f06776 View commit details
    Browse the repository at this point in the history
  27. Refs #19906: bitset impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b6b2acb View commit details
    Browse the repository at this point in the history
  28. Refs #19906: bitmask impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    24b8945 View commit details
    Browse the repository at this point in the history
  29. Refs #19906: sequences impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cd24fe2 View commit details
    Browse the repository at this point in the history
  30. Refs #19906: small refactor to adapt to new throwing API

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7c5e442 View commit details
    Browse the repository at this point in the history
  31. Refs #19906: update unbounded collections name

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ae95254 View commit details
    Browse the repository at this point in the history
  32. Refs #19906: arrays impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6668db9 View commit details
    Browse the repository at this point in the history
  33. Refs #19906: map impl

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    07e3311 View commit details
    Browse the repository at this point in the history
  34. Refs #20129: support for not applied annotations

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4b54b3f View commit details
    Browse the repository at this point in the history
  35. Refs #20129: generate TypeObject tests only for main dependency

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0619084 View commit details
    Browse the repository at this point in the history
  36. Refs #20129: fix expected flags

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5b65237 View commit details
    Browse the repository at this point in the history
  37. Refs #20129: option to avoid generating type object support files

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8b775c9 View commit details
    Browse the repository at this point in the history
  38. Refs #20129: delete legacy TypeObject template

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    205325e View commit details
    Browse the repository at this point in the history
  39. Refs #20129: integration, fix use of external and other minor bugs/typos

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    69c917b View commit details
    Browse the repository at this point in the history
  40. Refs #20129: test integration: fix unbounded collections, correctly t…

    …est collections, correctly check TypeIdentifiers, correctly use fixed_string API
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b380084 View commit details
    Browse the repository at this point in the history
  41. Refs #20129: use variables

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fbfddfe View commit details
    Browse the repository at this point in the history
  42. Refs #20129: fix conflicts after rebase

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b645951 View commit details
    Browse the repository at this point in the history
  43. Refs #20129: no type support option disables also TypeObject support …

    …generation
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4fc97fc View commit details
    Browse the repository at this point in the history
  44. Refs #20129: fix Fast DDS include

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a87fad9 View commit details
    Browse the repository at this point in the history
  45. Refs #20129: avoid warning

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0d24e7e View commit details
    Browse the repository at this point in the history
  46. Refs #20129: use genapi module conversion in TypeObject templates

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e6258e8 View commit details
    Browse the repository at this point in the history
  47. Refs #20129: apply review suggestions

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5009e93 View commit details
    Browse the repository at this point in the history
  48. Refs #20129: create register_type_object_representation method in Typ…

    …eSupport
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e51a9e7 View commit details
    Browse the repository at this point in the history
  49. Refs #20129: fix map keys

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2e546a4 View commit details
    Browse the repository at this point in the history
  50. Refs #20129: add sequence order check and fixes in map keys and minim…

    …al annotation parameters
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    388c157 View commit details
    Browse the repository at this point in the history
  51. Refs #20129: update IDL Parser submodule

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e6c0e73 View commit details
    Browse the repository at this point in the history
  52. Refs #20129: fix Windows warnings C4456: declararion hides previous l…

    …ocal declaration
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    da2bfad View commit details
    Browse the repository at this point in the history
  53. Refs #20129: fix collection name in case of enum types

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    74fae95 View commit details
    Browse the repository at this point in the history
  54. Refs #20129: update IDL Parser submodule

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    27f47fc View commit details
    Browse the repository at this point in the history
  55. Refs #20129: fix Windows warning

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    16fea83 View commit details
    Browse the repository at this point in the history
  56. Refs #20129: update IDL Parser submodule

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5e50497 View commit details
    Browse the repository at this point in the history
  57. Refs #20129: apply review suggestions

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1cd7945 View commit details
    Browse the repository at this point in the history