summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-171-4/+4
|
* 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)
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-4/+4
|
* 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.
* | HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-17/+25
|/
* 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
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Neil Fortner2019-03-151-0/+10
|\ \ | |/ | | | | develop
| * Added a note of bug fix for HDFFV-10705.Songyu Lu2019-03-081-0/+10
| |
* | Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-0/+12
|/ | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
* Code improvementBinh-Minh Ribler2019-02-161-3/+3
| | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor
* Added C++ wrapper for H5Ovisit2Binh-Minh Ribler2019-02-141-44/+4
|
* Add RELEASE.txt note for collective metadata read fixesJordan Henderson2019-02-121-0/+16
|
* Fix test issue in testpar/t_dset.c with MPI-2 implementationsJordan Henderson2019-02-071-0/+5
|
* Add release notes information.Vailin Choi2019-02-061-0/+10
|
* Merge pull request #1508 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-01-311-0/+9
|\ | | | | | | | | | | | | | | | | * commit 'bae744199b69eb7c3f5eda2441cca30cb8c6175f': Add more specific batch scripts. Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release. Account info can be submitted as an argument to run the batch scripts. Special versions for sandia are not needed. Add HDF5options.cmake files for serial and parallel tests on HPC machines (where tests are to be run as batch jobs. Add README_HPC file with instructions for setting up configuration to use batch scripts for running tests on HPC machines and some pointers for cross compiling. Remove knl configuration from ctestS.sl.in.cmake. Add sandia batch files with account info. Add batch files with batch parameters specific to cori and ray. Release.txt entry for skipping long double dt_arith tests on ppc64.
| * Add batch files with batch parameters specific to cori and ray.Larry Knox2019-01-261-0/+9
| | | | | | | | Release.txt entry for skipping long double dt_arith tests on ppc64.
* | Add RELEASE.txt note for unknown message fix (pull request 1448)Neil Fortner2019-01-301-0/+6
|/
* 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-071-1/+37
|\ | | | | | | develop
| * Add RELEASE.txt entry for HDFFV-10596.Larry Knox2019-01-041-0/+9
| |
| * 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 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
| |