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 first test and code for cpp_mapping annotation #408

Merged
merged 5 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. Add first test and code for cpp_mapping annotation

        * tests/idl4/struct/client.cpp:
        * tests/idl4/struct/run_test.pl:
        * tests/idl4/struct/test.idl:
        * tests/idl4/struct/test.mpc:
          Added.
    
        * ridlbe/c++11/templates/cli/hdr/struct_idl_traits_def.erb:
        * ridlbe/c++11/templates/cli/hdr/struct_post.erb:
        * ridlbe/c++11/templates/cli/hdr/struct_pre.erb:
        * ridlbe/c++11/templates/cli/inl/struct_inl.erb:
        * ridlbe/c++11/templates/cli/src/struct_cdr.erb:
        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ea942c6 View commit details
    Browse the repository at this point in the history
  2. Add test

        * tests/idl4/struct/client.cpp -> tests/idl4/struct_cppmapping/client.cpp:
        * tests/idl4/struct/run_test.pl -> tests/idl4/struct_cppmapping/run_test.pl:
        * tests/idl4/struct/test.idl -> tests/idl4/struct_cppmapping/test.idl:
        * tests/idl4/struct/test.mpc -> tests/idl4/struct_cppmapping/test.mpc:
          Moved.
    
        * bin/taox11_tests.lst:
    jwillemsen committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5ec19f3 View commit details
    Browse the repository at this point in the history
  3. Add newline back

        * ridlbe/c++11/templates/cli/hdr/struct_pre.erb:
    jwillemsen committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    360e1f1 View commit details
    Browse the repository at this point in the history
  4. Simplifications and docs

        * ridlbe/c++11/templates/cli/hdr/struct_post.erb:
        * ridlbe/c++11/templates/cli/hdr/struct_pre.erb:
        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a840a2e View commit details
    Browse the repository at this point in the history
  5. Fixes

        * ridlbe/c++11/visitors/struct.rb:
        * tests/idl4/struct_cppmapping/test.idl:
    jwillemsen committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6094278 View commit details
    Browse the repository at this point in the history