summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-5/+5
* Commit codespell spelling corrections.Larry Knox2022-04-071-1/+1
* Brings hash table IDs to 1.12 from develop (#638)Dana Robinson2021-05-111-1/+1
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-14/+12
* Cherry pick of Minor/id code cleanup (#114) (#124)Dana Robinson2020-11-251-1666/+120
* Merge changes from developAllen Byrne2020-10-081-2/+2
* Source formattedAllen Byrne2020-10-011-411/+352
* Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-221-4/+2
* Sync with developDana Robinson2020-08-011-67/+68
* Remember the info for the last ID looked up for a given ID type.Quincey Koziol2020-06-111-2/+22
* Whitespace cleanupAllen Byrne2020-05-131-17/+17
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-2/+2
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-8/+7
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-12-091-1/+8
* 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