Merge pull request #2127 in HDFFV/hdf5 from Fix_use_of_H5Dcreate_to_H5Dcreate2 to develop* commit '2a94589f55bae69a06f8d672a904b9870d7353d1':
Change from using H5Dcreate to H5Dcreate2
Merge pull request #2118 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop* commit '51e799551309e16558297469edef6e2d232a3246':
HDFFV-10974 Change defines to eliminate Windows conflict
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'eb415973e81605e3c15bbb954d57dd5d42ad449c':
Latest date first in RELEASE.txt
Update RELEASE.txt with performance improvements
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'eb415973e81605e3c15bbb954d57dd5d42ad449c':
Latest date first in RELEASE.txt
Update RELEASE.txt with performance improvements
Merge pull request #2122 in HDFFV/hdf5 from ~CHOGAN/hdf5:chogan/develop/release_txt to develop* commit '794d008375b094d4dd2d26b0bbf6d2c51fd39281':
Latest date first in RELEASE.txt
Update RELEASE.txt with performance improvements
Merge pull request #2113 in HDFFV/hdf5 from ~CHOGAN/hdf5:chogan/develop/10934_release_txt to develop* commit 'c000061e6a6123d9cba7938bb8e6b94139cc3cc7':
Add RELEASE.txt entry for Jira 10934
Merge pull request #2031 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'c087ef41b637686ae5e783bfb0a48e91dbe3f58e': (28 commits)
Add H5Rdestroy calls to cleanup
Remove problem tests for now
Add new test reference
HDFFV-10876 fix compare reference
HDFFV-10876 ignore old reference API tests
Add missing quotes
Fix windows 10 compile error
Correct indentation
Revert declaration used in macro.
Revert declaration deletion.
HDFFV-10876 add n...
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '9c3900d0bf05a65e59cce6dc613b38b240599d93':
Add note to RELEASE.txt for H5Sselect_adjust.
Add RELEASE.txt note for H5Sselect_project_interesection
Minor tweaks noticed while going over VOL documentation.
Merge pull request #2082 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop* commit 'bbd4f7d2a0bea8f984868e2bf88dd1c5f5aa35e8':
Minor tweaks noticed while going over VOL documentation.
Merge pull request #2098 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop* commit 'f6961c82bf3e7b848b071a0299dcc3753361e35d':
Add note to RELEASE.txt for H5Sselect_adjust.
Merge pull request #2093 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop* commit '411241bea660411b99925edc8040139443fe8a74':
Add RELEASE.txt note for H5Sselect_project_interesection
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'fa31520e25ec27140f8d0dfec859aede163d2201':
Add RELEASE.txt note for HVLget_file_type()
Merge pull request #2090 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop* commit 'c7165f05444ce5ae6c5db50f2faf33023ba0eac0':
Add RELEASE.txt note for HVLget_file_type()
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'b816f4c4aaf9bc80dbde35158b520e693f135fa2':
Fixed PR issues pointed out by Allen
Remove the Copyright UofI per Larry's guidance
Adds a new t_2Gio.c MPI test
Merge pull request #2056 in HDFFV/hdf5 from HDFFV-10929_2GB_testing to develop* commit '7dfeab4863a25a79999fa1e5ede12a1aa685ca97':
Fixed PR issues pointed out by Allen
Remove the Copyright UofI per Larry's guidance
Adds a new t_2Gio.c MPI test
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '107bcbd3dfff51895c99ea3ff71afa0ce693a956':
Implement support for using H5Dvlen_get_buf_size with non-native VOL connectors.
Two fixes: (1) Set the version for reference datatype messge to H5O_DTYPE_VERSION_4. (2) Verify the decoded version for hyperslab selection.
Add H5VL_MAP_OPTIONAL operation id (unused currently).
Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL...
Merge pull request #2076 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:type_fixes to develop* commit '7b03a1c03633d695b487642e54f897c715f8622e':
Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *
Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char to structs containing those arrays. Encapsulating the arrays in this way makes it easier to write and think about pointers to these types, casts to/from these types, etc.
Merge pull request #2073 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:vol_vl_buf_size to develop* commit '12ac0587e7b9b18a56907aa78f68c084dd5b51b4':
Implement support for using H5Dvlen_get_buf_size with non-native VOL connectors.