mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
330b80a266
Fixed some conversion issues with Clang due to problematic undefined behavior when casting a negative floating-point value to an integer Fixed a bug in the library's software integer to floating-point conversion function where a user's conversion exception function returning H5T_CONV_UNHANDLED in the case of overflows would result in incorrect data after conversion Added configure checks for functions and macros related to _Float16 usage since some compilers expose the datatype but not the functions or macros Fixed a dt_arith test failure when H5_WANT_DCONV_EXCEPTION isn't defined Fixed a few warnings from not explicitly casting some _Float16 variables upwards
60 lines
907 B
Plaintext
60 lines
907 B
Plaintext
/** \page SPEC Specifications
|
|
|
|
\section DDL
|
|
|
|
\li \ref DDLBNF110
|
|
\li \ref DDLBNF112
|
|
\li \ref DDLBNF114
|
|
|
|
\section File Format
|
|
|
|
\li \ref FMT1
|
|
\li \ref FMT11
|
|
\li \ref FMT2
|
|
\li \ref FMT3
|
|
|
|
\section Other
|
|
|
|
\li \ref IMG
|
|
\li \ref TBL
|
|
\li <a href="https://support.hdfgroup.org/HDF5/doc/HL/H5DS_Spec.pdf">
|
|
HDF5 Dimension Scale Specification</a>
|
|
|
|
*/
|
|
|
|
/** \page FMT3 HDF5 File Format Specification Version 3.0
|
|
|
|
\htmlinclude H5.format.html
|
|
|
|
*/
|
|
|
|
/** \page FMT2 HDF5 File Format Specification Version 2.0
|
|
|
|
\htmlinclude H5.format.2.0.html
|
|
|
|
*/
|
|
|
|
/** \page FMT11 HDF5 File Format Specification Version 1.1
|
|
|
|
\htmlinclude H5.format.1.1.html
|
|
|
|
*/
|
|
|
|
/** \page FMT1 HDF5 File Format Specification Version 1.0
|
|
|
|
\htmlinclude H5.format.1.0.html
|
|
|
|
*/
|
|
|
|
/** \page IMG HDF5 Image and Palette Specification Version 1.2
|
|
|
|
\htmlinclude ImageSpec.html
|
|
|
|
*/
|
|
|
|
/** \page TBL HDF5 Table Specification Version 1.0
|
|
|
|
\htmlinclude TableSpec.html
|
|
|
|
*/
|