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

[21397] Parse IDL string for xtypes #4943

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

Commits on Sep 6, 2024

  1. Implement idl parser (in progress)

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2998e08 View commit details
    Browse the repository at this point in the history
  2. Adapt literals and expressions parsing to new xtype APIs

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ee21e39 View commit details
    Browse the repository at this point in the history
  3. Compile code in Windows

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0c2937e View commit details
    Browse the repository at this point in the history
  4. Fix alias parsing

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0117ea4 View commit details
    Browse the repository at this point in the history
  5. Fix code to run through example in Linux

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    19af229 View commit details
    Browse the repository at this point in the history
  6. Fix format and compile warnings

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4f30cb0 View commit details
    Browse the repository at this point in the history
  7. Fix type for parsing integer literals

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0083233 View commit details
    Browse the repository at this point in the history
  8. Fix union default label parsing

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bad1562 View commit details
    Browse the repository at this point in the history
  9. Support create_type_w_document

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    96418f6 View commit details
    Browse the repository at this point in the history
  10. Remove example

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bfde524 View commit details
    Browse the repository at this point in the history
  11. Capture exceptions before return to user code

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    489efaf View commit details
    Browse the repository at this point in the history
  12. Implement get_temporary_file

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1f2dd58 View commit details
    Browse the repository at this point in the history
  13. Build with EPROSIMA_BUILD_TESTS=ON

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9f964d4 View commit details
    Browse the repository at this point in the history
  14. Add unit tests

    Signed-off-by: Yangbo Long <[email protected]>
    YangboLong committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    31fd100 View commit details
    Browse the repository at this point in the history