summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-9724 Merge vds prefix from developAllen Byrne2018-01-051-19/+18
|
* synced with developM. Scot Breitenfeld2018-01-051-1/+18
|\
| * Snapshot version 1.11 release 1hdftest2018-01-051-1/+1
| |
| * HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-2/+30
| |
| * Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-28/+2
| | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
| * HDFFV-9724 Remove VDS file cache functionalityAllen Byrne2017-12-201-4/+0
| |
| * Removed incorrect MPI textAllen Byrne2017-12-201-1/+1
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-12-131-1/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '758b9667b3e07a7562107f19f7dabee027e5bd53': (41 commits) HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake removed duplicate exports of DS subroutines removed duplicate exports of DS subroutines Normalization with VOL integration branch. clean-up moved dll export to Module Fixed typo. removed parameters added missing parameter added missing parameter removed duplicate exports of DS subroutines removed fortran comments Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test) exported global variables for windows export var. initialized integer constants Update macros Changed casts to const void * Casted pointers to void to quiet warnings on Linux. Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. ...
| * | Added java wrappers and testsAllen Byrne2017-12-121-1/+31
| | |
* | | Fix library interface commands, add missing JNIAllen Byrne2017-12-211-0/+11
| | |
* | | Modify description in RELEASE.txt for HDFFV-9947 H5Sencode.Vailin Choi2017-12-211-4/+13
| | |
* | | Add description to RELEASE.txt for HDFFV-9947 H5Sencode fix for 1.10.Vailin Choi2017-12-201-0/+7
| | |
* | | Reworked MPI includes to be used as default with parallelAllen Byrne2017-12-201-9/+0
| | |
* | | Update MPI commandsAllen Byrne2017-12-201-1/+10
| | |
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-12-201-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit '405ca39066fedf967f41e149d6a7f585c733e0e0': Snapshot version 1.10 release 2 (snap5)
| * | | Snapshot version 1.10 release 2 (snap5)hdftest2017-12-171-1/+1
| | | |
* | | | HDFFV-10307Allen Byrne2017-12-181-0/+6
|/ / /
* | | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-12-121-1/+0
|\ \ \ | | |/ | |/|
| * | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-1/+0
| |/ | | | | | | This is now fixed via the HDFFV-10325 fix.
* | Snapshot version 1.10 release 2 (snap4)hdftest2017-12-111-1/+1
| |
* | Updated RELEASE.txt to include note on bug fix for HDFFV-10272, LBNL-ECP(10334)Richard Warren2017-12-011-0/+11
| |
* | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-11-281-0/+15
|\ \ | |/
| * Fixed an uninitialized filter callback struct in H5Dchunk.c andDana Robinson2017-11-211-0/+15
| | | | | | | | | | | | unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330.
| * HDFFV-10328 remove allocation noteAllen Byrne2017-11-171-9/+1
| |
| * Add note for pluginsAllen Byrne2017-11-161-0/+19
| |
| * HDFFV-10329 - Note new JIRA issueAllen Byrne2017-11-141-0/+12
| |
* | Snapshot version 1.10 release 2 (snap3)hdftest2017-11-201-1/+1
| |
* | replace deleted noteAllen Byrne2017-11-171-0/+8
| |
* | HDFFV-10328 - remove plugin allocation changesAllen Byrne2017-11-171-17/+2
| |
* | HDFFV-10328, HDFFV-10329 Merge from developAllen Byrne2017-11-161-0/+19
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-11-161-0/+8
|\ \ | | | | | | | | | | | | | | | | | | * commit '2e05d657549d1287ce0d9a7ee5364e609046adb8': Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797) Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
| * | Add RELEASE.txt note for HDFFV-10274.Neil Fortner2017-11-151-0/+8
| | | | | | | | | | | | (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797)
* | | HDFFV-10329 - add new jira issue.Allen Byrne2017-11-141-0/+12
|/ /
* | Merge pull request #764 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-11-091-1/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5b711224f3f03c16bb5b63bb8e6dbbc651ef51ef': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322
| * \ Merge pull request #12 in ~BYRN/hdf5_adb from develop to hdf5_1_10Allen Byrne2017-11-081-1/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '51b80a8d8585b9ccb471966d235cd99379c3bcf3': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322
| | * Correct issue numberAllen Byrne2017-11-061-1/+1
| | |
| | * HDFFV-10322M. Scot Breitenfeld2017-11-031-1/+2
| | |
* | | Refactored testpar/t_bigio.c and then added a basic description of these ↵Richard.Warren2017-11-081-0/+10
|/ / | | | | | | test changes into RELEASE.txt (HDFFV-10301)
* | Update the release.txt file with a description of the fix for bug HDFFV-10318Richard Warren2017-11-061-0/+11
| |
* | Correct issue numberAllen Byrne2017-11-061-1/+1
| |
* | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-11-031-1/+2
|\ \ | |/
| * HDFFV-10321 change note added.Allen Byrne2017-11-021-0/+11
| |
| * Update H5Zfilter_avail noteAllen Byrne2017-10-311-2/+2
| |
| * Correct char typeAllen Byrne2017-10-261-2/+2
| |
| * HDFFV-10297 fix grammarAllen Byrne2017-10-251-1/+1
| |
| * HDFFV-10297 - clarify note.Allen Byrne2017-10-251-1/+4
| |
| * HDFFV-10297 Update release noteAllen Byrne2017-10-251-1/+2
| |
* | HDFFV-10321 merge from developAllen Byrne2017-11-021-0/+11
| |
* | Update H5Zfilter_avail noteAllen Byrne2017-10-311-3/+3
| |
* | Merge remote-tracking branch 'upstream/hdf5_1_10' into hdf5_1_10M. Scot Breitenfeld2017-10-261-5/+9
|\ \