Merge pull request #2587 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10
* commit 'eddcc2f800db71d4c4309f74f57ed58ae7854727':
Brought error tests in line with develop. Fixes warnings.
Brought H5E package in line with develop.
Merge pull request #2586 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10
* commit '63b538ab781d76aa1261d980674c871c944890d3':
Misc fixes and changes from develop.
Merge pull request #2581 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10
* commit 'c30cf6d59664f63573b31efa4e73b41de168e381':
Moved H5MM_memcpy and H5MM_xfree_const from develop
Merge pull request #2580 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10
* commit '730d6cc53f3914f951e1177fc29835486b61dcdb':
Normalization of high-level library with develop. Also brings the warnhist script over.
Merge pull request #2578 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit '6266d0fe88bbb6c823bda15295e583643b7204bf':
Manual merge of H5T_copy constification (avoids VOL changes and messy diff).
Merge pull request #2570 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '64a9fccecf37b1aff531e5aa1a5504b7387e4745':
disable pr action and enable fail fast
Correct filename
OESS-65 Fix packaging
Merge pull request #2560 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'c61a2a024875eba5adce53394ddc25c7fb6920b9':
Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.
Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.
Reduce gratuitous casts---e.g., (size_t)1.
Use the right format string for a pointer.
In the H5C sanity checks, change a "size increase" variable from ssize_t
(too narrow) to int64_t (wide enough).
Parenthesize every appearance of `storage` in the macro
`H5D_CHUNK_STORAGE_INDEX_CHK(storage)` so that you can pass in an
expression like &sc and it works properly.
Disallow re-assignment of the `dset` parameter to H5D__chunk_in...
Merge pull request #2555 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_merge to hdf5_1_10
* commit '75507128004be6241befeab95aaf34cfd68a1249':
Merged HDFFV-10792 parallel compression fix from develop. This was a manual cherry pick.
Merge pull request #2550 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '25ffe5a0e79c8c9d26b557e8d09599b736c86ebc':
Add -Werror= flags to lists displayed in libhdf5.settings.
Fix errors: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
Merge pull request #2548 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '1acccabdb24019052c7787863015608da0e176f8':
Correct cmake version in text
whitespace
OESS-65 replace szip with aec szip
Merge pull request #2529 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '68adfb86d056af222ab80c349c56e0bd1d183f09':
Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop
Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to config/cmake_ext_mod/HDFMacros.cmake for common use.
Restrict errors to gcc 4.8 and above.
Fix NoFilter build
TRILAB-244 separate CXX warnings and errors from C
Don't add general warnings flags for unsuppor...
Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop
* commit 'd16eb45d536bd13ca3cf1b0bdc76c58d95d13f17':
For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX instead of "%ju".
Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-in...
Don't add general warnings flags for unsupported old versions of gcc and
g++ (older than gcc/g++ 4.2).
Correct gnu-cxxflags to determine warnings flags to be added based on
C++ compiler version instead of C compiler version.
Merge pull request #2544 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10
* commit '489f46b5be41f112300fd646662ae8954d6e9e11':
Snapshot version 1.10 release 7 (snap0) Update version to 1.10.7-1
Merge pull request #2524 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '59d0c8bf4ddce74e2a444232f00a1178ff1baf95':
Remove extra '{' in #ifdef H5FDmpio_DEBUG block; fix indentation.
Merge pull request #2520 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'ae6467dee4932133a5fed4b1317c48c4376ccda9':
Parallel Fortran tests now use the MPI module instead of including mpif.h.
Merge pull request #2519 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '2e51459b8aecb2835bca06bf6a866900adad0b8b':
Fix Werror issues, whitespace, casts and unused vars
Merge pull request #2517 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '2fc8167b61c5d62cbf756bcdfd91b4e59dae96e3':
Fix compile error with MPI enabled