| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce new H5VL _by_value routines | Jordan Henderson | 2020-01-29 | 1 | -5/+4 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -1/+2 |
|
|
* | Small changes from the token_refactoring branch, to reduce the delta to develop | Quincey Koziol | 2020-01-04 | 1 | -9/+16 |
|
|
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2019-12-20 | 1 | -2/+3 |
|
|
* | Merge branch 'develop' into vol_dev_headers | Dana Robinson | 2019-06-14 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #1727 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Fdelete_vol_... | Dana Robinson | 2019-06-13 | 1 | -1/+2 |
| |\ |
|
| | * | Added H5Fdelete call and VOL support (but no VFD/native implementation). | Dana Robinson | 2019-06-11 | 1 | -1/+2 |
|
|
| * | | Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to develop | Scot Breitenfeld | 2019-06-12 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch 'develop' into H10621 | M. Scot Breitenfeld | 2019-04-24 | 1 | -0/+7 |
| | |\ |
|
| | * \ | Merge branch 'develop' into H10621 | M. Scot Breitenfeld | 2019-03-07 | 1 | -28/+45 |
| | |\ \ |
|
| | * | | | Implemented VOL APIs and C constants, no tests | Scot Breitenfeld | 2018-12-07 | 1 | -1/+1 |
|
|
* | | | | | Split VOL connector routines into separate headers: | Dana Robinson | 2019-05-24 | 1 | -476/+15 |
|/ / / / |
|
* | | | | Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME | Jerome Soumagne | 2019-05-23 | 1 | -1/+1 |
|
|
* | | | | Refactor group creation parameters to take them out of the group creation | Quincey Koziol | 2019-04-25 | 1 | -5/+2 |
|
|
* | | | | Refactor link creation parameters from being passing as properties in the | Quincey Koziol | 2019-04-25 | 1 | -10/+2 |
|
|
* | | | | Refactor attribute creation parameters to move parameters out of creation | Quincey Koziol | 2019-04-25 | 1 | -7/+3 |
|
|
* | | | | Refactor dataset creation parameters out of the dataset creation property | Quincey Koziol | 2019-04-25 | 1 | -7/+3 |
| |_|/
|/| | |
|
* | | | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying | Quincey Koziol | 2019-04-21 | 1 | -0/+2 |
|
|
* | | | Add H5Fget_fileno() API routine. | Quincey Koziol | 2019-04-12 | 1 | -0/+1 |
|
|
* | | | Add API routines to retrieve, restore, reset, and free library state. | Quincey Koziol | 2019-03-11 | 1 | -0/+4 |
| |/
|/| |
|
* | | Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval' | Quincey Koziol | 2019-02-23 | 1 | -24/+38 |
|
|
* | | Add ID type (of eventual hid_t) to the VOL "wrap" callback. | Quincey Koziol | 2019-02-07 | 1 | -2/+4 |
|
|
* | | Add API routines to wrap and retrieve objects | Quincey Koziol | 2019-01-11 | 1 | -0/+2 |
|
|
* | | Move H5Fset_dset_no_attrs_hint VOL operations to native. | Jacob Smith | 2018-12-18 | 1 | -2/+1 |
|
|
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-18 | 1 | -2/+1 |
|\ \ |
|
| * | | Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out | Quincey Koziol | 2018-12-17 | 1 | -2/+1 |
| |/ |
|
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -1/+2 |
|/ |
|
* | Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. | Quincey Koziol | 2018-11-29 | 1 | -1/+2 |
|
|
* | Switch H5VL_class_value_t from enum to unsigned integer | Quincey Koziol | 2018-11-29 | 1 | -30/+20 |
|
|
* | Added 'notify' callback for async requests; switched VOL class and info | Quincey Koziol | 2018-11-28 | 1 | -4/+9 |
|
|
* | Switch loc_params to VOL callbacks to pass struct by pointer instead of by | Quincey Koziol | 2018-11-22 | 1 | -42/+42 |
|
|
* | Add info_to_str and str_to_info "management" callbacks for serializing and | Quincey Koziol | 2018-11-21 | 1 | -7/+13 |
|
|
* | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -3/+4 |
|
|
* | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 1 | -2/+3 |
|
|
* | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -87/+87 |
|
|
* | Refactor, standardize, and revise the async request callbacks. | Quincey Koziol | 2018-11-04 | 1 | -15/+26 |
|
|
* | Refactor and standardize object VOL callbacks. | Quincey Koziol | 2018-11-01 | 1 | -3/+3 |
|
|
* | Move all callback-related routines into the callback source file, standardizing | Quincey Koziol | 2018-10-28 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-10-25 | 1 | -10/+8 |
|\ |
|
| * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 1 | -5/+5 |
|
|
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -105/+127 |
|/ |
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+498 |
|
|