Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change copyright headers to replace url referring to file to be removed | lrknox | 2017-04-14 | 1 | -6/+4 |
| | | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines. | ||||
* | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 1 | -3/+2 |
| | | | | instead of array of class names from cache image branch. | ||||
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 1 | -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 Koziol | 2016-12-29 | 1 | -10/+3 |
| | |||||
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -4/+35 |
| | | | | supporting metadata cache callback changes, etc. | ||||
* | Remove 'clear' callback from metadata cache client interface, using the | Quincey Koziol | 2016-11-18 | 1 | -14/+0 |
| | | | | new 'entry cleaned' notify action innstead. | ||||
* | Remove explicit support within the metadata cache for tracked compressed | Quincey Koziol | 2016-11-17 | 1 | -7/+4 |
| | | | | entries, they are now completely handled in the clients. | ||||
* | [svn-r30033] Description: | Quincey Koziol | 2016-06-06 | 1 | -0/+236 |
Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) |