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 beta support for annotations on struct member declarations #330

Merged
merged 14 commits into from
Oct 27, 2023

Commits on Oct 26, 2023

  1. Revert "Revert some changes"

    This reverts commit 4a79217.
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    58e790e View commit details
    Browse the repository at this point in the history
  2. Work in progress

        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    cc48b96 View commit details
    Browse the repository at this point in the history
  3. Revert

        * ridlbe/c++11/config/cxx_type.rb:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    78c9deb View commit details
    Browse the repository at this point in the history
  4. Some support for default on typedef

        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    35e8857 View commit details
    Browse the repository at this point in the history
  5. Fixed typedef

        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    26b7b23 View commit details
    Browse the repository at this point in the history
  6. Add default

        * bin/taox11_tests.lst:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d59eb68 View commit details
    Browse the repository at this point in the history
  7. use value_to_s

        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    182cc35 View commit details
    Browse the repository at this point in the history
  8. Test extension

        * tests/idl4/default/client.cpp:
        * tests/idl4/default/test.idl:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    59681b3 View commit details
    Browse the repository at this point in the history
  9. No front end change necessary

        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    020412a View commit details
    Browse the repository at this point in the history
  10. Cleanup

        * ridlbe/c++11/config/cxx_type.rb:
        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    41bd5ca View commit details
    Browse the repository at this point in the history
  11. Exception test

        * tests/idl4/default/client.cpp:
        * tests/idl4/default/test.idl:
    jwillemsen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e156a39 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc762b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Simplified code

        * ridlbe/c++11/visitors/struct.rb:
    jwillemsen committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a8d55d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f3460 View commit details
    Browse the repository at this point in the history