* commit '478db1140635fd6250380c23d90cd4063dcad585':
Restore previous
restore GEN HDRS and remove cache sets for defoult options
Generators need to be ON for development work
Test program generation should default off
Generate headers for 1.10 should default off
Generate headers for 1.10 should default off
* commit '359d31df9b28a6ea4c4e8aa7c5241757331bc6fa':
Update RELEASE.txt Add info for HDFFV-10216 to release notes.
Fix for daily test failure Fix for the compilation error from the PGI compiler.
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
* commit '65209ee5d526b89e0f21ef797acedb062e4941b0':
HDFFV-10188 Force non-native type description
HDFFV-10188 merge typo fix
HDFFV-10188 add copy of test files
HDFFV-10188 merge fix and tests from develop
* 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