Fixed HDFFV-10404Description:
Applied the typo fixes from user's report.
The previous pull request couldn't be merged because it was too old,
and it was too complicated for me to resolve conflicts.
Platform tested:
Linux/64 (jelly) - very minor
Merge pull request #1130 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '08a8202eda7a79495a6d48f6be2c0b114e11750f':
Vailin's fix for H5open fail when file doesn't have write permissions for user in test_misc33(). The test file can be opened read-only because the test doesn't write to it.
Vailin's fix for H5open fail when file doesn't have write permissionsfor user in test_misc33(). The test file can be
opened read-only because the test doesn't write to it.
Merge pull request #1123 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'b1f5c9e9d63e16d67089f08ef2becc5119592a76':
Fix ptr arith
Correct function call
Remove writeVL option
Region reference in compounds need class check
Correct cast formatting
Correct var name
Need to cast from void ptr
Update Java util lib, Refactor H5D write VL to match read
Merge pull request #1117 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develop* commit 'b193bc11c966d79b76ebc3bbe76728f0693693ef':
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing
changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop* commit '25f80cbbec3a7d8036325784168b029cb71cc813': (324 commits)
Snapshot version 1.10 release 3 (snap3)
Update document
HDFFV-10433 Updated text to address issues raised.
Snapshot version 1.10 release 3 (snap2)
Updated version to 1.10.3-snap2
Merge corrections from develop
HDFFV-10473 add note for attribute fix
Correct attribute location
HDFFV-9739 and cmake improvements me...
Merge pull request #1110 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10* commit 'd5e78d2ecfd19e8e912cce654462ccc6e853fb72':
Update document
HDFFV-10433 Updated text to address issues raised.
Merge corrections from develop
Merge pull request #1109 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '5f2700f256b981f555a6a6b4b2caa61fa184554b':
Update documents
Update document
HDFFV-10433 Update file with fix for issues
Merge pull request #1113 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10Update version to snap3
* commit '67d6f8d405b16c99590f112f429a352157be3554':
Snapshot version 1.10 release 3 (snap2)
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)* commit '87829e06189cd9b29583b5ca8065b52b1f4cd523': (30 commits)
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
Cleaned up H5Fmount/unmount code.
Normaliz...
Merge pull request #1111 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10* commit '57f64b92d19fed2879ee9bafe1d29bfac865d54c': (30 commits)
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
Cleaned up H5Fmount/unmount code.
Normaliz...
Merge pull request #1101 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vi_develop_normalize to develop* commit '18fbdebb977d7a4dbaa99ec6b153a49e3b4883d5':
Cleaned up H5Fmount/unmount code.
Normalization with vol_integration branch.
Normalization with the vol_integration branch.
Merge pull request #1108 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit 'fe325fb554eddceccfa1674d804d5c7aed846bde':
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properlyh5fget_obj_count_f with H5F_OBJ_ALL_F counted objects created in h5open_f, which should not be included in the count. The function now returns the correct number of objects (i.e., objects created in h5open are not included in the total).
Merge pull request #1103 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'df64de9eedea0cb7796f37f9c141d81c636742c7':
Add fortran MPI to test and example