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

Use std::string at the RTI Connext DDS side of DDSX11 #447

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. Experimenting with std::string as part of the RTI API

        * ddsx11/vendors/ndds/MPC/config/ddsx11_vendor_ts_defaults.mpb:
        * ddsx11/vendors/ndds/dds/ndds_base_traits.h:
    jwillemsen committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7ac2b90 View commit details
    Browse the repository at this point in the history
  2. More test code for using std::string

        * ddsx11/vendors/ndds/dds/ndds_base_traits.h:
        * ddsx11/vendors/ndds/dds/ndds_typedefs.h:
        * ddsx11/vendors/ndds/ridlbe/ccmx11/facets/dds4ndds/templates/udt_traits/ndds/pre.erb:
        * ddsx11/vendors/ndds/ridlbe/ccmx11/facets/dds4ndds/templates/udt_traits/ndds/string.erb:
    jwillemsen committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7d9e1d6 View commit details
    Browse the repository at this point in the history
  3. Further disable code

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

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

Commits on Sep 24, 2024

  1. Add logging when the last character of the b_57 string is zero

        * connectors/dds4ccm/tests/idl_conversion/receiver/idl_conversion_receiver_exec.cpp:
    jwillemsen committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bae750a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    63d431b View commit details
    Browse the repository at this point in the history
  2. Cleanup

        * ddsx11/vendors/ndds/dds/ndds_base_traits.h:
    jwillemsen committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ffd1f77 View commit details
    Browse the repository at this point in the history
  3. Extend sequence of string tests

        * connectors/dds4ccm/tests/idl_conversion/data/idl_conversion.idl:
        * connectors/dds4ccm/tests/idl_conversion/receiver/idl_conversion_receiver_exec.cpp:
        * connectors/dds4ccm/tests/idl_conversion/sender/idl_conversion_sender_exec.cpp:
    jwillemsen committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d12787 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    ae4f9b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Further simplifications for std::string

        * ddsx11/vendors/ndds/dds/ndds_base_traits.h:
    jwillemsen committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ac01bbe View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Removed obsolete code

        * ddsx11/vendors/ndds/dds/ndds_base_traits.h:
    jwillemsen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2e0785d View commit details
    Browse the repository at this point in the history
  2. useStdString implies constructor

        * ddsx11/vendors/ndds/MPC/config/ddsx11_vendor_ts_defaults.mpb:
    jwillemsen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f81699b View commit details
    Browse the repository at this point in the history