summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r27984] merge from trunk.. not working yet.Mohamad Chaarawi2015-10-071-84/+60
|\
| * [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-84/+60
| |\
| | * [svn-r27768] Description:Quincey Koziol2015-09-141-84/+60
* | | [svn-r27456] merge from VOL branch.Mohamad Chaarawi2015-08-031-56/+82
|\ \ \ | |/ /
| * | [svn-r27455] merge from trunk.Mohamad Chaarawi2015-08-031-56/+82
| |\ \ | | |/
| | * [svn-r27415] Fix potential error with H5I_clear_type which could occur when a...Neil Fortner2015-07-201-56/+82
* | | [svn-r27452] more merge fixes.Mohamad Chaarawi2015-08-031-4/+7
* | | [svn-r27438] - merge from VOL branch.Mohamad Chaarawi2015-07-281-355/+93
|\ \ \ | |/ /
| * | [svn-r27141] merge from trunk.Mohamad Chaarawi2015-06-031-4/+4
| |\ \ | | |/
| | * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-2/+2
| * | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-51/+20
| |\ \ | | |/
| | * [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-3/+3
| | * [svn-r26961] Description:Quincey Koziol2015-04-291-48/+17
| * | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-0/+3
| |\ \ | | |/
| | * [svn-r26246] Corrects a regular expression in the bin/trace Perl script that ...Dana Robinson2015-02-201-0/+3
| * | [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-173/+51
| * | [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-9/+6
| * | [svn-r25544] - add a new version of H5Lis_registered.Mohamad Chaarawi2014-08-221-1/+1
| * | [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-1/+1
| * | [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-4/+5
| * | [svn-r25502] merge from trunk.Mohamad Chaarawi2014-07-311-121/+14
| |\ \ | | |/
| | * [svn-r25496] Description:Quincey Koziol2014-07-301-90/+12
| * | [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-241-0/+1
| * | [svn-r25464] more alignment with trunk.Mohamad Chaarawi2014-07-221-6/+3
* | | [svn-r25224] add 2 new routines to get an hid_t for a file from an IOD contai...Mohamad Chaarawi2014-05-281-7/+7
* | | [svn-r24942] merge from VOL branch.Mohamad Chaarawi2014-04-011-7/+5
|\ \ \ | |/ /
| * | [svn-r24940] merge from trunk.Mohamad Chaarawi2014-04-011-7/+5
| |\ \ | | |/
| | * [svn-r24869] Description:Quincey Koziol2014-03-231-7/+5
* | | [svn-r24341] merge from VOL branch.Mohamad Chaarawi2013-10-221-21/+91
|\ \ \ | |/ /
| * | [svn-r24316] Add H5Iiterate function. Similar to H5Isearch, but operates on ...Neil Fortner2013-10-171-21/+90
| * | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-1/+1
* | | [svn-r24303] update from VOL branch that has been updated with trunk.Mohamad Chaarawi2013-10-161-548/+429
|\ \ \ | |/ /
| * | [svn-r24301] merge from trunk.Mohamad Chaarawi2013-10-161-460/+443
| |\ \ | | |/
| | * [svn-r24261] Description:Quincey Koziol2013-10-071-4/+4
| | * [svn-r24255] Description:Quincey Koziol2013-10-041-395/+362
| | * [svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the itera...Raymond Lu2013-05-081-38/+4
| | * [svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some protecti...Raymond Lu2013-04-291-4/+38
* | | [svn-r24211] - remove H5EQ and H5AO interfaceMohamad Chaarawi2013-09-281-1/+1
* | | [svn-r24043] - add test for creating and accessing two containersMohamad Chaarawi2013-08-211-10/+34
* | | [svn-r23657] add attribute support in IOD pluginMohamad Chaarawi2013-04-291-4/+31
* | | [svn-r23489] merge VOL branch in:Mohamad Chaarawi2013-03-291-1/+1
|\ \ \ | |/ /
| * | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-1/+1
* | | [svn-r23457] add --enable-eff to configure that defaults to noMohamad Chaarawi2013-03-261-1/+3
* | | [svn-r23340] compiling now!Mohamad Chaarawi2013-03-071-0/+1
* | | [svn-r23335] what I have for now. will not compile..Mohamad Chaarawi2013-03-061-0/+49
|/ /
* | [svn-r22809] - bring in plist encode decode changes from trunkMohamad Chaarawi2012-09-251-8/+18
|\ \ | |/
* | [svn-r22587] update the H5I_register_aux to not take the free routine, as it ...Mohamad Chaarawi2012-07-171-14/+1
* | [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-112/+133
|\ \ | |/
| * [svn-r22582] Description:Quincey Koziol2012-07-161-98/+120
* | [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-111-5/+1