* commit '2d330e96b8998c4ae6139b671e1cd39fdb3e7fd2':
Modify description in RELEASE.txt for HDFFV-9947 H5Sencode.
Add description to RELEASE.txt for HDFFV-9947 H5Sencode fix for 1.10.
* commit 'a17349a872f1c5b3457a8777e8f67a00587769e2':
Reworked MPI includes to be used as default with parallel
Update MPI commands
Fix fortran includes
HDFFV-10307 Add HD prefix
HDFFV-10307
HDFFV-10307 Add toupper function
Change reference from dl to CMake variable
H5detect and H5make_libsettings need include folder
* commit '23003990cc034b3ace8c1452aaa1fb1cadbddf51': (49 commits)
Snapshot version 1.10 release 2 (snap4)
Fix for daily test failures.
HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
removed duplicate exports of DS subroutines
removed duplicate exports of DS subroutines
Normalization with VOL integration branch.
clean-up
moved dll export to Module
Resolve conflicts from previous merge.
Fixed typo.
removed parameters
added missing parameter
added missing parameter
removed duplicate exports of DS subroutines
removed fortran comments
Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
exported global variables for windows
Updated RELEASE.txt to include note on bug fix for HDFFV-10272, LBNL-ECP(10334)
Fixed an incorrect FUNC_ENTER macro.
Normalization with VOL integration branch.
...
* commit '4f37d8e538a95a1081649b3d257b185455bad8c0': (44 commits)
HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
removed duplicate exports of DS subroutines
removed duplicate exports of DS subroutines
Normalization with VOL integration branch.
clean-up
moved dll export to Module
Fixed typo.
removed parameters
added missing parameter
added missing parameter
removed duplicate exports of DS subroutines
removed fortran comments
Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
exported global variables for windows
Fixed an incorrect FUNC_ENTER macro.
Normalization with VOL integration branch.
Normalization with VOL integration branch.
export var.
initialized integer constants
Update macros
...
* commit 'fbe6c69097c03cfe3f37d9ab114c0ad438fd434e': (37 commits)
removed duplicate exports of DS subroutines
removed duplicate exports of DS subroutines
clean-up
moved dll export to Module
removed parameters
added missing parameter
added missing parameter
removed duplicate exports of DS subroutines
removed fortran comments
exported global variables for windows
export var.
initialized integer constants
Update macros
Changed casts to const void *
Casted pointers to void to quiet warnings on Linux.
Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.
Fixed misc Warnings flagged by VS2017.
Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.
Fixed an uninitialized filter callback struct in H5Dchunk.c and unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330.
Fixed Windows code in H5PLpath.c
...
* commit '02d6a8b3ab923b386fd56816a18c6bf5640c4feb':
Resolve conflicts from previous merge.
Fix for HDFFV-9947 H5Sencode Modifications to fix H5Sencode bug when num points selected is > 2^32.
Renamed H5Location::exists to H5Location::nameExists and misc. cleanup
* commit '17d148434fff055a2e22c6ac715c7ecff536a5c3':
Fixed typo.
Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)