* commit '98d4addcf7cbec71600663e7023b6b7e0b5b5f35':
Add h5repack tests for paged aggregation
Update release notes 1) Fixes for paged aggregation 2) Fix for HDFFV-10217 3) Fix for HDFFV-7853
Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
Changes made based on RFC review comments Test the changes in a branch via daily testing.
a) multi/split drivers and
b) persisting free-space or using paged aggregation strategy
because the library will fail file creation (temporary) for the above conditions.
* commit 'fc76c7785251482a26f31efabb10d38725facb6a':
Fix for HDFFV-10217 infinite loop in H5VM_power2up(). The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
* commit 'fe0ca45e13960fca175c4cea75b6239bf79161a6':
Parallel needs copy of file in PAR folder
Insure zip_perf program does not run concurrently
Add check for plugin initialize
HDFFV-10246 Fix vl string compare in h5diff
The function H5VM_power2up() returns the next power of 2 for n.
When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping.
The fix ensures that the function checks for n >= 2^63 and returns 0.
* commit '201af70c24ccdd84e8fba376dab9b2024bf21dc4':
Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
* commit '863c9b2ea557838006bfb320a3cef56e3e34be3d':
HDFFV-10254 fix spelling
HDFFV-10254 release note for change to use macro for copy files
HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
Correct name of VAR
Synch with CMake master
* commit '5bf108432ba9b49ee545af3947b7fb2e2b6e8514':
Updated RELEASE.txt
Marked H5I_REFERENCE as deprecated in H5Ipublic.h.
Merge of recent develop work to 1.10 branch.
* commit 'fb5c13d59c8f17dca9bbe0e35e00920be2690af3':
Merge of recent develop work to 1.10 branch: * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
* H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214)
* H5FDdriver_query() API call (HDFFV-10215)
* Fix to skip SWMR tests that when the current VFD is not compatible
with the default VFD (HDFFV-10197)
* Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937)
* Many warning fixes
* commit 'ef60bcd50e5cd3f66b7cd91a6b816a59c36922e2':
Test split tbitfields.h5.xml into big and little endian files. tbitfields.h5.xml was removed from MANIFEST but the file still needs to be removed, as it was in the develop branch.
* commit '938dc838b8ad1e815ea6eda820411cb22dfe56c6':
Test split tbitfields.h5.xml into big and little endian files. tbitfields.h5.xml was removed from MANIFEST but the file still needs to be removed, as it was in the develop branch.
* commit '635e8c5377ded6201061e1dc819526cd205f06ed':
merge from develop and apply HDFFV-8611
HDFFV-8611 add autotools test
Remove obsolete function
HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.