Merge pull request #2914 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12* commit 'e2f38a4a9756211de00f12963adaa7dd25fa397c':
Add action options
Merge pull request #2909 in HDFFV/hdf5 from ~BYRN/hdf5_clang_format:hdf5_1_12 to hdf5_1_12* commit 'f1ba03cea5b82699a984c80bd2deac14fdc8df18':
Source formatted
Merge pull request #2903 in HDFFV/hdf5 from ~BYRN/hdf5_clang_format:hdf5_1_12 to hdf5_1_12* commit '3088c6abec27ad477031a71d947ac3be4cb2429d':
define name
warning format fixes and define name from develop
Src file format preventive updates
Add clang-format changes from develop.
Merge pull request #2899 in HDFFV/hdf5 from ~JHENDERSON/hdf52:hdf5_1_12 to hdf5_1_12* commit '6329ff98ce57d87fd1a7d233cb87076dc2fff99d':
Fix memory sanity check option in CMake
Merge pull request #2892 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf5_1_12* commit '0cbb20b68e83a52d798676a81a3bbca284b1b36b':
Snapshot version 1.12 release 1-2. Update version to 1.12.1-3
Merge pull request #2875 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12* commit 'f838fcbe6709c4a6780fe4874709d42d1d6e3bb9':
Add zlib and szip pages
Correct COPYING path
Merge pull request #2871 in HDFFV/hdf5 from fix_nil_collective_metadata_write_1_12 to hdf5_1_12* commit '8b48ddb4c8d02aec2bc5e938fe7b789f6ad9c2b2':
Add release note for collective metadata fix
Fix mis-merge from develop
Update buffer count
Revert " Checkin of fix for CGNS bug"
Revert "Removed commeted out code from H5C_dump_coll_write_list()"
Merge pull request #2872 in HDFFV/hdf5 from vol_dataset_io_dxpl_fix_1_12 to hdf5_1_12* commit '9dde542398800763ab6f26e406c304c2b529a375':
Bug fix to allow pass-through VOL connectors to set DXPL properties (like requesting collective operations) on dataset I/O
Merge pull request #2861 in HDFFV/hdf5 from hdf5_1_12_remove_unneeded_tagging to hdf5_1_12* commit '4174fcb8c0a7f8f5ec5297f223c052eca039d5c3':
Remove redundant calls to set the metadata cache tag
Merge pull request #2850 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12* commit 'afb06550c5dcac37174c335e6876a6140f269eb5':
MinGW uses "MinGW Makefiles"
The version string has a second use for packaging
Merge pull request #2825 in HDFFV/hdf5 from hdf5_1_12_namespace_cleanup to hdf5_1_12* commit '1077a767ff3885dd23bdbfdfba51037c925ce23c':
Minor fixes to align w/state of 1.12 code
Correct typos w/HGOTO_DONE & HGOTO_ERROR
Move H5T_vlen_reclaim to package scope
Switch H5VM inline routines back to single underscope and put a comment in their header about this naming
Clean up private / package / static namespace issues (function naming, which header file, FUNC_ENTER / LEA...
Merge pull request #2838 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12* commit 'd2f58a6468be9d5e10d10d439ae905f7825e74e7':
Add back function for VERIFY_EXTERNAL_CONSOLIDATION
Merge pull request #2827 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12* commit 'e31653cf5f547d4d8baff7be40f3b1b69b1765c5':
Revert H5_VERS_SUBRELEASE check
Add special case when H5_VERS_SUBRELEASE is 0
Condition if (H5_VERS_SUBRELEASE) is incorrectly false when H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT.
Add hypen to subreleas...
Condition if (H5_VERS_SUBRELEASE) is incorrectly false whenH5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE.
Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding
reversal of action statements to avoid NOT.
Merge pull request #2822 in HDFFV/hdf5 from hdf5_1_12_coll_chunk_fill_fix to hdf5_1_12* commit '3e4f255c5031f14a68d387df0762f7a2210df5a3':
Added release note for MPI type fix
Simplify default use of MPI_BYTE
Don't free builtin MPI_BYTE MPI type
Simplify code to avoid using a boolean to free MPI types
Avoid creating MPI datatypes on ranks with 0 chunks to write'