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 fileFix 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.
Merge pull request #649 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '297e70a2ddb2481d4f126fa0821fc73ad8231e2d':
HDFFV-9988 Update macro file with changes from CMake master.
HDFFV-9988 Add intel compiler path to list
Merge pull request #646 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit 'c5dbc92a32f1a1555103784a76f33e8c207d2c93':
HDFFV-10284 add VS2017
Merge pull request #643 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit '7f758f2eea5c918a9100e6e7e6e0744a85e4c571':
Commit changes to release version strings in README.txt and RELEASE.txt from release.
Put back link targets for dynamically loaded libraries in Makefile.ams that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
Update URL for obtaining so...
Merge pull request #640 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '5cc911f3ba2c5d12c3305b348610f9ba80c85db2':
HDFFV-10188 Force non-native type description
HDFFV-10188 merge fix and tests from develop
Merge pull request #631 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8* commit 'cc5aa808e36748908f6ce0e3a55658b7f4093efe':
generated reconfigure files for configure changes
generated reconfigure files for configure changes
Merge pull request #628 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit 'df099c726400d67b8be071d59108f3fc11a4d23d':
HDFFV-10256 correct len of string copy to the len of esc string Merge from develop
Merge pull request #618 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8* commit 'c7465bdfb8ebd857dbdd36a6e9e89236241add7e':
changed comments, (HDFFV-10037)
merged NAG changes from develop, (HDFFV-10037)
merged NAG changes from develop, (HDFFV-10037)
Removed extra Fortran flags, (HDFFV-10037)
Rearranged where the substitution occurs.
added chmod 755 for h5fc
libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on...
Rearranged where the substitution occurs.libtool does not pass the correct argument linking (-WL,-WL,,) for the
NAG Fortran compiler on Linux (other OSs have not been tested).
Therefore, detect if we are using the NAG Fortran compiler, and replace
the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
Merge pull request #615 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '61cbf3b334905c14c2031dac96a54587954142e1':
Parallel needs copy of file in PAR folder
Add comparison file to list
Add comparison file to list
Insure program execution order
Add test for plugin initialize check
HDFFV-10246 Fix vl string compare
libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)Removed FCFLAGS when building the examples since they should already be included the h5fc wrapper. NAG complains about doubly declared options.
Merge pull request #612 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit 'bea3266f1c49f1e67caa8fa1e97730cef6bf7ff2':
Correct case of var
Synch with hdf5 deveolp improvements
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)* commit '90b2126a38fd73ccef9aec823eaec372295d1270':
Archive RELEASE.txt from HDF5 1.8.19 in HISTORY-1_8.txt. Clear entries from New Features and Bugs Fixed sections of RELEASE.txt.
Revert change for temporary testing.
Merge pull request #607 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'ee7b10c858e75ec18ea768f9f7e18950fdb29d07':
Archive RELEASE.txt from HDF5 1.8.19 in HISTORY-1_8.txt. Clear entries from New Features and Bugs Fixed sections of RELEASE.txt.
Merge pull request #600 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit '966fbddc9a42b19c47551cab46a462f1b7d40ffa':
Revert change for temporary testing.