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

Assume C99 fixed sized ints exist, use them #470

Merged
merged 6 commits into from
Nov 8, 2021

Commits on Aug 12, 2021

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

Commits on Aug 24, 2021

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

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    64a3631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b206cab View commit details
    Browse the repository at this point in the history
  3. Assume H5_SIZEOF_LONG_DOUBLE != 0, long double has existed since C89

    Note, this is only assuming that `long double` exists, no assumptions about its size have been touched.  Didn't remove any code that does things like test if `long double` and `double` have different sizes.
    seanm committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8c1eea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73b52cf View commit details
    Browse the repository at this point in the history