Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change copyright headers to replace url referring to file to be removed | lrknox | 2017-04-06 | 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. | ||||
* | Omnibus checkin for several relatively minor modifications: | mainzer | 2017-03-28 | 1 | -23/+50 |
| | | | | | | | | | | | | | | | | | | | | 1) Added code test/page_buffer.c to verify that page buffering is disabled in parallel builds. 2) Added code to test/cache_image.c to verify correct interaction between evict on close and cache image -- in particular management of a file containing a cache image containing dirty metadata that has been opened R/O. Also fix for the bug exposed. 3) Added code to testpar/t_cache_image.c to verify expected procedure for reading cache images, and also supporting stats collection code needed for the test. 4) Repair of an overactive sanity check in H5C__reconstruct_cache_contents(). 5) Other minor tidies in passing. Tested serial and parallel, debug and production on Jelly. | ||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -1/+96 |
| | |||||
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 1 | -0/+2 |
| | | | | a cache image. | ||||
* | Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the | Quincey Koziol | 2017-03-10 | 1 | -2/+0 |
| | | | | | page_buffering branch yet. Also, bring over improvements to flush candidate entries for parallel code. | ||||
* | Align with incoming page buffering changes: minor cleanups, centralize removing | Quincey Koziol | 2017-03-07 | 1 | -39/+95 |
| | | | | entries from collective metadata read list | ||||
* | Normalize against incoming page buffering changes. | Quincey Koziol | 2017-03-01 | 1 | -707/+184 |
| | |||||
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 1 | -2/+3 |
| | |||||
* | Misc. style cleanups from the page_buffering branch. | Quincey Koziol | 2017-02-18 | 1 | -8/+8 |
| | |||||
* | Optimize loading cache image, removing lots of memory allocations and copies. | Quincey Koziol | 2017-02-03 | 1 | -201/+150 |
| | |||||
* | Simplify H5C__serialize_single_entry(), using H5C__generate_image() | Quincey Koziol | 2017-02-02 | 1 | -179/+45 |
| | |||||
* | Add missing files | Quincey Koziol | 2017-01-29 | 1 | -0/+4100 |