summaryrefslogtreecommitdiffstats
path: root/src/H5Idbg.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor H5I fixes and tweaks (#770)Dana Robinson2021-06-181-1/+1
|
* Brings hash table IDs to 1.12 from develop (#638)Dana Robinson2021-05-111-6/+19
| | | | | * Brings hash table IDs from develop * Fixes free callback in tid.c
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - src and test directories.
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-6/+6
| | | | | | | * Basic alignment with async branch - trivial changes to reduce clutter in overall diff. * Update minor error code to reflect change within library * Update the error output to match library
* Cherry pick of Minor/id code cleanup (#114) (#124)Dana Robinson2020-11-251-0/+191
* Revert "Switch ID code to use a hash table instead of a skip list (#52)" This reverts commit a50d211755cb272b2e468144e7d892a4c90813c4. * H5I_id_type_t and H5I_class_t are no longer managed via free lists * Fixed commenting issues * Naming and commenting cleanup in H5I.c * H5I cleanup * Header cleanup * Commenting * More uniform naming * Renames H5I_id_type_t and related in H5I.c * Adds gcc pragmas to ignore H5I const casting * Split H5I code into multiple files * Rename id_type to simply type in H5I code * Minor typo in H5Itest.c