| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce diffs with `develop`, where `H5C_move_entry` takes an `H5C_t *` | David Young | 2020-05-20 | 1 | -11/+11 |
|
|
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 1 | -10/+10 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-05-20 | 1 | -2/+2 |
|
|
* | more cleanup | kmu | 2020-05-20 | 1 | -1/+1 |
|
|
* | fix unused related warnings | kmu | 2020-05-20 | 1 | -45/+22 |
|
|
* | Adjust cache.c only variables. | Allen Byrne | 2020-05-20 | 1 | -12/+0 |
|
|
* | Fix include to correct memory calls - big-endian issue. | Allen Byrne | 2020-05-20 | 1 | -1/+0 |
|
|
* | HDFFV-10979 fix global name clash | Allen Byrne | 2020-05-20 | 1 | -454/+0 |
|
|
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Quiet a warning about an unused variable. This code looks like it | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -917/+917 |
|
|
* | Interim checkin to allow Vailin to address assertion failure in | mainzer | 2019-01-03 | 1 | -10/+21 |
|
|
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -52/+55 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -1/+1 |
|
|
* | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -2/+6 |
|
|
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -62/+39 |
|
|
* | Better segregate clean & dirty LRU lists so that they are only defined when | Quincey Koziol | 2017-09-30 | 1 | -0/+2 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -4/+50 |
|
|
* | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 1 | -2/+2 |
|
|
* | Fix some more signed -> unsigned value issues with cache data structures, also | Quincey Koziol | 2017-02-23 | 1 | -1/+1 |
|
|
* | HDFFV-10124 Using cache_common.h contains other include files | Allen Byrne | 2017-02-02 | 1 | -3/+0 |
|
|
* | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 1 | -57/+64 |
|
|
* | Switch list lengths to unsigned integers (to align better w/cache image merge) | Quincey Koziol | 2017-01-28 | 1 | -1/+1 |
|
|
* | Bring changes to metadata cache "get entry status" call and new | Quincey Koziol | 2017-01-06 | 1 | -0/+2 |
|
|
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -0/+6 |
|
|
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 1 | -24/+24 |
|
|
* | Bring over changes from revise_chunks that cleanup recent SWMR changes from | Quincey Koziol | 2016-12-11 | 1 | -4/+4 |
|
|
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -49/+199 |
|
|
* | Remove 'clear' callback from metadata cache client interface, using the | Quincey Koziol | 2016-11-18 | 1 | -11/+0 |
|
|
* | Remove explicit support within the metadata cache for tracked compressed | Quincey Koziol | 2016-11-17 | 1 | -191/+147 |
|
|
* | Bring over new 'notify' metadata cache client callback actions for when an | Quincey Koziol | 2016-11-12 | 1 | -1/+8 |
|
|
* | Align w/minor cleanups in revise_chunks branch. | Quincey Koziol | 2016-11-12 | 1 | -20/+12 |
|
|
* | Switch to new, more scalable, metadata cache entry tagging. | Quincey Koziol | 2016-11-07 | 1 | -2/+2 |
|
|
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 1 | -285/+171 |
|
|
* | [svn-r30113] Description: | Quincey Koziol | 2016-06-28 | 1 | -1/+1 |
|
|
* | [svn-r30112] Description: | Quincey Koziol | 2016-06-28 | 1 | -156/+247 |
|
|
* | [svn-r30068] Description: | Quincey Koziol | 2016-06-13 | 1 | -13/+136 |
|
|
* | [svn-r30002] Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warnings | Dana Robinson | 2016-06-01 | 1 | -42/+207 |
|
|
* | [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me... | Mohamad Chaarawi | 2016-02-10 | 1 | -10/+10 |
|
|
* | [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU... | Mohamad Chaarawi | 2016-02-07 | 1 | -10/+10 |
|
|
* | [svn-r27710] Description: | Quincey Koziol | 2015-09-09 | 1 | -2/+2 |
|
|
* | [svn-r27296] Description: | Quincey Koziol | 2015-06-29 | 1 | -1/+1 |
|
|
* | [svn-r27237] Description: | Quincey Koziol | 2015-06-18 | 1 | -834/+1492 |
|
|
* | [svn-r27204] Description: | Quincey Koziol | 2015-06-15 | 1 | -59/+48 |
|
|
* | [svn-r27199] Description: | Quincey Koziol | 2015-06-13 | 1 | -7/+3 |
|
|
* | [svn-r27144] Description: | Quincey Koziol | 2015-06-03 | 1 | -6/+0 |
|
|
* | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 1 | -10/+10 |
|
|
* | [svn-r27084] Description: | Quincey Koziol | 2015-05-15 | 1 | -92/+30 |
|
|
* | [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants. | Dana Robinson | 2015-03-01 | 1 | -2/+2 |
|
|