Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update RELEASE.txt for reference changes | Jerome Soumagne | 2019-10-08 | 1 | -0/+10 |
| | |||||
* | HDFFV-10408,10918 Add note | Allen Byrne | 2019-10-02 | 1 | -1/+9 |
| | |||||
* | Fixed the iteration error in test_versionbounds() in test/dtypes.c. | Vailin Choi | 2019-09-30 | 1 | -0/+10 |
| | |||||
* | (1) Address the feedback from the PR review | Vailin Choi | 2019-09-26 | 1 | -0/+13 |
| | | | | (2) Add release notes | ||||
* | Update develop branch version to 1.13.0 after creation of hdf5_1_12 | Larry Knox | 2019-09-25 | 1 | -1/+1 |
| | | | | branch. | ||||
* | Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant | Dana Robinson | 2019-09-17 | 1 | -0/+13 |
| | | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893. | ||||
* | Added a release note for HDFFV-10892 (fcntl lock bug). | Dana Robinson | 2019-09-16 | 1 | -0/+22 |
| | |||||
* | HDFFV-10854 add release note for windows | Allen Byrne | 2019-09-12 | 1 | -3/+28 |
| | |||||
* | Re-ordered items w.r.t. date. | Binh-Minh Ribler | 2019-08-28 | 1 | -49/+50 |
| | |||||
* | Fixed typo | Binh-Minh Ribler | 2019-08-28 | 1 | -1/+1 |
| | |||||
* | Added notes about HDFFV-10677 and HDFFV-10661 | Binh-Minh Ribler | 2019-08-28 | 1 | -0/+21 |
| | |||||
* | Fixed the assertion failure for HDFFV-10873. | Vailin Choi | 2019-08-23 | 1 | -0/+14 |
| | |||||
* | Changes based on PR feedback. | Vailin Choi | 2019-08-15 | 1 | -2/+2 |
| | |||||
* | Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly ↵ | Vailin Choi | 2019-08-14 | 1 | -0/+17 |
| | | | | with PGI/19. | ||||
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+5 |
| | |||||
* | Use a STRING option for API version | Allen Byrne | 2019-08-12 | 1 | -1/+7 |
| | |||||
* | HDFFV-10529 add note | Allen Byrne | 2019-07-23 | 1 | -1/+9 |
| | |||||
* | HDFFV-10845 update note | Allen Byrne | 2019-07-23 | 1 | -2/+6 |
| | |||||
* | HDFFV-10845 update mingw cmake changes | Allen Byrne | 2019-07-17 | 1 | -4/+4 |
| | |||||
* | HDFFV-10845 add release note. | Allen Byrne | 2019-07-17 | 1 | -0/+9 |
| | |||||
* | HDFFV-10424 add optional variable to avoid PDB installs | Allen Byrne | 2019-07-17 | 1 | -0/+9 |
| | |||||
* | Fix note text and cmake module include | Allen Byrne | 2019-07-10 | 1 | -3/+3 |
| | |||||
* | HDFFV-10581 add missed change and release note. | Allen Byrne | 2019-07-09 | 1 | -2/+11 |
| | |||||
* | Add release notes. | Vailin Choi | 2019-06-25 | 1 | -0/+16 |
| | |||||
* | HDFFV-9407 Add test | Allen Byrne | 2019-06-24 | 1 | -7/+11 |
| | |||||
* | Merge pull request #1748 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-06-18 | 1 | -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 would | Dana Robinson | 2019-06-18 | 1 | -0/+12 |
| | | | | | | | | | | | | pass a NULL pointer to qsort(3), which is undefined behavior. Fixes HDFFV-10829 | ||||
* | | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -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 Choi | 2019-06-17 | 1 | -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 Choi | 2019-06-14 | 1 | -7/+9 |
| | | |||||
| * | Fix for HDFFV-10800 H5Ocopy failure: | Vailin Choi | 2019-06-12 | 1 | -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 Knox | 2019-06-12 | 1 | -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 Knox | 2019-06-12 | 1 | -0/+12 |
| | | |||||
* | | Refactor H5S__hyper_project_intersection to operate directly on span | Neil Fortner | 2019-06-01 | 1 | -0/+8 |
|/ | | | | | trees, improving performance and removing the conditionn that the extents be equal. | ||||
* | Add note about CMake and spaces in paths | Allen Byrne | 2019-05-07 | 1 | -0/+4 |
| | |||||
* | Snapshot version 1.11 release 5. | hdftest | 2019-05-02 | 1 | -1/+1 |
| | | | | Update version to 1.11.6. | ||||
* | Fix Java JUnit-TestH5P failure on 32-bit arch | Jordan Henderson | 2019-04-30 | 1 | -0/+4 |
| | |||||
* | Added new C++ wrappers - HDFFV-10622 | Binh-Minh Ribler | 2019-04-22 | 1 | -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 option | Allen Byrne | 2019-04-15 | 1 | -4/+4 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-04-03 | 1 | -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. | hdftest | 2019-04-01 | 1 | -1/+1 |
| | | | | | | | | Update version to 1.11.5. | ||||
* | | HDFFV-10741 - add option to skip tool error stack tests | Allen Byrne | 2019-03-26 | 1 | -17/+25 |
|/ | |||||
* | Merge pull request #1602 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:wopen_squash ↵ | Dana Robinson | 2019-03-15 | 1 | -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 names | Dana Robinson | 2019-03-15 | 1 | -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 Fortner | 2019-03-15 | 1 | -0/+10 |
|\ \ | |/ | | | | | develop | ||||
| * | Added a note of bug fix for HDFFV-10705. | Songyu Lu | 2019-03-08 | 1 | -0/+10 |
| | | |||||
* | | Fix issue with direct chunk write not updating the "last chunk" index | Neil Fortner | 2019-03-06 | 1 | -0/+12 |
|/ | | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data. | ||||
* | Code improvement | Binh-Minh Ribler | 2019-02-16 | 1 | -3/+3 |
| | | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor | ||||
* | Added C++ wrapper for H5Ovisit2 | Binh-Minh Ribler | 2019-02-14 | 1 | -44/+4 |
| | |||||
* | Add RELEASE.txt note for collective metadata read fixes | Jordan Henderson | 2019-02-12 | 1 | -0/+16 |
| |