diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-15 16:13:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 16:13:22 (GMT) |
commit | fcdd0ab9dc93871fa600aface194b294947fad1b (patch) | |
tree | 305a955e98f15290a2953021f5565e45b29657be /release_docs/RELEASE.txt | |
parent | 9a8c5810ed37d353522cbb26014698881cd52ce4 (diff) | |
download | hdf5-fcdd0ab9dc93871fa600aface194b294947fad1b.zip hdf5-fcdd0ab9dc93871fa600aface194b294947fad1b.tar.gz hdf5-fcdd0ab9dc93871fa600aface194b294947fad1b.tar.bz2 |
Revert long double checks (#3133)
* Revert "Remove long double conversion work-arounds (#3097)"
This reverts commit 1e1dac1dac58fa18f6b7788346d1ba7d3315b0f9.
* Update comments to reflect newer systems
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2abc003..9fa590a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -65,28 +65,6 @@ New Features The functionality of H5detect is now exercised at library startup, so H5detect has been removed. - - Removed long double work-around symbols and configure options - - 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 - - Updated HDF5 API tests CMake code to support VOL connectors * Implemented support for fetching, building and testing HDF5 |