Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -6/+6 |
| | |||||
* | Fix some collective metadata read issues | Jordan Henderson | 2019-02-12 | 1 | -2/+2 |
| | |||||
* | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -7/+7 |
| | |||||
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -2/+2 |
| | | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor | ||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 1 | -1/+4 |
|\ | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros | ||||
| * | Fix bounds check for the generation of cache image. | Vailin Choi | 2018-01-22 | 1 | -1/+4 |
| | | |||||
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -41/+34 |
|/ | |||||
* | Better segregate clean & dirty LRU lists so that they are only defined when | Quincey Koziol | 2017-09-30 | 1 | -0/+2 |
| | | | | the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined. | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | 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 |