summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
Commit message (Expand)AuthorAgeFilesLines
* Sync develop branch changes since 2/16 to hdf5_1_14 branch (#4058)Larry Knox2024-03-051-5/+4
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-48/+48
* Merge Fixes the last of the -Wextra-semi-stmt warnings #3326 (#3338)Allen Byrne2023-08-031-20/+20
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-19/+19
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-2787/+1644
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-271-7/+7
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-236/+236
* Remove H5TB discussion (#2899)Dana Robinson2023-05-051-10/+0
* Merge with develop (#2790)Dana Robinson2023-04-221-1045/+392
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-10/+10
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Switches the tagged metadata list from a skip list to a hash table (#1925)Dana Robinson2022-07-251-15/+20
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-113/+113
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-1/+0
* Disable formatting for fileAllen Byrne2020-09-051-30/+4
* File changes to affect formattingAllen Byrne2020-09-041-898/+928
* Merge branch 'develop' into mdc_sl_optmainzer2020-08-151-2/+0
|\
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-2/+0
* | Tab to space conversions.mainzer2020-08-141-18/+18
* | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-154/+317
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-153/+153
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-1/+1
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-1/+1
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-1/+1
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-051-1/+1
* There is performance issue when closing an object. The slow down is due to t...Vailin Choi2019-02-051-0/+8
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-38/+4
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-9/+9
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-16/+14
* 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-0/+21
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-1/+2
* Merge in reentrency changes to "make space in cache" from page_buffering branch.Quincey Koziol2017-03-131-0/+18
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-0/+12
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-3/+4
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-13/+13
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-77/+59
* Revert "Fix some more signed -> unsigned value issues with cache data structu...Quincey Koziol2017-02-281-18/+32
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-3/+3
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-32/+18
* Simplify H5C__serialize_single_entry(), using H5C__generate_image()Quincey Koziol2017-02-021-0/+2
* Cache image feature and testingQuincey Koziol2017-01-291-6/+340
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-25/+3
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-21/+16
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+2