summaryrefslogtreecommitdiffstats
path: root/src/H5Aint.c
Commit message (Expand)AuthorAgeFilesLines
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-0/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix problem with variable length attributes being accessed through multiple f...Neil Fortner2022-10-251-0/+4
* Address review comments from downstream merge of #2016 (#2073)Neil Fortner2022-08-311-3/+5
* Fix bug in attribute type conversion wiith compound types (#2016)Neil Fortner2022-08-161-9/+44
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-34/+35
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-11/+11
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-63/+13
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-21/+19
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-11/+13
* Minor normalization with the async branch (#159)Dana Robinson2020-12-121-0/+4
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-10/+10
* Move package initialization code for H5A and H5G to internal source file. (#125)Quincey Koziol2020-11-251-5/+163
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-579/+536
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-3/+2
* Minor normalization with 1.10 branchDana Robinson2020-07-271-111/+96
* Fix for jira issue HDFFV-11080:vchoi2020-07-141-0/+4
* H5T_copy() constification plus Quincey's contributions.David Young2020-01-291-3/+3
* merge and fix conflictkmu2020-01-191-1/+1
|\
* \ merge and fix conflictskmu2020-01-141-3/+4
|\ \ | |/
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-061-1/+1
| |\
| | * remove unnecessary check macrokmu2019-12-061-1/+1
| | * fix intel compile warningskmu2019-12-041-1/+1
| * | Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-2/+3
| |/
* | fix unused related warningskmu2020-01-131-1/+1
|/
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-2/+2
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-11/+3
* Update versioning to next major versionAllen Byrne2019-09-251-212/+213
* Fixed a problem in the ohdr test where hard-coded strings passedDana Robinson2019-06-191-1/+1
* H5A__free() was renamed to H5A__shared_free() and now requiresDana Robinson2019-06-111-13/+13
* Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-111-6/+11
* Minor warning fixes:Dana Robinson2019-06-051-1/+1
* Code improvementBinh-Minh Ribler2019-05-051-1/+5
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-10/+10
* Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-4/+3
* Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-16/+0
* Add ref counter to VOL object wrapping in API contexts, so that re-entrant /Quincey Koziol2018-10-291-1/+1
* Convert attribute VOL callbacks to a standard form that sets up the wrapperQuincey Koziol2018-10-291-1/+1
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-1/+0
|\
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-4/+20
|/
* VOL FEATUREDana Robinson2018-10-101-76/+60
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-106/+86