summaryrefslogtreecommitdiffstats
path: root/src/H5Cimage.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-56/+56
* Revise file close assertion failure fix (#3418)jhendersonHDF2023-08-251-0/+5
* Fix compile failures with H5C_DO_MEMORY_SANITY_CHECKS enabled (#3388)jhendersonHDF2023-08-181-1/+2
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-70/+72
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-8/+10
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-81/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-237/+237
* Rename HDqsort() to qsort() (#3193)Dana Robinson2023-06-281-2/+2
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-6/+6
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-9/+9
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-59/+5
* Move functions into more focused source code modules (#2936)Quincey Koziol2023-05-121-584/+4
* More code duplication reduction (#2930)Quincey Koziol2023-05-091-40/+70
* Move cache image macros (#2732)Quincey Koziol2023-04-141-0/+42
* Cache tidy (#2693)Quincey Koziol2023-04-121-55/+40
* Comment cleanup (#2689)Quincey Koziol2023-04-111-21/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Misc clang production warning fixes (#1932)Dana Robinson2022-07-271-5/+5
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-12/+13
* Be a bit safer with signed arithmetic, thus quieting some signed-overflow war...David Young2022-04-301-2/+3
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-19/+19
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-0/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-6/+6
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-5/+4
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Patches from vtk (#358)Sean McBride2021-02-251-1/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-8/+8
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-8/+8
* Clang-format of source filesAllen Byrne2020-09-301-926/+885
* Merge branch 'develop' into mdc_sl_optmainzer2020-08-151-48/+0
|\
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-48/+0
* | Tab to space conversions.mainzer2020-08-141-79/+79
* | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-2/+11
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-269/+269
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-6/+6
* Fix some collective metadata read issuesJordan Henderson2019-02-121-2/+2
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-7/+7
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-1/+4
|\
| * Fix bounds check for the generation of cache image.Vailin Choi2018-01-221-1/+4
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-41/+34
|/
* Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-301-0/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Omnibus checkin for several relatively minor modifications:mainzer2017-03-281-23/+50
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-1/+96
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-0/+2
* Remove some usage of "prefetched_dirty" flag (which hasn't been merged from theQuincey Koziol2017-03-101-2/+0
* Align with incoming page buffering changes: minor cleanups, centralize removingQuincey Koziol2017-03-071-39/+95