summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-5/+5
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-5/+15
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-1/+35
* Minor normalization with the async branch (#159)Dana Robinson2020-12-121-1/+2
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-31/+31
* Enhance API tracing (#120)Quincey Koziol2020-11-261-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-14/+12
* Minor/id code cleanup (#114)Dana Robinson2020-11-211-1666/+120
* Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104)Dana Robinson2020-11-201-137/+28
* Switch ID code to use a hash table instead of a skip list (#52)Dana Robinson2020-11-171-28/+137
* Clang-format of source filesAllen Byrne2020-09-301-411/+352
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-64/+62
|\
| * Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-101-4/+2
| * Minor normalizations with 1.12 branchDana Robinson2020-08-011-60/+60
* | %08p is not portable, it's a GNU-ism. Use %8p, instead. Squashes a GCC error.David Young2020-07-301-1/+1
* | Add format string macros PRI[doxX]HID for hid_t and use PRIdHID.David Young2020-07-301-1/+1
|/
* Small changes discovered with mingw and windows defines movedAllen Byrne2020-07-021-120/+120
* Remember the info for the last ID looked up for a given ID type.Quincey Koziol2020-06-091-2/+22
* Trim trailing whitespaceQuincey Koziol2020-04-201-17/+17
* H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-101-1/+2
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-2/+2
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-8/+7
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-1/+8
* Fixed the java assert issue with H5O cache corking calls.Dana Robinson2019-10-031-3/+4
* Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-09-271-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