summaryrefslogtreecommitdiffstats
path: root/src/H5A.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-109/+64
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-1/+0
* [svn-r25502] merge from trunk.Mohamad Chaarawi2014-07-311-5/+11
|\
| * [svn-r25496] Description:Quincey Koziol2014-07-301-5/+11
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-16/+16
* | [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-3/+3
* | [svn-r25471] merge from trunk and resolve conflicts.Mohamad Chaarawi2014-07-231-0/+1
|\ \ | |/
| * [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-221-1035/+39
| * [svn-r25273] Description:Quincey Koziol2014-06-131-2/+2
* | [svn-r25456] fixing a few things and more realignment with trunk.Mohamad Chaarawi2014-07-211-25/+27
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-2/+6
|\ \ | |/
| * [svn-r25084] Description:Quincey Koziol2014-04-231-2/+2
| * [svn-r24998] Description:Quincey Koziol2014-04-091-0/+3
* | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-40/+40
* | [svn-r24301] merge from trunk.Mohamad Chaarawi2013-10-161-1/+0
|\ \ | |/
| * [svn-r24255] Description:Quincey Koziol2013-10-041-1/+0
* | [svn-r24076] Allow H5VLobject_register to create an hid_t for files and attr...Mohamad Chaarawi2013-08-261-5/+0
* | [svn-r23887] add the VOL error code to H5err.txtMohamad Chaarawi2013-07-111-26/+26
* | [svn-r23803] Add VOL callback for H5AiterateMohamad Chaarawi2013-06-211-69/+32
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-38/+39
* | [svn-r22993] some minor changesMohamad Chaarawi2012-10-311-0/+1
* | [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-6/+13
|\ \ | |/
| * [svn-r22582] Description:Quincey Koziol2012-07-161-5/+12
* | [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-121-0/+13
* | [svn-r22549] Mohamad Chaarawi2012-07-101-13/+0
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-1/+1
* | [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-36/+12
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-1/+2
* | [svn-r22513] fix some committed datatype issuesMohamad Chaarawi2012-07-031-1/+1
* | [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-15/+18
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-86/+474
* | [svn-r22468] split H5F.c into 2 files, H5F.c for public routines and H5Fint.c...Mohamad Chaarawi2012-06-151-1157/+0
* | [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-121-13/+13
* | [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...Mohamad Chaarawi2012-06-121-38/+122
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-79/+52
* | [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-291-6/+6
* | [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-6/+6
* | [svn-r22399] move location token out of va_list on lookup callbackMohamad Chaarawi2012-05-231-8/+8
* | [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-20/+16
* | [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-17/+31
* | [svn-r22380] - attribute and object exist callbacks should be part of get str...Mohamad Chaarawi2012-05-181-2/+6
* | [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-39/+39
* | [svn-r22283] H5Lget routines through VOLMohamad Chaarawi2012-04-121-89/+48
* | [svn-r22279] implement the attribute delete VOL callbackMohamad Chaarawi2012-04-111-38/+16
* | [svn-r22274] merge from trunk, resolve conflictsMohamad Chaarawi2012-04-101-0/+30
|\ \ | |/
| * [svn-r22171] Description:Quincey Koziol2012-03-281-0/+30
* | [svn-r22271] unwrap the high level ids in several placesMohamad Chaarawi2012-04-091-2/+2
* | [svn-r22258] links and attributes VOL routinesMohamad Chaarawi2012-04-081-242/+260
* | [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-0/+25
|/