summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-3/+3
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-38/+41
* [1.12 Merge]Hdf5 1 12 warnings fixes (#1715)jhendersonHDF2022-05-031-15/+17
* Commit codespell spelling corrections.Larry Knox2022-04-071-9/+9
* Clang warning fixes from develop. (#1583)Larry Knox2022-04-051-2/+2
* Hdf5 1 12 merges (#1528)jhendersonHDF2022-03-251-106/+113
* Unify handling of collective metadata reads status (#1206) (#1417)jhendersonHDF2022-02-031-11/+28
* Merge PRs in issue #642 to hdf5_1_12 (#643)Larry Knox2021-05-151-27/+22
* Hdf5 1 12 whitespace changes (#606)Allen Byrne2021-04-291-4/+4
* Hdf5 merge issue 537 v112 (#538)Larry Knox2021-04-021-25/+6
* Hdf5 merge issue 435 (#460)Larry Knox2021-03-101-3/+0
* 1 12 Merges from develop (#421)Allen Byrne2021-03-041-2/+2
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-25/+25
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-27/+26
* Manual sync with develop (#95)Dana Robinson2020-11-171-161/+999
* Merge pull request #91 from ksunden/patch-1Larry Knox2020-11-131-1/+1
* Merge changes from developAllen Byrne2020-10-081-4308/+4379
* Source formattedAllen Byrne2020-10-011-5461/+5178
* Src file format preventive updatesAllen Byrne2020-09-281-43/+43
* Add clang-format changes from develop.Allen Byrne2020-09-281-952/+952
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-340/+192
* Whitespace cleanupAllen Byrne2020-05-131-206/+206
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-281-3/+7
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-6/+9
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-7/+7
* Merge in latest from developJordan Henderson2019-02-121-0/+4
|\
| * Modification based on feedback from pull request.Vailin Choi2019-02-051-1/+1
| * There is performance issue when closing an object. The slow down is due to t...Vailin Choi2019-02-051-0/+4
* | Fix some collective metadata read issuesJordan Henderson2019-02-121-42/+13
|/
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-7/+8
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-18/+15
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-12/+12
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-420/+249
* Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-301-0/+8
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-18/+29
* Updated H5C__flush_single_entry() in H5C.c to correctmainzer2017-08-151-8/+18
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-6/+15
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-2/+124
* Merge in reentrency changes to "make space in cache" from page_buffering branch.Quincey Koziol2017-03-131-0/+20
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-10/+32
* Remove some usage of "prefetched_dirty" flag (which hasn't been merged from theQuincey Koziol2017-03-101-1/+0
* Align with incoming page buffering changes: minor cleanups, centralize removingQuincey Koziol2017-03-071-30/+35
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-47/+17
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-17/+534
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-5/+5
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-93/+25
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-411/+218