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

Add support for @optional to DDSX11 conversion code #444

Merged
merged 8 commits into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. First ideas for optional support for dds4ccm

        * connectors/dds4ccm/tests/unkeyed_writer/data/unkeyed_writer.idl:
        * ridlbe/ccmx11/facets/dds/templates/typesupport/src/toplevel_seq.erb:
        * ridlbe/ccmx11/facets/dds/templates/udt_traits/struct.erb:
    jwillemsen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7653b00 View commit details
    Browse the repository at this point in the history
  2. Add mem alloc support

        * ridlbe/ccmx11/facets/dds/templates/udt_traits/struct.erb:
    jwillemsen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6f65b03 View commit details
    Browse the repository at this point in the history
  3. Use emplace

        * ridlbe/ccmx11/facets/dds/templates/udt_traits/struct.erb:
    jwillemsen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a12e6b3 View commit details
    Browse the repository at this point in the history
  4. Further simplified optional support

        * ddsx11/dds/dds_conversion_traits.h:
        * ridlbe/ccmx11/facets/dds/templates/udt_traits/struct.erb:
    jwillemsen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    65c433b View commit details
    Browse the repository at this point in the history
  5. Revert changes

        * connectors/dds4ccm/tests/unkeyed_writer/components/sender/unkeyed_writer_sender_exec.cpp:
        * connectors/dds4ccm/tests/unkeyed_writer/data/unkeyed_writer.idl:
        * ddsx11/dds/dds_conversion_traits.h:
    jwillemsen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9900b19 View commit details
    Browse the repository at this point in the history
  6. REvert test code

        * ridlbe/ccmx11/facets/dds/templates/typesupport/src/toplevel_seq.erb:
    jwillemsen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fe4d3af View commit details
    Browse the repository at this point in the history
  7. revert

        * ridlbe/ccmx11/facets/dds/templates/typesupport/src/toplevel_seq.erb:
    jwillemsen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    98b0c0f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Moved optional to rti code

        * ddsx11/dds/dds_conversion_traits.h:
        * ddsx11/vendors/ndds/dds/ndds_base_traits.h:
    jwillemsen committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    268badd View commit details
    Browse the repository at this point in the history