hdf5/hl
Sean McBride 9cea7c9bb9
Assume C99 fixed sized ints exist, use them (#470)
* Committing clang-format changes

* Assume C99 fixed sized ints exist, use them

* 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.

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-08 12:44:06 -06:00
..
c++ More clang tidy (#908) 2021-08-23 16:14:53 -05:00
examples More clang tidy (#908) 2021-08-23 16:14:53 -05:00
fortran Assume C99 fixed sized ints exist, use them (#470) 2021-11-08 12:44:06 -06:00
src Assume C99 fixed sized ints exist, use them (#470) 2021-11-08 12:44:06 -06:00
test New references for Dimension Scale APIs (#1139) 2021-11-05 07:33:02 -05:00
tools Move test utilities to utils/test folder (#1109) 2021-10-20 08:25:06 -05:00
CMakeLists.txt New references for Dimension Scale APIs (#1139) 2021-11-05 07:33:02 -05:00
Makefile.am HDFFV-11266 - add option to build HL tools (#1018) 2021-09-16 12:15:25 -05:00