summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old szip lineAllen Byrne2020-04-231-1/+0
|
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-04-223-0/+20
|
* Trim trailing whitespaceQuincey Koziol2020-04-204-3068/+3068
|
* Merge branch 'develop' of ↵Jacob Smith2020-04-071-0/+39
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a
| * Move intel warnings to subfolder, update autotools filesAllen Byrne2020-04-061-1/+3
| |
| * Corrected noteAllen Byrne2020-04-061-3/+3
| |
| * Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
| |
| * TRILAB-192 add comparable clang flagsAllen Byrne2020-03-271-0/+2
| |
| * TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-03-241-0/+7
| |
| * TRILAB-192 add release noteAllen Byrne2020-03-241-0/+15
| |
| * Fixed the RELEASE.txt note for HDFFV-11057Dana Robinson2020-03-181-9/+8
| |
| * Fix shutdown errors when using the HDF5_VOL_CONNECTOR environmentDana Robinson2020-03-181-0/+12
| | | | | | | | | | variable to set a dynamically loaded plugin as the default VOL connector. Fixes HDFFV-11057
* | Add Splitter VFD to library.Jacob Smith2020-03-131-0/+14
|/ | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
* Update examples and fix old version references.Allen Byrne2020-02-268-209/+213
|
* Update Windows platformsAllen Byrne2020-02-241-5/+1
|
* HDFFV-11036 add release noteAllen Byrne2020-02-241-1/+8
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-212-1/+8
|
* Merge developJordan Henderson2020-02-214-37/+237
|\
| * Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size ↵M. Scot Breitenfeld2020-02-181-0/+3
| | | | | | | | | | | | inh5fget_file_image_f. HDFFV-11029
| * Update sanitizer note.Allen Byrne2020-02-111-3/+12
| |
| * HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵Muqun Yang2020-02-071-0/+10
| | | | | | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
| * Add RELEASE.txt note for token refactoring changesJordan Henderson2020-02-051-0/+44
| |
| * HDFFV-11012 - add release noteAllen Byrne2020-02-051-0/+7
| |
| * HDFFV-10996 add release noteAllen Byrne2020-02-041-0/+6
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-241-7/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '590aaff33046df99a4d88ba59e4b461e060b36e4': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares. Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes.
| | * Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-7/+4
| | | | | | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
| * | Note for common warnings filesAllen Byrne2020-01-171-0/+9
| |/
| * HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-8/+8
| |
| * HDDFV-11001 add noteAllen Byrne2020-01-151-0/+14
| |
| * Added JIRA noteAllen Byrne2020-01-131-0/+8
| |
| * HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-191-0/+7
| |
| * Add missing noteAllen Byrne2019-12-191-0/+12
| |
| * Merge pull request #2109 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pread_bugs to ↵Dana Robinson2019-12-171-0/+15
| |\ | | | | | | | | | | | | | | | | | | develop * commit '99f85cbf15a637768c8df977ddc5eebe7683a60d': Fixed bugs in pread/pwrite I/O in VFDs.
| | * Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2019-12-091-0/+15
| | | | | | | | | | | | Fixes HDFFV-10945.
| * | Add release note for sanitizer supportAllen Byrne2019-12-121-0/+6
| | |
| * | Latest date first in RELEASE.txtChris Hogan2019-12-101-6/+6
| | |
| * | Update RELEASE.txt with performance improvementsChris Hogan2019-12-101-0/+6
| | |
| * | Merge pull request #2113 in HDFFV/hdf5 from ↵Chris Hogan2019-12-091-0/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~CHOGAN/hdf5:chogan/develop/10934_release_txt to develop * commit 'c000061e6a6123d9cba7938bb8e6b94139cc3cc7': Add RELEASE.txt entry for Jira 10934
| | * | Add RELEASE.txt entry for Jira 10934Chris Hogan2019-12-091-0/+6
| | |/
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-071-0/+16
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '9c3900d0bf05a65e59cce6dc613b38b240599d93': Add note to RELEASE.txt for H5Sselect_adjust. Add RELEASE.txt note for H5Sselect_project_interesection Minor tweaks noticed while going over VOL documentation.
| | * | Add note to RELEASE.txt for H5Sselect_adjust.Neil Fortner2019-12-061-0/+8
| | | |
| | * | Add RELEASE.txt note for H5Sselect_project_interesectionNeil Fortner2019-12-061-0/+8
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-061-0/+9
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'fa31520e25ec27140f8d0dfec859aede163d2201': Add RELEASE.txt note for HVLget_file_type()
| | * | Add RELEASE.txt note for HVLget_file_type()Neil Fortner2019-12-061-0/+9
| | |/
| * | HDFFV-10876 add noteAllen Byrne2019-12-061-0/+9
| |/
| * Minor correctionAllen Byrne2019-11-181-1/+1
| |
| * Update list of tested platformsAllen Byrne2019-11-181-23/+8
| |
| * Add VS2019 supportAllen Byrne2019-11-183-6/+18
| |
| * Update RELEASE.txt for reference changesJerome Soumagne2019-10-081-0/+10
| |
* | Partial fix for HDFFV-10792Jordan Henderson2019-10-101-0/+13
|/