summaryrefslogtreecommitdiffstats
path: root/src/H5Cimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-707/+184
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-2/+3
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-8/+8
* Optimize loading cache image, removing lots of memory allocations and copies.Quincey Koziol2017-02-031-201/+150
* Simplify H5C__serialize_single_entry(), using H5C__generate_image()Quincey Koziol2017-02-021-179/+45
* Add missing filesQuincey Koziol2017-01-291-0/+4100