summaryrefslogtreecommitdiffstats
path: root/src/H5Cquery.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor style cleanupsQuincey Koziol2017-03-221-2/+3
|
* Revert "Switch h5clear for cache images to use existing ↵Quincey Koziol2017-03-221-0/+29
| | | | | | H5Pget_cache_image_config()" This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9.
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-1/+2
|
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-1/+1
|
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-061-1/+4
|
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-071-1/+1
|
* [svn-r30112] Description:Quincey Koziol2016-06-281-2/+2
| | | | | | | | | | Move updated flush dependency code in metadata cache from revise_chunks branch to trunk. Also many of the cleanups from r30111 in the revise_chunks branch. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30068] Description:Quincey Koziol2016-06-131-0/+3
| | | | | | | | Bring metadata cache corking to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29985] Description:Quincey Koziol2016-05-301-0/+449
Extract query routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)