summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1990 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:references_1_12 ↵Larry Knox2019-10-091-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to hdf5_1_12 * commit '5d2545ee26d4b7013ed363545705f16a67087549': Fix func enter macro in H5T_ref_reclaim() Update RELEASE.txt for reference changes Fix reference type comparison in h5dump Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() Add new H5R API that abstracts object, region and attribute reference types Remove ability to loc by ref from H5VL layer Add support for retrieving object name by token Add H5VL_OBJECT_GET_TYPE to get object type Add H5VL_MAX_TOKEN_SIZE and H5VL_token_t Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info. Fix H5VL_blob_get to return size of blob Add 'blob' callbacks to VOL, along with a native implementation to store them in the global heap, and changed the VL datatype conversion code to use blobs.
| * Update RELEASE.txt for reference changesJerome Soumagne2019-10-081-0/+10
| |
* | Merge pull request #1962 in HDFFV/hdf5 from ↵Vailin Choi2019-10-091-0/+13
|\ \ | |/ |/| | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/112_HDFFV-10585-investigate-slowness-of-regular to hdf5_1_12 * commit 'bffa18b684de83359f4ad25e11f4ad0b15f34040': Merge pull request #1957 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10585-investigate-slowness-of-regular to develop
| * Merge pull request #1934 in HDFFV/hdf5 from ↵Vailin Choi2019-09-301-0/+13
| | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10585-investigate-slowness-of-regular to develop * commit '7924eee0e5ee0745b784c635042b8633886fb799': (1) Address the feedback from the PR review (2) Add release notes Fix for HDFFV-10585 investigate hyperslab slowness: 1) Improve hyperslab performance when doing I/O from 1-d disjoint file dataspace to 1-d contiguous memory dataspace. 2) Move coding in H5D__chunk_io_init() that is constructing the chunk mappings to a separate routine.
* | HDFFV-10408,10918 add noteAllen Byrne2019-10-021-0/+8
|/
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry Knox2019-09-251-1/+1
|
* 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
| |
* | HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-262-17/+26
|/
* Merge pull request #1602 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:wopen_squash ↵Dana Robinson2019-03-151-0/+8
|\ | | | | | | | | | | | | | | to develop * commit '0c20c65e2f3abf390ad87c9167daca4cdff2de39': Added the HDopen work-around on windows to pio_engine.c Adds _wopen support on Windows so that files with UTF-8 names can be opened.
| * Adds _wopen support on Windows so that files with UTF-8 namesDana Robinson2019-03-151-0/+8
| | | | | | | | | | | | can be opened. Fixes: HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691