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 experimental support for CORBA CDR support for the IDL4 optional annotation #386

Merged
merged 7 commits into from
May 27, 2024

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    7ec8c8d View commit details
    Browse the repository at this point in the history
  2. Add CDR for optional

        * ridlbe/c++11/templates/cli/prx/struct_cdr.erb:
        * ridlbe/c++11/templates/cli/src/struct_cdr.erb:
        * tests/idl4/optional/testC.cpp:
        * tests/idl4/optional/testC.h:
        * tests/idl4/optional/testCP.h:
    jwillemsen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    118ea2c View commit details
    Browse the repository at this point in the history
  3. More test

        * ridlbe/c++11/templates/cli/prx/struct_cdr.erb:
        * ridlbe/c++11/templates/cli/src/struct_cdr.erb:
        * tests/idl4/optional/test.idl:
        * tests/idl4/optional/testC.cpp:
        * tests/idl4/optional/testC.h:
        * tests/idl4/optional/testCP.h:
    jwillemsen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    235d1eb View commit details
    Browse the repository at this point in the history
  4. Add more optional support, removed ACE_HAS_CPP17 checks

        * tao/x11/optional_cdr_t.h:
          Added.
    
        * ridlbe/c++11/templates/cli/prx/struct_cdr.erb:
        * ridlbe/c++11/templates/cli/src/struct_cdr.erb:
        * ridlbe/c++11/visitors/struct.rb:
        * ridlbe/c++11/writers/stubproxyheader.rb:
        * tao/x11/base/bounded_map_t.h:
        * tao/x11/map_cdr_t.h:
        * tao/x11/optional_t.h:
        * tao/x11/portable_server/operation_table_std_map.h:
        * tao/x11/taox11.mpc:
        * tests/idl4/optional/test.idl:
        * tests/idl4/optional/testC.cpp:
        * tests/idl4/optional/testC.h:
        * tests/idl4/optional/testCP.h:
        * tests/interface/client.cpp:
        * tests/struct/client.cpp:
        * tests/union/client.cpp:
    jwillemsen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e7c0788 View commit details
    Browse the repository at this point in the history
  5. Removed generated fiels

    jwillemsen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    879a09b View commit details
    Browse the repository at this point in the history
  6. Removed hack code

        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6bdae5c View commit details
    Browse the repository at this point in the history
  7. Add missing whitespace

        * tao/x11/optional_cdr_t.h:
    jwillemsen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7ac4482 View commit details
    Browse the repository at this point in the history