* commit '2e05d657549d1287ce0d9a7ee5364e609046adb8':
Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a006)
Initialize hid_t variables in test_Attr_bug9.
Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
* commit '837dc4bb51e3d3e823235228a33f6ffeae166b52':
Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a006)
Initialize hid_t variables in test_Attr_bug9.
Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
an object header chunk, where the total amount deleted was greater than
64K, an error would occur due to an off by one error in the code that
handled that case. Fixed this and added a test case.
* commit 'b829979c7047070bb92d67e5a5374c093319bab3':
Follow up on editing suggestions by Scot
Refactored testpar/t_bigio.c and then added a basic description of these test changes into RELEASE.txt (HDFFV-10301)
* commit 'cea5751e53228eb1ebd05d8fe86e071517bf809b': (28 commits)
Fix for Intel 18 Fortran compilation error.
Make a fix to allow CMake testing which does not use relative directories.
Add missing dir reference
New cmake MPI files
HDFFV-10321 Correct fortran link var
HDFFV-10321 change note added.
Correct path
Correct path
Change to local path
Add back Find module and add support files
Remove incorrect link var
Remove duplicated module
Correct usage of MPI vars
Convert to use MPI:: for link
Correct command usage
Change MPI target properties for library
Update H5Zfilter_avail note
New requirement for test
Add a missing declaration for testing
Revert "Fix for HDFFFV-10308. Initialize hid_ts in function check_objects and"
...
* commit 'e78651f0db850dc68c2595b185b0ecc4e9fe9cb3':
Fix the H5WATCH_SOURCES definition
Add the modifications for Cmake testing to a 1_10 based branch: HDFFV-10318
* commit '47f4db394bc488d4311a6e1bf833c90abf3247b9':
Add missing dir reference
New cmake MPI files
HDFFV-10321 Correct fortran link var
HDFFV-10321 change note added.