summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* HDFFV-10408,10918 Add noteAllen Byrne2019-10-021-1/+9
|
* Fixed the iteration error in test_versionbounds() in test/dtypes.c.Vailin Choi2019-09-301-0/+10
|
* (1) Address the feedback from the PR reviewVailin Choi2019-09-261-0/+13
| | | | (2) Add release notes
* Update versioning to next major versionAllen Byrne2019-09-251-6/+6
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-1/+1
| | | | branch.
* Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertantDana Robinson2019-09-171-0/+13
| | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
* Added a release note for HDFFV-10892 (fcntl lock bug).Dana Robinson2019-09-161-0/+22
|
* HDFFV-10854 add release note for windowsAllen Byrne2019-09-121-3/+28
|
* Re-ordered items w.r.t. date.Binh-Minh Ribler2019-08-281-49/+50
|
* Fixed typoBinh-Minh Ribler2019-08-281-1/+1
|
* Added notes about HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-281-0/+21
|
* Fixed the assertion failure for HDFFV-10873.Vailin Choi2019-08-231-0/+14
|
* Changes based on PR feedback.Vailin Choi2019-08-151-2/+2
|
* Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly ↵Vailin Choi2019-08-141-0/+17
| | | | with PGI/19.
* Added the map (H5M) APIDana Robinson2019-08-131-0/+5
|
* Use a STRING option for API versionAllen Byrne2019-08-122-11/+14
|
* HDFFV-10529 add noteAllen Byrne2019-07-231-1/+9
|
* HDFFV-10845 update noteAllen Byrne2019-07-231-2/+6
|
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-172-7/+7
|
* HDFFV-10845 add release note.Allen Byrne2019-07-171-0/+9
|
* HDFFV-10424 add optional variable to avoid PDB installsAllen Byrne2019-07-171-0/+9
|
* Fix note text and cmake module includeAllen Byrne2019-07-101-3/+3
|
* HDFFV-10581 add missed change and release note.Allen Byrne2019-07-091-2/+11
|
* Add release notes.Vailin Choi2019-06-251-0/+16
|
* HDFFV-9407 Add testAllen Byrne2019-06-241-7/+11
|
* Merge pull request #1748 in HDFFV/hdf5 from ↵Dana Robinson2019-06-181-0/+12
|\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:links_iterate_zero_bug to develop * commit '0a75da70a61d41a0bf20a5c617f3eb678ed0b103': Yanked qsort assert Switched to HGOTO_DONE() in the links code. Updated the HDqsort() macro to ensure we don't pass NULL buffers to qsort(3) in the future. Fixed a bug in the links code where iterating over an empty group would pass a NULL pointer to qsort(3), which is undefined behavior.
| * Fixed a bug in the links code where iterating over an empty group wouldDana Robinson2019-06-181-0/+12
| | | | | | | | | | | | pass a NULL pointer to qsort(3), which is undefined behavior. Fixes HDFFV-10829
* | HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-0/+10
|/ | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Merge pull request #1729 in HDFFV/hdf5 from ↵Vailin Choi2019-06-171-0/+13
|\ | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10800-h5ocopy-failure to develop * commit 'dfdc27b04b2e8bcd1985ba90ce6553d8b3805fda': Fix release notes based on feedback from pull request. Fix for HDFFV-10800 H5Ocopy failure: The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
| * Fix release notes based on feedback from pull request.Vailin Choi2019-06-141-7/+9
| |
| * Fix for HDFFV-10800 H5Ocopy failure:Vailin Choi2019-06-121-0/+11
| | | | | | | | | | The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
* | Merge pull request #1728 in HDFFV/hdf5 from ↵Larry Knox2019-06-121-0/+12
|\ \ | |/ |/| | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:bugfix/HDFFV-9976-add-configuration-or-make-options to develop * commit '6e1dc507240fba447c79827897b099e91b9dd5c1': Add release note for enable-tools and enable-tests options. Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings. Add options to enable or disable building tools and tests. The default is enabled for each.
| * Add release note for enable-tools and enable-tests options.Larry Knox2019-06-121-0/+12
| |
* | Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-0/+8
|/ | | | | trees, improving performance and removing the conditionn that the extents be equal.
* Add note about CMake and spaces in pathsAllen Byrne2019-05-071-0/+4
|
* Snapshot version 1.11 release 5.hdftest2019-05-021-1/+1
| | | | Update version to 1.11.6.
* Fix Java JUnit-TestH5P failure on 32-bit archJordan Henderson2019-04-301-0/+4
|
* Added new C++ wrappers - HDFFV-10622Binh-Minh Ribler2019-04-221-3/+7
| | | | | | | | | | | | | | | | Description: Added wrappers for H5Pset/get_create_intermediate_group: // Specifies in property list whether to create missing // intermediate groups void setCreateIntermediateGroup(bool crt_intmd_group) const; // Determines whether property is set to enable creating missing // intermediate groups bool getCreateIntermediateGroup() const; Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* Remove conflict symbolsAllen Byrne2019-04-151-4/+0
|
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-152-4/+8
|
* Fix merge conflictsAllen Byrne2019-04-151-1/+0
|
* Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.Dana Robinson2019-04-111-1/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-04-031-1/+1
|\ | | | | | | | | | | | | | | * commit '844f38c6462f42a9a3a6002de6a4acb0520b8fb7': Correct entry Snapshot version 1.11 release 4. Update version to 1.11.5. Allow option to select NAMESPACE Correct examples for packaging
| * Snapshot version 1.11 release 4.hdftest2019-04-011-1/+1
| | | | | | | | Update version to 1.11.5.
| * Correct examples for packagingAllen Byrne2019-03-281-0/+2
| |
* | Correct examples for packagingAllen Byrne2019-03-281-0/+2
| |