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

Remove long double conversion work-arounds #3097

Merged
merged 1 commit into from
Jun 12, 2023

Commits on Jun 10, 2023

  1. Remove long double conversion work-arounds

          Several options and public symbols that were provided to paper
          over non-standard long double conversions between signed/unsigned
          long and long long values were removed from the Autotools and
          CMake. These were added twenty years ago, when C99 and 64-bit
          platforms were less common and are no longer needed.
    
          Autotools:
            --enable-dconv-accuracy
    
          CMake:
            HDF5_WANT_DATA_ACCURACY
    
          H5pubconf.h symbols:
            H5_WANT_DATA_ACCURACY
            H5_LDOUBLE_TO_LONG_SPECIAL
            H5_LONG_TO_LDOUBLE_SPECIAL
            H5_LDOUBLE_TO_LLONG_ACCURATE
            H5_LLONG_TO_LDOUBLE_CORRECT
            H5_DISABLE_SOME_LDOUBLE_CONV
    derobins committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    10aafe0 View commit details
    Browse the repository at this point in the history