summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* more cleanupkmu2020-01-231-1/+1
* merge and fix conflictkmu2020-01-191-11/+11
|\
* \ merge and fix conflictskmu2020-01-141-467/+0
|\ \ | |/
| * Adjust cache.c only variables.Allen Byrne2019-12-181-12/+0
| * Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-181-1/+0
| * HDFFV-10979 fix global name clashAllen Byrne2019-12-111-454/+0
* | fix unused related warningskmu2020-01-131-45/+22
|/
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-1/+1
* Quiet a warning about an unused variable. This code looks like itDavid Young2019-11-131-1/+1
* Add HD prefix to testsAllen Byrne2019-08-151-912/+912
* VOL FEATUREDana Robinson2018-10-101-5/+5
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-52/+55
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
* Cleanup API context function usage.Quincey Koziol2018-03-191-2/+6
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-62/+39
* 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
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-4/+50
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-2/+2
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-1/+1
* HDFFV-10124 Using cache_common.h contains other include filesAllen Byrne2017-02-021-3/+0
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-57/+64
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-1/+1
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+2
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-0/+6
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-24/+24
* Bring over changes from revise_chunks that cleanup recent SWMR changes fromQuincey Koziol2016-12-111-4/+4
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-49/+199
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-11/+0
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-191/+147
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-121-1/+8
* Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-121-20/+12
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-071-2/+2
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-285/+171
* [svn-r30113] Description:Quincey Koziol2016-06-281-1/+1
* [svn-r30112] Description:Quincey Koziol2016-06-281-156/+247
* [svn-r30068] Description:Quincey Koziol2016-06-131-13/+136
* [svn-r30002] Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warningsDana Robinson2016-06-011-42/+207
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-10/+10
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-10/+10
* [svn-r27710] Description:Quincey Koziol2015-09-091-2/+2
* [svn-r27296] Description:Quincey Koziol2015-06-291-1/+1
* [svn-r27237] Description:Quincey Koziol2015-06-181-834/+1492
* [svn-r27204] Description:Quincey Koziol2015-06-151-59/+48
* [svn-r27199] Description:Quincey Koziol2015-06-131-7/+3
* [svn-r27144] Description:Quincey Koziol2015-06-031-6/+0
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-10/+10
* [svn-r27084] Description:Quincey Koziol2015-05-151-92/+30
* [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants.Dana Robinson2015-03-011-2/+2