summaryrefslogtreecommitdiffstats
path: root/src/H5Ocopy_ref.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-15/+15
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-4/+4
* Fix issue with copying null new references (#1440)Neil Fortner2022-02-181-38/+44
* Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)Sean McBride2021-02-221-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-154/+145
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-57/+55
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-15/+16
* H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-101-1/+2
* Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2019-12-051-4/+4
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-3/+2
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-1/+1
* Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-111-5/+18
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-0/+485