Merge pull request #924 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '2db84441d742433c0aee26624a7b3fd05c2dbbf2':
ifdef around another function
Merge pull request #922 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '960a1d55eed8b30350d7a87e1a9a7da72e86d270':
plist testfiles need to be copied into VFD test folders as well
Merge pull request #920 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit 'b3142a85fda8670a5780e6d3d080d54a71e0fc1d':
Update install file for configure revisions.
Merge pull request #921 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '1c3ba3721718c8089da65fae02f65068d8530fa7':
HDFFV-10292 Windows drive letters cause issues in paths
HDFFV-10414 restore Ctl char - do we really need these anymore
HDFFV-10414 change minor error_number
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'd8723ac1178a69c4dff7164203d999d61c2159bb':
Fix for HDFFV-10357 (CVE-2017-17508).
Fix for HDFFV-10355 (CVE-2017-17506).
Fix for HDFFV-10354 (CVE-2017-17505).
Merge pull request #910 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10355 to develop* commit 'b61c93acb3c5d50d379950f6e3de5040c71dd041':
Fix for HDFFV-10355 (CVE-2017-17506).
Merge pull request #908 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10354 to develop* commit '4faf4d335b638215c2220564b894e909ff322ca8':
Fix for HDFFV-10354 (CVE-2017-17505).
Merge pull request #911 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10357 to develop* commit 'ce005900d6ad539cc7556ab225b771d24632f4f1':
Fix for HDFFV-10357 (CVE-2017-17508).
Merge pull request #919 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5_fork:topic_cmake_build to develop* commit '9364df1c6d6d4661b6c32278268ccbe1640a082c':
Fix CMake build type if none was specified to be cached
Merge pull request #918 in HDFFV/hdf5 from reloc_test_fix_for_develop to develop* commit 'c0aafa78e52fcea5bfc4252fc2c0285b9b983646':
Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and should merge into develop
Merge pull request #913 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '5a8ac1fb6c13e776bc17fa52c4cdf353c907907b':
Fix test loop
Correct if-endif block
Remove option from list in doc
Remove t_cache_image test on Windows
Correct use of LIST var
Merge pull request #909 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '032f680919cd67202c6b5817c327139c09dacb05':
Add import
Fix list var
Fix IN_LIST usage
Inc CMake min, Add new tests, rework test CMake files
Update list
Merge pull request #904 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '76a0003f96f8e1336062089380adc95f8b3dee56':
HDFFV-10412 update test ref files
HDFFV-10412 fix typo
HDFFV-10412 moved check back into normal path
Merge pull request #899 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '30166fed18a9b0754d56b3454176e3a5111a1e21':
Fix indentation
HDFFV-10384 Add opt arg to help
HDFFV-10384 Add optional arg to enable-error-stack
Merge pull request #902 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit '2fb0b8c3538df641deca73a8a694996bb5e61cdd':
Fix for daily test failure for test/fheap.c The failure occurs when HDF5TestExpress is set to 0. The check for file size check fails due to persisting free-space when creating the file. The fix is to set libver bounds (v18, latest) when creating the test file.
Fixed daily test failure Description: Added missing H5Pclose that caused da...