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

Fix #85, updates to struct/typedef names #86

Merged
merged 2 commits into from
Mar 4, 2024

Commits on Feb 29, 2024

  1. Fix nasa#85, updates to struct/typedef names

    Implements a bit of paradigm shift in how names of symbols/types are
    generated, relying on prefixes rather than suffixes.  Using suffixes
    has an opportunity of name collisions that is not possible when using
    prefixes.
    
    A separate typedef file maps to the existing type names and thus keeps
    it compatible with existing code, but only if that typedef file is used.
    jphickey committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    147dc08 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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