Refactor H5S__hyper_project_intersection to operate directly on spantrees, improving performance and removing the conditionn that the
extents be equal.
Merge pull request #1714 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5VLunregister_native to develop* commit '0afb76228e16e63d72a7dbacdbb894d34fe29722':
Added code that disallows unregistering the native VOL connector.
Merge pull request #1706 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_getloc to develop* commit '982ed75720d7dece10623868cda22c46908baebe':
Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME
Merge pull request #1709 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop* commit '802b2927254b1de163589b1e4eaced47ee81ad07':
Assign NULL to func_name/file_name/desc error entry pointers when clearing error stack
Avoid clearing error stack when calling H5Eget_msg()
Merge pull request #1710 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '0b086c3db2c6cd376b7bffb3236df1ef158ae80d':
Correct message command syntax
Add note about CMake and spaces in paths
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '6eaef5ebd61b8019f66f51d3fe74ec3c1b1d4f0f':
Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5options scripts will take precedence.
updated -E option
remove -M option
added -M HPC to ctest command
fixed missing paralle test
Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
Merge pull request #1705 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '9406278103a7b72d3eacea9fbeaadbf34bf7e43a':
Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5options scripts will take precedence.
Merge pull request #1701 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '19d2cea9aec648eb3c609dee4d2dc9baa101c967':
added -M HPC to ctest command
Merge pull request #1700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit 'd786bedd18e6d521e240aa78bb633b66f8f975c8':
fixed missing paralle test
Merge pull request #1699 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit 'cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e':
Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
Merge pull request #1695 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit 'df35529e3d0529e9df11806d267ef8c4779b79e3':
Putting ctest command in variable CMD did not work for skipping failing tests.
Merge pull request #1692 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '8a4f679fda20577c4528977d0ee9a7e4c5bee055':
Combine "collective group and dataset write" and "independent group and dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
Combine "collective group and dataset write" and "independent group anddataset read" tests into one test. The second test is dependent on the
file created by the first test, and will not pass when run by itself.
Merge pull request #1691 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '813d8fd597b030a248db6316dd98f738c0c61ea8':
Add final list of single testphdf5 tests
Merge pull request #1689 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develop* commit 'ff596e9d356713a35dc35d9b5ba0439ed5ca29ac':
Snapshot version 1.11 release 5. Update version to 1.11.6.
Merge pull request #1690 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'b6bebb245b043fae546390c00288a069da785868':
Pull a test from default testphdf5
Merge pull request #1688 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'c643cc05316e11471c4bef30cd09b9d4437f85fd':
Pull out another failing test
Merge pull request #1687 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'ee35fb8a7fe3804e4146c54020b6e2272ab251e3':
Change default for HPC
Correct var usage syntax
Merge pull request #1686 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '854223e3fcf5e90ad5fae25ff05deb4276ce001b':
Add missing default
Correct varname
Separate out MPI tests that fail on MPI version
Merge pull request #1683 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop* commit '0a73ce19a4e7f57fe1bb06ca5be8d4697fe079aa':
Fix Java JUnit-TestH5P failure on 32-bit arch
Merge pull request #1605 in HDFFV/hdf5 from merge_hyperslab_update_01 to develop* commit '08b009cc4ab2a8d8d289697d6d4688c0e5c53c6e':
Clean up if-else chain.
Remove thread-local copy of hyperslab operation generation value.
Core changes to selection code from the hyperslab_updates branch.