summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-09-0612-419/+612
| | | | | Fix 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.
* Snapshot version 1.8 release 20 (snap3)HDF Tester2017-09-048-81/+81
|
* Merge pull request #649 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-08-311-43/+87
|\ | | | | | | | | | | * commit '297e70a2ddb2481d4f126fa0821fc73ad8231e2d': HDFFV-9988 Update macro file with changes from CMake master. HDFFV-9988 Add intel compiler path to list
| * HDFFV-9988 Update macro file with changes from CMake master.Allen Byrne2017-08-311-43/+84
| |
| * HDFFV-9988 Add intel compiler path to listAllen Byrne2017-08-311-0/+3
|/
* Merge pull request #646 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-08-312-74/+74
|\ | | | | | | | | * commit 'c5dbc92a32f1a1555103784a76f33e8c207d2c93': HDFFV-10284 add VS2017
| * HDFFV-10284 add VS2017Allen Byrne2017-08-312-74/+74
|/
* Merge pull request #643 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-08-2953-771/+579
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-2553-771/+579
| |\ | | | | | | | | | into hdf5_1_8
| | * Merge pull request #593 in HDFFV/hdf5 from hdf5_1_8_19 to 1.8/masterhdf5-1_8_19Larry Knox2017-07-061283-35485/+41292
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c15238a38fdb3692466bc1218de4c5aeb420fdcc': (153 commits) 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. Make script name consistent across product versions Update version to 1.8.19-pre1. Propagate .so number changes to Makefile.ins with bin/reconfigure. Add toolset option 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. Add entries for HDFFV-10051 and HDFFV-9934 to RELEASE.txt. Correct spelling ...
| | | * Commit changes to release version strings in README.txt and RELEASE.txtlrknox2017-06-152-2/+2
| | | | | | | | | | | | | | | | from release.
| | | * Merge pull request #578 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to ↵Larry Knox2017-06-1510-24/+103
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_19 * commit '6f579e48cacc02afa6f3e9108baf2f23a265e1da': 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.
| | | | * Put back link targets for dynamically loaded libraries in Makefile.amslrknox2017-06-1510-24/+103
| | | |/ | | | | | | | | | | | | | | | | | | | | that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
| | | * Merge pull request #577 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to ↵Larry Knox2017-06-1453-175/+186
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_19 * commit 'f570b269f87537ce2bb419ed3434dcb33e9eae0d': 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.
| | | | * Update URL for obtaining source inINSTALL file.lrknox2017-06-141-13/+2
| | | | |
| | | | * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-1452-162/+184
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| | | * Merge pull request #576 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to ↵Larry Knox2017-06-1252-638/+340
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_19 * commit '16e0eb3c5238d358e0db3d6b3d83ac14b5550e92': 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.
| | | | * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-1252-638/+340
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | 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.lrknox2017-06-082-2/+2
| | | |
| | | * Merge pull request #569 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to ↵Larry Knox2017-06-071-4/+19
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_19 * commit '53d919ccb2e15df4b34dd38e26eca4174cb74fe1': Add RELEASE.txt entry for H5Dget_chunk_size.
| | | | * Add RELEASE.txt entry for H5Dget_chunk_size.lrknox2017-06-071-4/+19
| | | |/
| | | * Merge pull request #566 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_19 to ↵Allen Byrne2017-06-061-3/+12
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_19 * commit '52ebbcb063193e14aaf2ac83bdac517b6a41386a': Remove test entries Updated notes for test fixes and added bug fix for h5diff help text.
| | | | * Remove test entriesAllen Byrne2017-06-061-13/+0
| | | | |
| | | | * Updated notes for test fixes and added bug fix for h5diff help text.Allen Byrne2017-06-061-3/+25
| | | | |
| | | * | Merge pull request #568 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to ↵Larry Knox2017-06-068-34/+38
| | | |\ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_19 * commit '236ba7f8e052e0a6aa526ac7608b9e1d96e6ef84': 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.
| | | | * Ran bin/reconfigure after so number change.lrknox2017-06-066-18/+18
| | | | |
| | | | * Update hl lib .so numbers: new function was added.lrknox2017-06-062-16/+20
| | | |/ | | | | | | | | | | | | | | | | Update RELEASE.txt: move H5DOread_chunks entry to new features, clarify entry for HDFFV-10051.
| | | * Merge pull request #565 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to ↵Larry Knox2017-06-057-53/+292
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_19 * commit 'e2177f49411e45026332fd36a4e2ce9d7b24c1b7': Update h5vers and release scripts for 1.8.19 branch, set version to 1.8.19-pre1. Make script name consistent across product versions
| | | | * Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-057-53/+292
| | | | | | | | | | | | | | | | | | | | 1.8.19-pre1.
| | | | * Merge commit 'f2383c21ded' into hdf5_1_8_19lrknox2017-06-051-0/+0
| | | | |\ | | | |/ /
| | | * | Update version to 1.8.19-pre1.lrknox2017-06-028-93/+93
| | | | |
| | * | | Merge pull request #159 in HDFFV/hdf5 from hdf5_1_8_18 to 1.8/masterhdf5-1_8_18Larry Knox2016-11-1866-7237/+11384
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6974764348a88590d1901f316f956893dfa223d8': (28 commits) Version string at top of README.txt and release_docs/RELEASE.txt updated by bin/release. Update URLs in RELEASE.txt. Set version and commit release script changes for 1.8.18 release. Update HDF5 document URLs in RELEASE.txt. Description: Replaced an incorrect work-around note with info about future feature to fix the problem. Change default build mode to production. Update version to 1.8.18-pre2. Update versions for actual 1.8.18-pre1 release. Add GIT note Updates to RELEASE.txt to account for changes in the 1.8.18 release Updates to RELEASE.txt to account for changes in the 1.8.18 release Updated optional CMake scripts Updates to RELEASE.txt to account for changes in the 1.8.18 release. Remove ADA machine no longer tested from "Supported Platforms". Correct typo: missing '(' for Mac OS 10.11 compiler information. Updates to RELEASE.txt to account for changes in the 1.8.18 release. Add bin/compile, bin/depcomp and bin/missing which were changed to links by libtool. Rerun libtoolize with -cf, then reconfigure. Created pre1 release files. Check in ltmain.sh and m4 files after running libtoolize with version 2.4.6. Update Windows tested platforms information. Update shared object file numbers according to changes in v1.8.18 release. Update autotools and libtool versions. Run bin/reconfigure. ...
* | | | | | Snapshot version 1.8 release 20 (snap2)HDF Tester2017-08-286-7/+7
|/ / / / /
* | | | | Merge pull request #640 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-08-2416-56/+215
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5cc911f3ba2c5d12c3305b348610f9ba80c85db2': HDFFV-10188 Force non-native type description HDFFV-10188 merge fix and tests from develop
| * | | | | HDFFV-10188 Force non-native type descriptionAllen Byrne2017-08-233-3/+3
| | | | | |
| * | | | | HDFFV-10188 merge fix and tests from developAllen Byrne2017-08-2316-56/+215
|/ / / / /
* | | | | The configure file changes should have been committed as part of the ↵HDF Tester2017-08-081-11/+11
| | | | | | | | | | | | | | | | | | | | Snapshot version 1.8 release 20 (snap1) snapshot release.
* | | | | Snapshot version 1.8 release 20 (snap1)HDF Tester2017-08-088-81/+81
| | | | |
* | | | | Merge pull request #631 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to ↵Scot Breitenfeld2017-08-0443-81/+155
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit 'cc5aa808e36748908f6ce0e3a55658b7f4093efe': generated reconfigure files for configure changes generated reconfigure files for configure changes
| * | | | | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-042-74/+74
| | | | | |
| * | | | | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-0421-104/+202
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
* | | | | | Merge pull request #628 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-08-037-6/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'df099c726400d67b8be071d59108f3fc11a4d23d': HDFFV-10256 correct len of string copy to the len of esc string Merge from develop
| * | | | | | HDFFV-10256 correct len of string copy to the len of esc stringAllen Byrne2017-08-027-6/+48
| | | | | | | | | | | | | | | | | | | | | Merge from develop
* | | | | | | Merge pull request #618 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to ↵Scot Breitenfeld2017-08-035-8/+99
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | | Commit files missed for commit after Snapshot version 1.8 release 20 (snap0)hdftest2017-08-013-75/+75
| | | | | | |
* | | | | | | Snapshot version 1.8 release 20 (snap0)HDF Tester2017-08-016-17/+17
| | | | | | |
* | | | | | | Merge pull request #615 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-07-278-6/+62
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | | | | Parallel needs copy of file in PAR folderAllen Byrne2017-07-271-0/+3
| | | | | | | |
| * | | | | | | Add comparison file to listAllen Byrne2017-07-261-0/+1
| | | | | | | |
| * | | | | | | Add comparison file to listAllen Byrne2017-07-261-0/+1
| | | | | | | |