summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
Commit message (Expand)AuthorAgeFilesLines
* [svn-r22558] add fapl copy & free callbacks to the VOL class as they are need...Mohamad Chaarawi2012-07-111-0/+3
* [svn-r22549] Mohamad Chaarawi2012-07-101-57/+49
* [svn-r22543] cleanupMohamad Chaarawi2012-07-101-1/+1
* [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-4/+2
* [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-113/+132
* [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-151-3/+6
* [svn-r22465] add a vol_info parameter to the fapl and update some of the rout...Mohamad Chaarawi2012-06-151-1/+67
* [svn-r22461] add a prototype for a new API routine, H5Fis_accessableMohamad Chaarawi2012-06-141-3/+2
* [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-121-11/+12
* [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...Mohamad Chaarawi2012-06-121-4/+5
* [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-5/+44
* [svn-r22439] file image and mount operations handled in VOLMohamad Chaarawi2012-06-061-12/+15
* [svn-r22436] add a public routine to get the name of the VOL plugin associate...Mohamad Chaarawi2012-06-051-0/+1
* [svn-r22423] add link and object iterate callbacksMohamad Chaarawi2012-06-011-0/+7
* [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-291-2/+22
* [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-23/+37
* [svn-r22401] remove ID from object open callback since location token is suff...Mohamad Chaarawi2012-05-231-1/+1
* [svn-r22399] move location token out of va_list on lookup callbackMohamad Chaarawi2012-05-231-1/+1
* [svn-r22384] - fix type in CMake fileMohamad Chaarawi2012-05-211-2/+2
* [svn-r22381] add a VL free location callback and use it as appropriateMohamad Chaarawi2012-05-181-5/+6
* [svn-r22380] - attribute and object exist callbacks should be part of get str...Mohamad Chaarawi2012-05-181-16/+17
* [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-36/+36
* [svn-r22298] fix an error in H5Dget_offsetMohamad Chaarawi2012-04-191-41/+46
* [svn-r22292] remove unnecessary lookup for object locations into VOLMohamad Chaarawi2012-04-171-0/+10
* [svn-r22285] make H5Ocopy use VOLMohamad Chaarawi2012-04-131-2/+0
* [svn-r22283] H5Lget routines through VOLMohamad Chaarawi2012-04-121-10/+17
* [svn-r22279] implement the attribute delete VOL callbackMohamad Chaarawi2012-04-111-1/+1
* [svn-r22278] make get_vfd go through a generic file callbackMohamad Chaarawi2012-04-111-37/+43
* [svn-r22258] links and attributes VOL routinesMohamad Chaarawi2012-04-081-8/+25
* [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-13/+25
* [svn-r22194] - fix bug in set_vol_fapl to fix case when a vol is set explicit...Mohamad Chaarawi2012-03-291-5/+5
* [svn-r22193] - add VOL callback for H5Dset_extentMohamad Chaarawi2012-03-291-0/+1
* [svn-r22192] - change VOL callback for file open to be the same as the API callMohamad Chaarawi2012-03-291-1/+1
* [svn-r22184] - make the H5I inc and dec ref count routines independent of the...Mohamad Chaarawi2012-03-291-1/+1
* [svn-r22168] - switch VOL property to be a pointer rather than an IDMohamad Chaarawi2012-03-281-4/+1
* [svn-r22165] reorder the callbacks in the VOL struct to have create, open, .....Mohamad Chaarawi2012-03-281-11/+10
* [svn-r22153] renaming some VL public variables and wrapper ID typeMohamad Chaarawi2012-03-261-29/+29
* [svn-r22151] - object lookup returns the haddr_tMohamad Chaarawi2012-03-261-3/+4
* [svn-r22125] add get callback for datasetsMohamad Chaarawi2012-03-221-1/+12
* [svn-r22123] update the VOL GET callbacks to use var_args instead of argc & argvMohamad Chaarawi2012-03-221-4/+4
* [svn-r22119] Changes:Mohamad Chaarawi2012-03-221-5/+36
* [svn-r22032] - move all HDF5 library access for H5F routines to the native la...Mohamad Chaarawi2012-03-071-61/+52
* [svn-r21964] a working version that works with the entire test suiteMohamad Chaarawi2012-02-201-3/+4
* [svn-r21915] starting to set up vol frameworkMohamad Chaarawi2012-02-071-0/+136