summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
Commit message (Expand)AuthorAgeFilesLines
* [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-7/+2
|\
| * [svn-r27811] Description:Quincey Koziol2015-09-161-5/+1
* | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-3/+3
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-3/+3
* | [svn-r27208] merge from trunk.Mohamad Chaarawi2015-06-161-2/+2
|\ \ | |/
| * [svn-r27144] Description:Quincey Koziol2015-06-031-2/+2
* | [svn-r27090] merge from trunk.Mohamad Chaarawi2015-05-151-1/+0
|\ \ | |/
| * [svn-r27058] Description:Quincey Koziol2015-05-131-1/+0
* | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-0/+7
|\ \ | |/
| * [svn-r26837] Description:Quincey Koziol2015-04-171-0/+6
* | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-0/+2
|\ \ | |/
| * [svn-r26514] Fix for HDFFV-9173:Vailin Choi2015-03-201-0/+2
* | [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-14/+0
* | [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-1/+1
* | [svn-r25471] merge from trunk and resolve conflicts.Mohamad Chaarawi2014-07-231-7/+0
|\ \ | |/
| * [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-221-0/+1
* | [svn-r25463] more aligning with trunk.Mohamad Chaarawi2014-07-221-1/+2
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-11/+41
|\ \ | |/
| * [svn-r25097] Description:Quincey Koziol2014-04-251-0/+4
| * [svn-r25088] Description:Quincey Koziol2014-04-231-12/+35
| * [svn-r24993] Purpose:Dana Robinson2014-04-091-0/+2
* | [svn-r24710] merge from trunk to 24709.Mohamad Chaarawi2014-02-141-2/+2
|\ \ | |/
| * [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward projec...Mohamad Chaarawi2014-02-131-2/+2
* | [svn-r24593] merge from trunkMohamad Chaarawi2013-12-231-1/+1
|\ \ | |/
| * [svn-r24476] Description:Quincey Koziol2013-11-301-1/+1
* | [svn-r24088] Merging r24044 through r24087Mohamad Chaarawi2013-08-301-3/+3
|\ \ | |/
| * [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use Co...Mohamad Chaarawi2013-08-301-3/+3
* | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-0/+1
|\ \ | |/
| * [svn-r23713] Description:Quincey Koziol2013-05-211-0/+1
* | [svn-r22995] merge from trunk up to 22994.Mohamad Chaarawi2012-10-311-1/+1
|\ \ | |/
| * [svn-r22915] Description:Quincey Koziol2012-10-171-1/+1
* | [svn-r22809] - bring in plist encode decode changes from trunkMohamad Chaarawi2012-09-251-5/+63
|\ \ | |/
| * [svn-r22807] Description:Quincey Koziol2012-09-251-5/+63
* | [svn-r22623] merge from tunkMohamad Chaarawi2012-08-021-29/+15
|\ \ | |/
| * [svn-r22608] Description:Quincey Koziol2012-07-261-29/+15
* | [svn-r22555] remove the vol_cls from the H5F_t structMohamad Chaarawi2012-07-111-1/+0
* | [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-111-3/+3
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-2/+1
* | [svn-r22468] split H5F.c into 2 files, H5F.c for public routines and H5Fint.c...Mohamad Chaarawi2012-06-151-0/+19
* | [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-151-0/+1
* | [svn-r22465] add a vol_info parameter to the fapl and update some of the rout...Mohamad Chaarawi2012-06-151-1/+2
* | [svn-r22461] add a prototype for a new API routine, H5Fis_accessableMohamad Chaarawi2012-06-141-1/+0
* | [svn-r22439] file image and mount operations handled in VOLMohamad Chaarawi2012-06-061-1/+1
* | [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-0/+1
* | [svn-r22278] make get_vfd go through a generic file callbackMohamad Chaarawi2012-04-111-0/+1
* | [svn-r22274] merge from trunk, resolve conflictsMohamad Chaarawi2012-04-101-2/+3
|\ \ | |/
| * [svn-r22219] Description:Quincey Koziol2012-03-311-2/+3
* | [svn-r22272] provide the wrapped ids to iterate/visit routinesMohamad Chaarawi2012-04-101-0/+2
* | [svn-r22168] - switch VOL property to be a pointer rather than an IDMohamad Chaarawi2012-03-281-2/+1
* | [svn-r22032] - move all HDF5 library access for H5F routines to the native la...Mohamad Chaarawi2012-03-071-1/+0