summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
Commit message (Expand)AuthorAgeFilesLines
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-21/+21
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-3/+3
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-13/+390
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-0/+15
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-181-0/+6
* Clang-format of source filesAllen Byrne2020-09-301-57/+55
* Switch the 'get offset' operation from a dataset 'get' callback to a [native]Quincey Koziol2020-02-281-0/+1
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-6/+22
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-0/+17
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-0/+1
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-47/+43
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-19/+18
* Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-081-2/+2
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-0/+3
* Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-09-271-3/+6
* Marked up H5Fget/set_mpi_atomicity() to use the VOL.Dana Robinson2019-09-271-0/+2
* Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR toBinh-Minh Ribler2019-09-031-1/+1
* HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-281-2/+5
* Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-271-2/+1
|\
| * Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-58/+0
| * Moved the remainder of the code into separate files.Dana Robinson2018-12-201-0/+47
| * Split the native VOL connector code into multiple files andDana Robinson2018-12-201-0/+10
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2018-12-191-0/+57
|\ \ | |/
| * Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-0/+55
|/
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+5
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-2/+2
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-7/+0
|\
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-8/+0
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-1/+1
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-3/+3
|/
* VOL FEATUREDana Robinson2018-10-101-0/+44