| Commit message (Expand) | Author | Age | Files | Lines |
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -53/+63 |
|
|
* | 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 |
|
|
* | Jan ws changes (#282) | Allen Byrne | 2021-01-27 | 1 | -1/+1 |
|
|
* | Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5 | Neil Fortner | 2021-01-22 | 1 | -0/+2 |
|
|
* | Enable H5Fopen to probe list of available VOL connectors when opening a (#182) | jhendersonHDF | 2020-12-16 | 1 | -1/+1 |
|
|
* | Bring async branch to develop (#166) | Quincey Koziol | 2020-12-14 | 1 | -8/+28 |
|
|
* | Enforce VOL framework version compatibility when registering connectors. Als... | Quincey Koziol | 2020-12-10 | 1 | -2/+3 |
|
|
* | Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136) | Quincey Koziol | 2020-11-30 | 1 | -1/+1 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -83/+129 |
|
|
* | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-01-31 | 1 | -1/+1 |
|
|
* | Added a free wrapper that lets us free constant pointers without | Dana Robinson | 2020-01-30 | 1 | -1/+1 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -0/+8 |
|
|
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2019-12-20 | 1 | -16/+26 |
|
|
* | Trivial parameter renaming in VOL API calls. | Dana Robinson | 2019-11-25 | 1 | -2/+2 |
|
|
* | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2019-11-08 | 1 | -1/+2 |
|
|
* | Fix H5VL_blob_get to return size of blob | Jerome Soumagne | 2019-10-08 | 1 | -6/+3 |
|
|
* | Add 'blob' callbacks to VOL, along with a native implementation to store them | Quincey Koziol | 2019-10-08 | 1 | -0/+8 |
|
|
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
|
|
* | Refactor group creation parameters to take them out of the group creation | Quincey Koziol | 2019-04-25 | 1 | -1/+1 |
|
|
* | Refactor link creation parameters from being passing as properties in the | Quincey Koziol | 2019-04-25 | 1 | -1/+1 |
|
|
* | Refactor attribute creation parameters to move parameters out of creation | Quincey Koziol | 2019-04-25 | 1 | -1/+1 |
|
|
* | Refactor dataset creation parameters out of the dataset creation property | Quincey Koziol | 2019-04-25 | 1 | -1/+1 |
|
|
* | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying | Quincey Koziol | 2019-04-21 | 1 | -2/+4 |
|
|
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-03-12 | 1 | -3/+11 |
|\ |
|
| * | Add API routines to retrieve, restore, reset, and free library state. | Quincey Koziol | 2019-03-11 | 1 | -3/+11 |
|
|
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -3/+5 |
|/ |
|
* | Add ID type (of eventual hid_t) to the VOL "wrap" callback. | Quincey Koziol | 2019-02-07 | 1 | -1/+1 |
|
|
* | Added 'notify' callback for async requests; switched VOL class and info | Quincey Koziol | 2018-11-28 | 1 | -3/+4 |
|
|
* | Switch loc_params to VOL callbacks to pass struct by pointer instead of by | Quincey Koziol | 2018-11-22 | 1 | -18/+18 |
|
|
* | Add info_to_str and str_to_info "management" callbacks for serializing and | Quincey Koziol | 2018-11-21 | 1 | -0/+8 |
|
|
* | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -9/+13 |
|
|
* | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -25/+25 |
|
|
* | Refactor, standardize, and revise the async request callbacks. | Quincey Koziol | 2018-11-04 | 1 | -3/+5 |
|
|
* | Refactor and standardize named datatype VOL callbacks. | Quincey Koziol | 2018-11-01 | 1 | -9/+9 |
|
|
* | Refactor and standardize object VOL callbacks. | Quincey Koziol | 2018-11-01 | 1 | -5/+5 |
|
|
* | Refactor and standardize the link VOL callbacks. Also fix error stack for | Quincey Koziol | 2018-11-01 | 1 | -6/+6 |
|
|
* | Refactor and standardize group VOL callbacks. | Quincey Koziol | 2018-11-01 | 1 | -6/+6 |
|
|
* | Refactor and standarize file object callbacks, including some fixes on the | Quincey Koziol | 2018-10-31 | 1 | -4/+4 |
|
|
* | Convert dataset callbacks to standard form, for wrapping object IDs, etc. | Quincey Koziol | 2018-10-29 | 1 | -9/+9 |
|
|
* | Convert attribute VOL callbacks to a standard form that sets up the wrapper | Quincey Koziol | 2018-10-29 | 1 | -7/+7 |
|
|
* | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -2/+3 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-10-25 | 1 | -12/+29 |
|\ |
|
| * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 1 | -7/+24 |
|
|
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -15/+35 |
|/ |
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+132 |
|
|