summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r22704] merge from trunk up to 22703.Mohamad Chaarawi2012-08-211-2/+11
|
* [svn-r22574] oops, parameter switch orderMohamad Chaarawi2012-07-131-1/+1
|
* [svn-r22573] update the public VL callbacks that take var_args to workMohamad Chaarawi2012-07-131-1/+1
|
* [svn-r22555] remove the vol_cls from the H5F_t structMohamad Chaarawi2012-07-111-9/+0
|
* [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists ↵Mohamad Chaarawi2012-07-111-12/+3
| | | | instead
* [svn-r22553] update the H5Iget_file_id implementation to use the VOLMohamad Chaarawi2012-07-111-7/+1
|
* [svn-r22549] Mohamad Chaarawi2012-07-101-1/+1
| | | | | | | | | | move ref count management on the VOL struct inside the VLint code - H5Freopen still needs to be handled create the public interface for VOL callbacks: - unresolved issue with var_args update and create new API fapl calls to support stacking drivers: - need to add fapl copy callback fix a memory leak with registration of external plugins
* [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-5/+8
| | | | move the dataset ID registration to H5Dint where the term_interface func is located
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-1/+1
| | | | | - change how the vlose routine is registered with VOL IDs - some bug fixes
* [svn-r22511] - remove the internal file type and use the file ID created at ↵Mohamad Chaarawi2012-07-031-115/+10
| | | | | | | the API level for the native implementation - work on fixing the named datatype issue.. still not resolved - branch still not stable and tests do not pass at this point
* [svn-r22501] change the interface callbacks for the VOL to use objects ↵Mohamad Chaarawi2012-06-281-27/+40
| | | | | | pointers and public VL structure instead of IDs. tests will fail now because of named datatypes.
* [svn-r22468] split H5F.c into 2 files, H5F.c for public routines and ↵Mohamad Chaarawi2012-06-151-0/+2195
H5Fint.c for private ones move H5A private routines to H5Aint.c