Add check for realtimeOutput environment variable set containing
characters to indicate test output should be piped through tee to chklog
files in order to send output to stdout as tests run instead of waiting
to cat chklog file to stdout when each set of tests is completed. This
should stop buildbot from timing out when a test set doesn't complete in
less than 20 minutes.
* commit '10a9fb5319ab0dcd0e14e40a8ab5c38e8211f764':
Remove extra '&'s that cause syntax errors on Macs.
* 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 source inINSTALL file.
Disable building of libdynlib* dynamically loaded plugin test libraries on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
HDF5 1.8.19-pre1 released.
Add RELEASE.txt entry for H5Dget_chunk_size.
Remove test entries
Ran bin/reconfigure after so number change.
Update hl lib .so numbers: new function was added. Update RELEASE.txt: move H5DOread_chunks entry to new features, clarify entry for HDFFV-10051.
Updated notes for test fixes and added bug fix for h5diff help text.
Update h5vers and release scripts for 1.8.19 branch, set version to 1.8.19-pre1.
Update version to 1.8.19-pre1.
* 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 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)
flag '-rpath /nowhere' to stop them being installed while keeping them
from linking with libhdf5, etc.
Incremented version to 1.8.19-pre1 and ran bin/release to create tar
and zip files for testing.
1.8.19-pre1.
Note: changes to these scripts were brought from develop/hdf5_1_10
and modified for 1.8 version differences.
Update HDF5 version to 1.8.20-snap0.
Update HL .so number for added API function.
* commit '6f6c393e0966a472b60c8175b76858de653032c1':
Update so version numbers according to the interface compatibility report.
Update supported Platforms section. Remove empty sub-sections of New Features and Bugs Fixed sections.
copyright notices in source files.
Update Copyright notices in acsite.m4 and bin/yodconfigure that were
overlooked by chkcopyright.
Remove broken and unnecessary urls from comments in
hl/fortran/src/H5IMcc.c and hl/src/H5IM.c.
Commit bin/reconfigure changes to generated files.
and other changes to Makefiles and config/conclude.am to eliminate
link errors with new libdynlib*_la_LDFLAGS which were added to stop
libdynlib* files linking to external libraries.