summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* Updated Fortran Bug and new featuresM. Scot Breitenfeld2019-01-081-1/+22
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵M. Scot Breitenfeld2019-01-073-5/+45
|\ | | | | | | develop
| * Add RELEASE.txt entry for HDFFV-10596.Larry Knox2019-01-041-0/+9
| |
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Vailin Choi2019-01-021-3/+7
| |\ | | | | | | | | | | | | | | | | | | | | | develop Resolve conflicts: Conflicts: test/Makefile.am
| | * Updated the parallel install docs.Dana Robinson2018-12-311-8/+3
| | |
| | * Merge branch 'develop' into openmpi_tweaksDana Robinson2018-12-311-1/+1
| | |\
| | * | Added a shell script so we can run the parallel flush testDana Robinson2018-12-201-4/+13
| | | | | | | | | | | | | | | | on OpenMPI.
| * | | Correction based on code review.Vailin Choi2019-01-021-2/+2
| | | |
| * | | Changes based on feedback from pull request.Vailin Choi2018-12-311-2/+2
| | | |
| * | | Fix for HDFFV-10659: The library abort with "infinite loop closing library"Vailin Choi2018-12-281-0/+13
| | |/ | |/| | | | | | | | | | | | | | | | | | | after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.
| * | Merge branch 'develop' into md_cache_logging_squashDana Robinson2018-12-281-0/+1
| |\ \
| | * | Update option textAllen Byrne2018-12-211-1/+1
| | | |
| | * | HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-201-0/+1
| | |/
| * | Squash merge of MDC logging changes.Dana Robinson2018-12-211-1/+0
| |/
| * Merge pull request #1364 in HDFFV/hdf5 from ↵Dana Robinson2018-12-171-0/+14
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5i_reference_removal to develop * commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53': Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| | * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-0/+14
| | | | | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
* | | Documented HDFFV-10652M. Scot Breitenfeld2019-01-021-1/+7
|/ /
* | HDFFV-10632 correct numberAllen Byrne2018-12-121-1/+1
| |
* | HDFFV-10632 stder/stdout change noteAllen Byrne2018-12-121-0/+9
| |
* | HDFVIEW-4 noteAllen Byrne2018-12-121-3/+12
|/
* RELEASE.txt updates for fixes pushed to 1.10.5.Dana Robinson2018-12-071-49/+0
|
* Removed RELEASE.txt entry concerning --enable-debug/production configure flagsDana Robinson2018-12-061-13/+0
| | | | as those changes were pushed to HDF5 1.10.
* updated with HDFFV-10511Scot Breitenfeld2018-12-041-1/+5
|
* Pulled the RELEASE.txt note concerning HDFFV-10633 since thatDana Robinson2018-11-241-11/+1
| | | | | change was pushed to hdf5_1_10 in case we release the Windows VFD in 1.10.5.
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-141-2/+12
|
* Correct platformsAllen Byrne2018-11-061-3/+2
|
* Snapshot version 1.11 release 3.hdftest2018-11-051-1/+1
|
* Updated RELEASE.txt to reflect HDFFV-10609 work (H5Xpkg.h filesDana Robinson2018-10-291-1/+2
| | | | being incorrectly installed).
* Makes the installed header files the same between the autotoolsDana Robinson2018-10-271-1/+50
| | | | | | | | | | | | and CMake. * CMake will no longer install private generated headers and tools library headers. * Several empty public header files (which represent internal packages) were removed. These were only installed by CMake. * Autotools installs will install H5FDwindows.h. Fixes HDFFV-10614.
* Fix typoAllen Byrne2018-10-041-2/+2
|
* Reconciled docs with 1.10 branchAllen Byrne2018-10-042-38/+58
|
* TRILABS-21 add toolchain related info and filesAllen Byrne2018-10-041-0/+28
|
* HDFFV-10594 - Add rpath configuration noteAllen Byrne2018-09-261-0/+10
|
* HDFFV-10531 document option for external libsAllen Byrne2018-09-241-0/+5
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-241-0/+1
|\ | | | | | | | | | | | | * commit 'e96bd2d46e208e0eb6c62cfcc4f86141f933884e': CMake changes for SKIPPED and flush tests H5S adjust callbacks now return an herr_t instead of void. Normalization with vol_integration (property lists, file drivers, other misc).
| * CMake changes for SKIPPED and flush testsAllen Byrne2018-09-241-0/+1
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-211-1/+1
|\ \ | |/ | | | | | | | | * commit 'f03758613a6ec83e5ddd664590d162ccc888f13e': Snapshot version 1.11 release 2. Normalization with vol_integration (test code and H5Xtest.c)
| * Snapshot version 1.11 release 2.hdftest2018-09-201-1/+1
| |
* | HDFFV-10332 Use pre-generated filesAllen Byrne2018-09-181-1/+6
|/
* HDFFV-9059 Allow detect to take a file as an argumentAllen Byrne2018-09-181-1/+10
|
* Minor text correctionsAllen Byrne2018-09-052-3/+3
|
* HDFFV-10569 Add unsupported option notes to docsAllen Byrne2018-09-042-49/+77
|
* HDFFV-10568 fix hdf5_java library dependencyAllen Byrne2018-09-011-0/+9
|
* Update RELEASE.txt with suggested changesJordan Henderson2018-08-271-1/+46
|
* Add fix for HDFFV-10501Jordan Henderson2018-08-261-0/+18
| | | | | Add test for HDFFV-10501 fix Add release note for HDFFV-10501 fix
* Update fortran windows 10 versionAllen Byrne2018-08-201-2/+2
|
* HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT optionAllen Byrne2018-08-172-0/+12
|
* HDFFV-10536 callback crash fixed by using stack structureAllen Byrne2018-08-171-0/+10
|
* Update cmake warnings to match the autotools files betterAllen Byrne2018-08-162-0/+499
|
* Fix JIRA number formatAllen Byrne2018-08-161-2/+2
|