Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -9/+9 |
| | |||||
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -58/+116 |
| | |||||
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2019-12-20 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the va_list, so it's at least possible for another connector to know what the operation is and decide whether to implement it or not. Added a new VOL sub-class called "introspect" where callbacks that report information about the connector or container can be placed. Added an 'opt_query' callback to this sub-class, for a connector to report back to the library whether a particular optional callback operation is supported. Also added a 'get_conn_cls' introspection callback, to retrieve the H5VL_class_t of a connector (either the "current" connector, H5VL_GET_CONN_LVL_CURR, or the terminal connector, H5VL_GET_CONN_LVL_TERM). Moved the "post open" operation from a file 'specific' operation to a file 'optional' operation, now that it's possible to detect (with the 'opt_query' introspection callback) whether a VOL connector implements an optional operation, without just returning an error. Added new internal VOL helper routines: H5VL_object_is_native, to determine if an object is in (or is a) native file, and H5VL_file_is_same, to determine if two objects are in (or are) the same terminal VOL connector's container. (And moved the special handling for FILE_IS_EQUAL operation out of internal VOL callback routine into H5VL_file_is_same) Made new dataset 'get' operation for H5Dvlen_get_buf_size, aligning it better with other 'get' operations in API. Fixed several issues with pass-through connectors, which are now passing the 'make check-passthrough-vol' tests again. A bunch of warning and style cleanups as well. | ||||
* | Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t * | Jerome Soumagne | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE | Jerome Soumagne | 2019-11-27 | 1 | -1/+21 |
| | | | | Remove H5F__get_file_id() and use only private routine instead | ||||
* | Fix encode and decode of tokens in H5VLnative | Jerome Soumagne | 2019-10-11 | 1 | -4/+17 |
| | | | | | | | | Fix encode and decode of deprecated object reference addresses Make H5Rdeprec.c use tokens instead of haddr_t Fix H5Oopen_by_addr() to serialize addr to token | ||||
* | Remove ability to loc by ref from H5VL layer | Jerome Soumagne | 2019-10-08 | 1 | -87/+0 |
| | |||||
* | 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 | 1 | -0/+54 |
| | | | | Add H5VL_OBJECT_LOOKUP to lookup objects | ||||
* | Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info. | Quincey Koziol | 2019-10-08 | 1 | -14/+2 |
| | | | | Remove "by address" location for VOL operations. (Switching to "by token") | ||||
* | Converted H5O MD cache cork calls to use the VOL. | Dana Robinson | 2019-09-27 | 1 | -0/+34 |
| | |||||
* | Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME | Jerome Soumagne | 2019-05-23 | 1 | -5/+20 |
| | | | | Implement native H5VL_OBJECT_GET_NAME by addr | ||||
* | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Moved the remainder of the code into separate files. | Dana Robinson | 2018-12-20 | 1 | -0/+469 |
| | |||||
* | Split the native VOL connector code into multiple files and | Dana Robinson | 2018-12-20 | 1 | -0/+13 |
moved the attribute code over. |