summaryrefslogtreecommitdiffstats
path: root/src/H5Cepoch.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-3/+2
| | | | instead of array of class names from cache image branch.
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-2/+2
| | | | | and correspondingly remove 'const' from some internal routines. Also rename some H5MF* routines to reflect their static/package usage.
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-10/+3
|
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-4/+35
| | | | supporting metadata cache callback changes, etc.
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-14/+0
| | | | new 'entry cleaned' notify action innstead.
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-7/+4
| | | | entries, they are now completely handled in the clients.
* [svn-r30033] Description:Quincey Koziol2016-06-061-0/+236
Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)