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

Feature/add typename method #8437

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

Commits on Nov 5, 2024

  1. Add TypeName() method to generated C++ tables for type identification

    For the commit message, it’s important to keep it concise but informative. Here’s a recommended format:
    
    Suggested Commit Message:
    typescript
    Copy code
    feat: add TypeName() method to generated C++ tables for type identification
    
    - Added a `TypeName()` method to generated C++ code to return the fully qualified type name (namespace.type).
    - Introduced the `MakeFullyQualifiedName` utility function to construct fully qualified type names.
    - Added a new `--gen-type-names` flag to `flatc` to enable this feature.
    - Updated `GenTable` method in `idl_gen_cpp.cpp` to generate the `TypeName()` method when the flag is set.
    pablogm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3708250 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Run clang-format-git.sh

    pablogm committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    10f2021 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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