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 option to try to fit macro constants into smaller integer types #1945

Closed
wants to merge 3 commits into from

Commits on Dec 15, 2020

  1. Add option to fit macro consts into smaller types

    Add a `--fit-macro-constant-types` option to make bindgen try to fit
    macro integer constants into types smaller than u32/i32.
    Useful especially when dealing with 8/16-bit architectures.
    Skelebot committed Dec 15, 2020
    Copy the full SHA
    21a58ea View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Fix formatting

    Skelebot committed Dec 18, 2020
    Copy the full SHA
    d19d6d7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    477b5a3 View commit details
    Browse the repository at this point in the history