| Commit message (Expand) | Author | Age | Files | Lines |
* | Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *. | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
* | Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char to | David Young | 2019-11-13 | 1 | -2/+6 |
|
|
* | Make many warnings about H5T_copy() calls that discard const qualifiers | David Young | 2019-11-13 | 2 | -2/+2 |
|
|
* | Use FUNC_ENTER_STATIC_NOERR instead of FUNC_ENTER_STATIC for a function | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
* | Explicitly initialize `type_flags`; the compiler does not realize that | David Young | 2019-11-13 | 1 | -2/+2 |
|
|
* | Initialize a couple of return values to avoid used-before-set warnings. | David Young | 2019-11-13 | 1 | -2/+2 |
|
|
* | Initialize a couple of variables that the compiler does not realize are | David Young | 2019-11-13 | 2 | -2/+2 |
|
|
* | To quiet a warning, initialize some `struct timeval`s that the compiler | David Young | 2019-11-13 | 1 | -2/+2 |
|
|
* | Delete unused variable. | David Young | 2019-11-13 | 1 | -1/+0 |
|
|
* | Change a signed variable to unsigned to avoid a warning about the sign | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
* | Delete variables that are unused or set and unused. | David Young | 2019-11-13 | 1 | -12/+0 |
|
|
* | Format a pointer with %p to avoid a gripe about casting a pointer to an | David Young | 2019-11-13 | 1 | -3/+2 |
|
|
* | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some to | David Young | 2019-11-12 | 35 | -289/+665 |
|\ |
|
| * | Fix issue where H5R__reopen_file did not make the file "post open" | Neil Fortner | 2019-11-12 | 2 | -1/+10 |
|
|
| * | Merge pull request #2032 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:vlget_file_typ... | Neil Fortner | 2019-11-08 | 34 | -289/+656 |
| |\ |
|
| | * | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2019-11-08 | 34 | -289/+656 |
|
|
* | | | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some | David Young | 2019-11-08 | 1 | -1/+18 |
|\ \ \
| |/ / |
|
| * | | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop | David Young | 2019-11-05 | 1 | -1/+18 |
| |\ \
| | |/
| |/| |
|
| | * | For portability, insulate the HDF5 library from some system macros. | David Young | 2019-10-03 | 1 | -1/+18 |
|
|
* | | | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2019-11-05 | 6 | -24/+32 |
|/ / |
|
* | | Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ... | Richard Warren | 2019-10-23 | 3 | -11/+12 |
|
|
* | | Merge pull request #2000 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_endian_develo... | Jerome Soumagne | 2019-10-11 | 8 | -158/+226 |
|\ \ |
|
| * | | Fix encode and decode of tokens in H5VLnative | Jerome Soumagne | 2019-10-11 | 8 | -158/+226 |
|
|
* | | | Unify code between H5Lcopy and H5Lmove | Jordan Henderson | 2019-10-10 | 2 | -9/+14 |
|
|
* | | | Fix func enter macro in H5T_ref_reclaim() | Jerome Soumagne | 2019-10-09 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #1931 in HDFFV/hdf5 from feature/references to develop | Jerome Soumagne | 2019-10-08 | 57 | -1985/+6295 |
|\ \ |
|
| * | | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() | Jerome Soumagne | 2019-10-08 | 1 | -2/+2 |
|
|
| * | | Add new H5R API that abstracts object, region and attribute reference types | Jerome Soumagne | 2019-10-08 | 38 | -1357/+4694 |
|
|
| * | | Remove ability to loc by ref from H5VL layer | Jerome Soumagne | 2019-10-08 | 3 | -113/+2 |
|
|
| * | | Add support for retrieving object name by token | Jerome Soumagne | 2019-10-08 | 1 | -0/+12 |
|
|
| * | | Add H5VL_OBJECT_GET_TYPE to get object type | Jerome Soumagne | 2019-10-08 | 3 | -1/+63 |
|
|
| * | | Add H5VL_MAX_TOKEN_SIZE and H5VL_token_t | Jerome Soumagne | 2019-10-08 | 1 | -0/+7 |
|
|
| * | | Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info. | Quincey Koziol | 2019-10-08 | 8 | -81/+135 |
|
|
| * | | Fix H5VL_blob_get to return size of blob | Jerome Soumagne | 2019-10-08 | 13 | -104/+489 |
|
|
| * | | Add 'blob' callbacks to VOL, along with a native implementation to store them | Quincey Koziol | 2019-10-08 | 21 | -468/+1032 |
|
|
* | | | Another cleanup pass as suggested by the reviewers. | Richard Warren | 2019-10-07 | 3 | -8/+5 |
|
|
* | | | Fix some typos and remove an unused prototype from H5Sprivate.h | Richard Warren | 2019-10-07 | 2 | -2/+1 |
|
|
* | | | At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5... | Richard Warren | 2019-10-07 | 5 | -159/+197 |
|
|
* | | | Made code review edit suggested by Jerome, plus various code updates to files... | Richard Warren | 2019-10-07 | 1 | -4/+4 |
|
|
* | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Richard Warren | 2019-10-07 | 1 | -78/+81 |
|\ \ \
| |/ / |
|
| * | | Fixed a bug (HDFFV-10899) where the behavior of the deprecated | Dana Robinson | 2019-10-04 | 1 | -78/+81 |
| |/ |
|
* | | No functional changes, just removed some tab characters | Richard Warren | 2019-10-05 | 1 | -4/+4 |
|
|
* | | Make the initial bug fixes to allow >2GB writes with Independent IO | Richard Warren | 2019-10-05 | 3 | -24/+46 |
|/ |
|
* | Fixed the java assert issue with H5O cache corking calls. | Dana Robinson | 2019-10-03 | 1 | -3/+4 |
|
|
* | fix for statement declare of type | Allen Byrne | 2019-09-30 | 2 | -57/+59 |
|
|
* | Corrected missing parallel #ifdefs. | Dana Robinson | 2019-09-27 | 1 | -0/+2 |
|
|
* | Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV... | Vailin Choi | 2019-09-27 | 1 | -36/+168 |
|\ |
|
| * | (1) Address the feedback from the PR review | Vailin Choi | 2019-09-26 | 1 | -4/+3 |
|
|
| * | Merge pull request #21 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1... | Vailin Choi | 2019-09-26 | 20 | -1716/+1750 |
| |\ |
|
| * | | Fix for HDFFV-10585 investigate hyperslab slowness: | Vailin Choi | 2019-09-19 | 1 | -36/+169 |
|
|