summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
Commit message (Expand)AuthorAgeFilesLines
* Add maps implementation (based on a patch supplied by MohamadNeil Fortner2017-05-111-4/+4
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-2/+2
|\
| * [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-1/+1
| * [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-1/+1
* | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-84/+60
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-84/+60
* | [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-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-r24940] merge from trunk.Mohamad Chaarawi2014-04-011-7/+5
|\ \ | |/
| * [svn-r24869] Description:Quincey Koziol2014-03-231-7/+5
* | [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-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-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-1/+1
* | [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
* | [svn-r22553] update the H5Iget_file_id implementation to use the VOLMohamad Chaarawi2012-07-111-41/+54
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-228/+115
* | [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-26/+18
* | [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-33/+251
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-3/+14
* | [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-16/+49
* | [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-1/+4
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-22/+98
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-4/+6
* | [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-155/+35
* | [svn-r22274] merge from trunk, resolve conflictsMohamad Chaarawi2012-04-101-43/+104
|\ \ | |/