summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * HDFFV-10328 Undo changesAllen Byrne2017-11-201-9/+1
| |
| * HDFFV-10328 Updated notesAllen Byrne2017-11-161-0/+19
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-11-161-0/+8
| |\ | | | | | | | | | | | | | | | | | | * commit 'dc81497bd0840c8adab0cea51ca814359b80305d': Add RELEASE.txt note for HDFFV-10274. 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-141-0/+8
| | |
| * | HDFFV-10329 - add new jira issue.Allen Byrne2017-11-141-0/+12
| |/
| * Correct issue numberAllen Byrne2017-11-061-1/+1
| |
| * HDFFV-10321 merge from developAllen Byrne2017-11-021-1/+20
| |
| * Update H5Zfilter_avail noteAllen Byrne2017-10-311-2/+2
| |
| * Update version string on hdf5_1_8 development branch following creation of newlrknox2017-10-301-1/+1
| | | | | | | | hdf5_1_8_20 branch.
* | Update version numbers and remove empty sections in RELEASE.txt.lrknox2017-11-281-60/+10
| |
* | Update version for 1.8.20 release.lrknox2017-11-231-1/+1
| |
* | Merge pull request #791 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_20 to ↵Allen Byrne2017-11-201-0/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_20 * commit '3698029cca64856918f2554039063178d45d63ab': HDFFV-10329 Correct LINK INTERFACE and VS20013 compile Fix linking of libs
| * | HDFFV-10329 Correct LINK INTERFACE and VS20013 compileAllen Byrne2017-11-201-0/+23
| | |
* | | Switch default build mode from development to production.lrknox2017-11-171-1/+1
|/ / | | | | | | Increment version string to pre2.
* | Add RELEASE.txt note for HDFFV-10274.Neil Fortner2017-11-151-0/+8
| | | | | | | | (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797)
* | iAdd NAG to supported compilers in RELEASE.txt.lrknox2017-11-061-2/+4
| |
* | Add description to RELEASE.txt for HDFFV-10323Vailin Choi2017-11-061-0/+7
| |
* | Correct issue numberAllen Byrne2017-11-061-5/+5
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8_20)Larry Knox2017-11-021-0/+22
|\ \ | | | | | | | | | | | | * commit '1077afd5c419b144093ad2ef6288674d1be995fa': HDFFV-10321 Merge from 1.8
| * | HDFFV-10321 Merge from 1.8Allen Byrne2017-11-021-0/+22
| | |
* | | Set version to 1.8.20-pre1lrknox2017-11-021-1/+1
| | |
* | | Update supported and tested platforms in RELEASE.txt.lrknox2017-11-021-9/+17
|/ /
* | Merge branch 'hdf5_1_8_20' of ssh://bitbucket.hdfgroup.org:7999/hdffv/hdf5 ↵M. Scot Breitenfeld2017-10-311-2/+2
|\ \ | | | | | | | | | into hdf5_1_8_20
| * | Update H5Zfilter_avail noteAllen Byrne2017-10-311-2/+2
| | |
* | | updated issues related to FortranM. Scot Breitenfeld2017-10-311-1/+3
|/ /
* | Update version string to hdf5 1.8.20-pre0 for newly created hdf5_1_8_20lrknox2017-10-301-1/+1
|/ | | | branch.
* HDFFV-10297 fix grammarAllen Byrne2017-10-251-1/+1
|
* HDFFV-10297 - clarify note.Allen Byrne2017-10-251-2/+5
|
* HDFFV-10297 Update release noteAllen Byrne2017-10-251-0/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-10-191-3/+43
|\ | | | | | | | | | | | | | | * commit '9c8d0e1afce7d9d31115972902e9030a000daefa': Snapshot version 1.8 release 20 (snap7) Update about C++ documentation Adding new C++ wrappers Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Snapshot version 1.8 release 20 (snap7)
| * Update about C++ documentationBinh-Minh Ribler2017-10-181-1/+16
| |
| * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-10-181-1/+1
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| | * Snapshot version 1.8 release 20 (snap7)HDF Tester2017-10-161-1/+1
| | |
| * | Adding new C++ wrappersBinh-Minh Ribler2017-10-181-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* | | Added older tool change that was in last mergeAllen Byrne2017-10-111-0/+12
| | |
* | | HDFFV-10297 merge from developAllen Byrne2017-10-111-0/+23
| |/ |/| | | Also cleaned up some other non-merged changes
* | Snapshot version 1.8 release 20 (snap6)HDF Tester2017-10-091-1/+1
|/
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-09-191-1/+1
|\ | | | | | | | | * commit 'f97cd0310642c36135be2ab4e99657cce5fb2ccd': Snapshot version 1.8 release 20 (snap5)
| * Snapshot version 1.8 release 20 (snap5)HDF Tester2017-09-181-1/+1
| |
* | Remove cache sets for defaults, cleanup cmake filesAllen Byrne2017-09-131-19/+8
|/
* Merge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-09-131-1/+8
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit 'b15011a59af9e70eb06865234f8f0dacab34aa0f': Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit. Add info for release notes Fix for daily test failure Fix for the compilation error from the PGI compiler. 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 file 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.
| * Add info for release notesVailin Choi2017-09-061-1/+8
| |
* | Snapshot version 1.8 release 20 (snap4)HDF Tester2017-09-111-1/+1
| |
* | HDFFV-9774 Add enable-error-stack to h5diffAllen Byrne2017-09-061-1/+10
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-09-051-1/+1
|\ \ | |/ | | | | | | * commit 'e964568753bcdca01af1bdc0d8b5ee6f4d314243': Snapshot version 1.8 release 20 (snap3)
| * Snapshot version 1.8 release 20 (snap3)HDF Tester2017-09-041-1/+1
| |
* | HDFFV-10276 add whitespaceAllen Byrne2017-08-311-0/+1
| |
* | HDFFV-10276 correct typoAllen Byrne2017-08-311-1/+1
| |
* | HDFFV-10276 Correct note of change in UD parametersAllen Byrne2017-08-311-9/+10
| |
* | HDFFV-9774 Add note to new argumentAllen Byrne2017-08-311-5/+12
|/