summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25579] Add version number for VOL plugins in VOL Plugin structure.Mohamad Chaarawi2014-09-081-0/+1
|
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-3/+2
| | | | | | | symmetrical to VFDs and allow new functionality to be implemented later. + some Bug fixes
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-2/+2
| | | | | - change how the vlose routine is registered with VOL IDs - some bug fixes
* [svn-r22501] change the interface callbacks for the VOL to use objects ↵Mohamad Chaarawi2012-06-281-0/+1
| | | | | | pointers and public VL structure instead of IDs. tests will fail now because of named datatypes.
* [svn-r22168] - switch VOL property to be a pointer rather than an IDMohamad Chaarawi2012-03-281-1/+1
| | | | - rename some utility routines
* [svn-r22119] Changes:Mohamad Chaarawi2012-03-221-5/+0
| | | | | | | | | | | - add VOL implementation for H5O, H5D, and H5T functions - update the VOL interface with H5VLget routines - make upper level IDs of Type H5I_XXX_PUBLIC - bug fixes Comments: - some routines still don't go through VOL but have a workaround so they don't have to at the moment.
* [svn-r22056] - fix several bugs in id managementMohamad Chaarawi2012-03-121-0/+5
| | | | | | - update test cases that get the H5F_t struct to use H5I_object_verify instead of H5I_object because of the higher user level ID that is introduced - add some workarounds to take into consideration that the high level ID is not used everywhere at the moment - add a routine that translates from low level ids to high level ids
* [svn-r21915] starting to set up vol frameworkMohamad Chaarawi2012-02-071-0/+38
fopen, fclose, fcreate routed through native vol