summaryrefslogtreecommitdiffstats
path: root/src/H5HGcache.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-3/+3
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-12/+12
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-1/+1
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-2/+2
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-25/+25
* Move encode/decode macros to a new header (#3040)Dana Robinson2023-06-061-0/+1
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-7/+0
* Sanitize H5HG cache deserialization code (#2808)Dana Robinson2023-04-251-138/+153
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-4/+4
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-7/+7
* 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
* Clang-format of source filesAllen Byrne2020-09-301-88/+66
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-14/+14
* merge and fix conflictkmu2020-01-191-2/+2
|\
* | fix unused related warningskmu2020-01-131-2/+2
|/
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-7/+1
* Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili...David Young2019-11-271-1/+1
* Oops, remove more C99 designated initializers for VS 2010 compatibility.David Young2019-11-251-1/+1
* Don't use C99 designated initializers, they're not compatible withDavid Young2019-11-251-5/+7
* Quiet some more maybe-uninitialized warnings---each is a false positive,David Young2019-11-221-1/+5
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-2/+2
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Refactor several cache clients to have only one copy of their deserializationQuincey Koziol2016-12-301-44/+64
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-119/+160
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-1/+0
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-4/+2
* [svn-r27768] Description:Quincey Koziol2015-09-141-2/+2
* [svn-r27237] Description:Quincey Koziol2015-06-181-238/+260
* [svn-r27144] Description:Quincey Koziol2015-06-031-5/+5
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-3/+3
* [svn-r24256] Description:Quincey Koziol2013-10-041-1/+1
* [svn-r21919] Description:Quincey Koziol2012-02-091-5/+5
* [svn-r21133] Description:Quincey Koziol2011-07-201-27/+5
* [svn-r18716] Description:Quincey Koziol2010-05-051-1/+0
* [svn-r18702] Description:Quincey Koziol2010-05-051-6/+3
* [svn-r18502] Description:Quincey Koziol2010-04-021-26/+16
* [svn-r18039] Description:Quincey Koziol2009-12-191-11/+11
* [svn-r17764] Purpose: Fix bug 1483Neil Fortner2009-10-281-10/+16
* [svn-r17313] Description:Quincey Koziol2009-08-101-1/+2
* [svn-r17177] In H5Odtype.c, the decoding function used to mark the datatype a...Raymond Lu2009-07-131-0/+2
* [svn-r16630] Description:Quincey Koziol2009-03-311-0/+1
* [svn-r15800] Description:Quincey Koziol2008-10-071-0/+442