Commit Graph

257 Commits

Author SHA1 Message Date
lrknox
4d4cb63fbd Update version to 1.8.21-pre1 2018-05-13 08:01:40 -05:00
hdftest
ff30acd3c8 Snapshot version 1.8 release 21 (snap12) 2018-04-15 21:24:32 -05:00
hdftest
727ef7c334 Snapshot version 1.8 release 21 (snap11) 2018-04-01 20:43:28 -05:00
hdftest
b372465824 Snapshot version 1.8 release 21 (snap10) 2018-03-25 21:34:31 -05:00
hdftest
c1cc4a123f Snapshot version 1.8 release 21 (snap9) 2018-03-04 21:23:03 -06:00
hdftest
4ceeadc767 Snapshot version 1.8 release 21 (snap8) 2018-02-25 21:31:12 -06:00
hdftest
f7d2fbe58d Snapshot version 1.8 release 21 (snap7) 2018-02-19 06:49:27 -06:00
hdftest
9b693a7b99 Snapshot version 1.8 release 21 (snap6) 2018-02-11 22:25:00 -06:00
hdftest
957d1b85d8 Snapshot version 1.8 release 21 (snap5) 2018-02-04 21:40:52 -06:00
hdftest
b0cb6af193 Snapshot version 1.8 release 21 (snap4) 2018-01-28 21:39:57 -06:00
hdftest
c9e0dc9533 Snapshot version 1.8 release 21 (snap3) 2018-01-07 21:39:19 -06:00
hdftest
d3acc019dc Snapshot version 1.8 release 21 (snap2) 2017-12-31 21:02:49 -06:00
hdftest
fd4de809a7 Snapshot version 1.8 release 21 (snap1) 2017-12-17 21:29:50 -06:00
hdftest
4d336d26b1 Snapshot version 1.8 release 21 (snap0) 2017-12-10 21:36:02 -06:00
lrknox
e57c83fce0 Update version string on hdf5_1_8 development branch following creation of new
hdf5_1_8_20 branch.
2017-10-30 14:57:03 -05:00
M. Scot Breitenfeld
01a092a911 HDFFV-10037: fixed wrong C link flags 2017-10-25 12:55:02 -05:00
M. Scot Breitenfeld
31543659c1 HDFFV-10037: fixed wrong C link flags 2017-10-25 10:33:33 -05:00
HDF Tester
24c6653cbd Snapshot version 1.8 release 20 (snap7) 2017-10-15 20:35:29 -05:00
HDF Tester
a757999b6a Snapshot version 1.8 release 20 (snap6) 2017-10-08 21:40:52 -05:00
HDF Tester
f97cd03106 Snapshot version 1.8 release 20 (snap5) 2017-09-17 20:52:28 -05:00
HDF Tester
46d5032d84 Snapshot version 1.8 release 20 (snap4) 2017-09-10 20:54:42 -05:00
HDF Tester
e964568753 Snapshot version 1.8 release 20 (snap3) 2017-09-03 20:46:16 -05:00
Larry Knox
ccb09af9f0 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 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.
2017-08-29 17:05:11 -05:00
HDF Tester
4a82cc6db6 Snapshot version 1.8 release 20 (snap2) 2017-08-27 20:50:47 -05:00
lrknox
7f758f2eea Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_8 2017-08-25 15:10:42 -05:00
HDF Tester
20d67d6171 Snapshot version 1.8 release 20 (snap1) 2017-08-08 16:17:20 -05:00
Scot Breitenfeld
6fbfd252b8 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 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)
2017-08-03 09:21:53 -05:00
M. Scot Breitenfeld
c7465bdfb8 changed comments, (HDFFV-10037) 2017-08-03 09:21:12 -05:00
M. Scot Breitenfeld
e75b6ae724 merged NAG changes from develop, (HDFFV-10037) 2017-08-03 09:15:34 -05:00
M. Scot Breitenfeld
f05f98ef8d merged NAG changes from develop, (HDFFV-10037) 2017-08-03 09:07:52 -05:00
hdftest
cd0e71d998 Commit files missed for commit after Snapshot version 1.8 release 20 (snap0) 2017-08-01 16:02:18 -05:00
M. Scot Breitenfeld
3558c82af4 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)
2017-07-28 09:29:11 -05:00
M. Scot Breitenfeld
cc7badac5e added chmod 755 for h5fc 2017-07-27 13:10:24 -05:00
M. Scot Breitenfeld
5bc595f6a6 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.
2017-07-27 11:49:38 -05:00
lrknox
9a31b0748f 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.
2017-06-14 12:26:55 -05:00
lrknox
16e0eb3c52 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.
2017-06-12 17:04:41 -05:00
lrknox
c8499b1926 Reset default build mode to enable-production=no. 2017-06-08 10:28:18 -05:00
lrknox
34c1ca89db Update h5vers and release scripts for 1.8.19 branch, set version to
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.
2017-06-08 10:17:26 -05:00
lrknox
796b3f7397 Update version to 1.8.19-pre1. 2017-06-02 15:59:06 -05:00
Larry Knox
aab593f7d9 Merge pull request #537 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit '2fb535ceff613dfd2a02b5b78ba7c3b5df95424b':
  Remove The HDF Group copyright header from 3rd party file. Remove java/COPYING file - no java directory in this branch.
  Update text in COPYING files in subdirectories to match changes to 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.
  Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
2017-05-25 16:19:11 -05:00
lrknox
00d423af60 Update text in COPYING files in subdirectories to match changes to
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.
2017-05-24 16:30:58 -05:00
M. Scot Breitenfeld
133168d8fc Fixed for building shared fortran libraries on OS X, HDFFV-2772 2017-05-23 10:21:18 -05:00
hdftest
05a8519e88 Increment snap version. 2017-05-16 08:41:01 -05:00
hdftest
04a50b421b Snapshot 1.8.19-snap3 2017-05-15 09:14:00 -05:00
Allen Byrne
ba2cfde1fd Merge/port changes from develop back to 1.8 for tools and cmake 2017-03-29 16:44:23 -05:00
HDF Tester
d17974de20 Snapshot version 1.8 release 19 (snap1) 2017-02-19 20:50:59 -06:00
HDF Tester
65f15be58e Snapshot version 1.8 release 19 (snap0) 2017-02-12 20:57:47 -06:00
Allen Byrne
35f0e16e34 HDFFV-9994 port changes from develop.
CMake folder changes brought up to standard.
2017-01-18 14:05:25 -06:00
lrknox
b550fe9a32 Merge commit '6974764348a' into hdf5_1_8
(HDF5 1.8.18 release changes)
Update HISTORY-1_8.txt and RELEASE.txt files.
2016-11-18 15:52:36 -06:00
lrknox
bf6e7c1b5e Set version and commit release script changes for 1.8.18 release. 2016-11-11 15:30:37 -06:00