summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-2/+0
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-16/+16
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-49/+49
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-56/+56
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-3/+3
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-13/+0
* Harden superblock cache deserialization (#2809)Dana Robinson2023-04-271-214/+146
* Fix out of bounds in `hdf5/src/H5Fint.c:2859` (#2691)Kobrin Eli2023-04-131-4/+54
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-14/+14
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-15/+15
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-287/+255
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-13/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-8/+8
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-7/+7
* merge and fix conflictkmu2020-01-191-5/+5
|\
* | fix unused related warningskmu2020-01-131-5/+5
|/
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-18/+9
* Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili...David Young2019-11-271-2/+1
* Oops, remove more C99 designated initializers for VS 2010 compatibility.David Young2019-11-251-1/+2
* Don't use C99 designated initializers, they're not compatible withDavid Young2019-11-251-5/+10
* Quiet some more maybe-uninitialized warnings---each is a false positive,David Young2019-11-221-1/+5
* Initialize a couple of variables that the compiler does not realize areDavid Young2019-11-131-1/+1
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-051-7/+7
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-1/+0
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-118/+1
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-2/+2
* Refactor several cache clients to have only one copy of their deserializationQuincey Koziol2016-12-301-172/+200
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-1/+1
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-208/+375
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-2/+0
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-18/+6
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-1/+1
* [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-1/+1
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-3/+0
* [svn-r27768] Description:Quincey Koziol2015-09-141-4/+4
* [svn-r27710] Description:Quincey Koziol2015-09-091-0/+10
* [svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did th...Neil Fortner2015-07-011-2/+2
* [svn-r27294] Description:Quincey Koziol2015-06-291-1/+1
* [svn-r27237] Description:Quincey Koziol2015-06-181-687/+752
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-3/+3
* [svn-r27077] Description:Quincey Koziol2015-05-151-18/+2
* [svn-r27075] Description:Quincey Koziol2015-05-151-4/+15
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-3/+3
* [svn-r25929] Description:Quincey Koziol2014-12-291-19/+32