summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the java assert issue with H5O cache corking calls.Dana Robinson2019-10-111-3/+4
* Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-10-111-0/+50
* Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameterJerome Soumagne2019-08-141-1/+1
* Added the map (H5M) APIDana Robinson2019-08-131-0/+5
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-45/+45
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+1
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-1/+1
* Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAMEJerome Soumagne2019-05-231-1/+1
* Fix issue with H5Iiterate always stopping with an error after the first itera...Jordan Henderson2019-04-231-0/+2
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-1/+1
* Fixed HDFFV-10210 and HDFFV-10587Binh-Minh Ribler2019-03-201-0/+3
* Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-1/+0
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-1/+1
* Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-15/+6
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-6/+6
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-9/+6
* Updates after merging changes from develop.Quincey Koziol2018-10-261-9/+7
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-27/+11
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-29/+13
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-91/+87
|/
* VOL FEATUREDana Robinson2018-10-101-22/+283
* Updated the H5I debug dump to not segfault when types are not initializedDana Robinson2018-10-061-9/+16
* The H5I debug ID dump function is now always available insteadDana Robinson2018-10-061-26/+15
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-6/+7
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-3/+3
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-38/+2
* Normalization with the vol_integration branch.Dana Robinson2018-06-061-231/+238
* Normalize with vol_integration.Dana Robinson2018-05-291-58/+52
* Cleanup API context function usage.Quincey Koziol2018-03-191-15/+0
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-5/+57
* Normalization with VOL integration branch.Dana Robinson2017-12-011-367/+290
* Normalization with VOL integration branch.Dana Robinson2017-11-301-44/+32
* * Reverted removal of H5I_REFERENCE to avoid breaking binaryDana Robinson2017-07-031-2/+2
* * Made H5FD_driver_query() a private function instead of static.Dana Robinson2017-05-241-2/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r30075] Description:Quincey Koziol2016-06-141-0/+67
* [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-r27768] Description:Quincey Koziol2015-09-141-84/+60
* [svn-r27415] Fix potential error with H5I_clear_type which could occur when a...Neil Fortner2015-07-201-56/+82
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-2/+2
* [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-r26246] Corrects a regular expression in the bin/trace Perl script that ...Dana Robinson2015-02-201-0/+3
* [svn-r25496] Description:Quincey Koziol2014-07-301-90/+12
* [svn-r24869] Description:Quincey Koziol2014-03-231-7/+5
* [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