| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native AP... | jhendersonHDF | 2021-11-10 | 1 | -3/+5 |
|
|
* | New references for Dimension Scale APIs (#1139) | jhendersonHDF | 2021-11-05 | 1 | -0/+11 |
|
|
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -5/+3 |
|
|
* | Merge doxygen2 into develop (#553) | Gerd Heber | 2021-04-26 | 1 | -8/+6 |
|
|
* | Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) | Sean McBride | 2021-02-23 | 1 | -3/+3 |
|
|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
|
|
* | develop revert source to clang-format version 11 (#293) | Allen Byrne | 2021-01-29 | 1 | -2/+2 |
|
|
* | Bring async branch to develop (#166) | Quincey Koziol | 2020-12-14 | 1 | -16/+16 |
|
|
* | Enforce VOL framework version compatibility when registering connectors. Als... | Quincey Koziol | 2020-12-10 | 1 | -0/+11 |
|
|
* | Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136) | Quincey Koziol | 2020-11-30 | 1 | -2/+21 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -13/+13 |
|
|
* | First cut of the H5 public API documentation. (#80) | Gerd Heber | 2020-11-18 | 1 | -24/+263 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -37/+33 |
|
|
* | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-04-08 | 1 | -1/+19 |
|
|
* | 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 |
|
|