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
Merge pull request #2516 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '0dd3ebd68d1999631848975aa48fa0d89a323065':
Add prefix_relto_examplesdir function to set relative path to h5c++.
Merge pull request #2513 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '7ada17fa2e3d1df0d3df44b0713d0de40194777f':
TRILAB-192 version of std=f2008 special check
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit 'f4324635e142eacf7c4a72224038152ea73d1139':
A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
Merge pull request #2499 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/110_dtype_close_on_error to hdf5_1_10
* commit '665b71f94ec9ca81360c96867a1df5882b2ab19c':
A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails.
The code to fix the problem is the same as what is done in H5D__open_oid().
Merge pull request #2481 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '311a9c9147cf03e8a4b33fb1500ad9a73d07e540':
Fix shadoweed type
TRILAB-192 - cleanup edits and match CMake CXX to autotools
Add missing " and update function calls incorrectly named load_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.
TRILAB-192 update LTparse files
TRILAB-192 - merge changes from develop
Update...
Add missing " and update function calls incorrectly
named load_gcc_arguments.
Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags
to not add C warnings flags to H5_FCFLAGS.
TRILAB-192 - merge changes from develop
Single source, config files, for warnings for both autotools and CMake.
Update CMake libraries, tools, tests to use correct flags.
Merge pull request #2491 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to hdf5_1_10
* commit '95c04dc836b4176930fce613d00fdd99bd0759c7':
H5repack bug fixes from develop
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '68a892f3f2eb6601b6254ff90c165c3b6412b97a':
Remove return statement from void function test_reference_sel_none().
Somehow missed in committing this file for the fix submitted previously.
Fix for HDFFV-11067:incorrect # of selected elements returned from region reference. The H5S_sel_none->deserialize callback should be called for H5S_SEL_NONE selection type.
Merge pull request #2492 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'a3b13848287c7155feaa699ba9e3c526f4ea31ba':
Remove return statement from void function test_reference_sel_none().