| Commit message (Expand) | Author | Age | Files | Lines |
* | merge and fix conflict | kmu | 2020-01-19 | 1 | -4/+3 |
|\ |
|
* \ | merge and fix conflicts | kmu | 2020-01-14 | 1 | -22/+313 |
|\ \
| |/ |
|
| * | Remove unnecessary H5CX call | Quincey Koziol | 2019-12-21 | 1 | -4/+0 |
|
|
| * | Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic... | Quincey Koziol | 2019-12-21 | 1 | -26/+219 |
|
|
| * | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2019-12-20 | 1 | -40/+142 |
|
|
* | | fix unused related warnings | kmu | 2020-01-13 | 1 | -1/+1 |
|/ |
|
* | Implement support for using H5Dvlen_get_buf_size with | Neil Fortner | 2019-12-05 | 1 | -1/+1 |
|
|
* | Merge pull request #2049 in HDFFV/hdf5 from ~CHOGAN/hdf5:chogan/issue_10934 t... | Chris Hogan | 2019-12-02 | 1 | -15/+62 |
|\ |
|
| * | Fix failing test and retain semantics for chunk cache properties in non-chunk... | Chris Hogan | 2019-11-25 | 1 | -4/+34 |
|
|
| * | Add two missing calls to H5I_dec_ref for new dapl_id | Chris Hogan | 2019-11-21 | 1 | -4/+7 |
|
|
| * | Community-proposed fix | Chris Hogan | 2019-11-18 | 1 | -7/+21 |
|
|
* | | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2019-11-08 | 1 | -2/+2 |
|/ |
|
* | Add new H5R API that abstracts object, region and attribute reference types | Jerome Soumagne | 2019-10-08 | 1 | -45/+1 |
|
|
* | Progress toward moving the dataset routines to using the 'shared' file pointer | Quincey Koziol | 2019-08-21 | 1 | -1/+1 |
|
|
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -2/+3 |
|
|
* | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -21/+21 |
|
|
* | Updated H5Tcopy() to get the dataset's datatype through the VOL when | Dana Robinson | 2019-06-24 | 1 | -24/+0 |
|
|
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -1/+0 |
|
|
* | Merge pull request #1600 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:HDFFV-10658-pe... | Ray Lu | 2019-04-18 | 1 | -28/+38 |
|\ |
|
| * | Changing the prefix of external file and VDS from empty string to null for pe... | Songyu Lu | 2019-04-17 | 1 | -19/+16 |
|
|
| * | Improving the condition checking of empty string. | Songyu Lu | 2019-04-17 | 1 | -8/+8 |
|
|
| * | Replacing string operation strdup with assignment for empty string. | Songyu Lu | 2019-04-17 | 1 | -11/+18 |
|
|
| * | HDFFV-10658 - setting and getting properties in API context: | Songyu Lu | 2019-04-09 | 1 | -14/+8 |
|
|
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r... | Songyu Lu | 2019-04-04 | 1 | -8/+9 |
| |\ |
|
| * | | This commit basically has the following changes: | Songyu Lu | 2019-04-04 | 1 | -4/+4 |
|
|
| * | | HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the... | Songyu Lu | 2019-03-22 | 1 | -14/+26 |
|
|
| * | | HDFFV-10658: setting and getting properties in API context: | Songyu Lu | 2019-03-13 | 1 | -18/+18 |
|
|
* | | | Correct set extent operation on VDS to iterate over # of used sub-datasets | Quincey Koziol | 2019-04-16 | 1 | -1/+1 |
| |/
|/| |
|
* | | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -7/+7 |
|
|
* | | Fix issue with direct chunk write not updating the "last chunk" index | Neil Fortner | 2019-03-06 | 1 | -1/+2 |
|/ |
|
* | Move 'minimize dataset object header flag' into API context | Quincey Koziol | 2019-03-05 | 1 | -6/+6 |
|
|
* | OHDR tests now accept h5_fileaccess() fapls. | Jacob Smith | 2018-12-26 | 1 | -1/+2 |
|
|
* | Add error checking to the minimized dset header size calculation. | Jacob Smith | 2018-12-21 | 1 | -15/+49 |
|
|
* | Formatting adjustments. | Jacob Smith | 2018-12-18 | 1 | -2/+3 |
|
|
* | Formatting adjustments | Jacob Smith | 2018-12-18 | 1 | -19/+19 |
|
|
* | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 1 | -113/+37 |
|
|
* | Merge branch 'dset_ohdr_minimize' of https://bitbucket.hdfgroup.org/scm/~jake... | Jacob Smith | 2018-12-12 | 1 | -5/+0 |
|\ |
|
| * | Remove unused debugging print in '#if 0' block | Jacob Smith | 2018-12-12 | 1 | -5/+0 |
|
|
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -206/+128 |
|\ \
| |/
|/| |
|
| * | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 1 | -1/+1 |
|
|
| * | Remove most debugging shims & scaffolding. | Quincey Koziol | 2018-11-04 | 1 | -8/+0 |
|
|
| * | Convert dataset callbacks to standard form, for wrapping object IDs, etc. | Quincey Koziol | 2018-10-29 | 1 | -5/+2 |
|
|
| * | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -1/+1 |
|
|
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-10-25 | 1 | -1/+0 |
| |\ |
|
| | * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 1 | -1/+1 |
|
|
| * | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -18/+25 |
| |/ |
|
| * | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -19/+42 |
|
|
| * | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -61/+73 |
|
|
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -131/+22 |
|
|
* | | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition. | Jacob Smith | 2018-10-02 | 1 | -5/+1 |
|
|