| Commit message (Expand) | Author | Age | Files | Lines |
* | Update reformatting settings, trace wrapping, and printf-format strings (#22) | Quincey Koziol | 2020-10-06 | 1 | -4488/+4502 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -5839/+5413 |
|
|
* | Use the right format string, "%zu", for size_t. | David Young | 2020-09-27 | 1 | -1/+1 |
|
|
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-27 | 1 | -990/+989 |
|\ |
|
| * | Fix comment formatting due to tabs conversion | Allen Byrne | 2020-09-24 | 1 | -45/+44 |
|
|
| * | File changes to affect formatting | Allen Byrne | 2020-09-04 | 1 | -985/+985 |
|
|
* | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-03 | 1 | -743/+1634 |
|\ \
| |/ |
|
| * | Minor copy edits to comments -- no code changes.inactive/mdc_sl_opt | mainzer | 2020-08-17 | 1 | -1/+1 |
|
|
| * | Merge branch 'develop' into mdc_sl_opt | mainzer | 2020-08-15 | 1 | -340/+193 |
| |\ |
|
| | * | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -340/+192 |
|
|
| * | | Tab to space conversions. | mainzer | 2020-08-14 | 1 | -103/+101 |
|
|
| * | | When flushing, the metadata cache attempts to flush entries in increasing | mainzer | 2020-08-05 | 1 | -322/+1362 |
| |/ |
|
* | | Squash my changes on branch `fprintf-experiment` into one commit for | David Young | 2020-07-07 | 1 | -5/+5 |
|/ |
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -206/+206 |
|
|
* | fix unused related warnings | kmu | 2020-01-13 | 1 | -3/+7 |
|
|
* | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -6/+9 |
|
|
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -7/+7 |
|
|
* | Merge in latest from develop | Jordan Henderson | 2019-02-12 | 1 | -0/+4 |
|\ |
|
| * | Modification based on feedback from pull request. | Vailin Choi | 2019-02-05 | 1 | -1/+1 |
|
|
| * | There is performance issue when closing an object. The slow down is due to t... | Vailin Choi | 2019-02-05 | 1 | -0/+4 |
|
|
* | | Fix some collective metadata read issues | Jordan Henderson | 2019-02-12 | 1 | -42/+13 |
|/ |
|
* | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 1 | -7/+8 |
|
|
* | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -18/+15 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -12/+12 |
|
|
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -420/+249 |
|
|
* | Better segregate clean & dirty LRU lists so that they are only defined when | Quincey Koziol | 2017-09-30 | 1 | -0/+8 |
|
|
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -18/+29 |
|
|
* | Updated H5C__flush_single_entry() in H5C.c to correct | mainzer | 2017-08-15 | 1 | -8/+18 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Checkin of additions to cache image parallel test code and | mainzer | 2017-03-16 | 1 | -6/+15 |
|
|
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -2/+124 |
|
|
* | Merge in reentrency changes to "make space in cache" from page_buffering branch. | Quincey Koziol | 2017-03-13 | 1 | -0/+20 |
|
|
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 1 | -10/+32 |
|
|
* | Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the | Quincey Koziol | 2017-03-10 | 1 | -1/+0 |
|
|
* | Align with incoming page buffering changes: minor cleanups, centralize removing | Quincey Koziol | 2017-03-07 | 1 | -30/+35 |
|
|
* | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 1 | -47/+17 |
|
|
* | Normalize against incoming page buffering changes. | Quincey Koziol | 2017-03-01 | 1 | -17/+534 |
|
|
* | Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: | Quincey Koziol | 2017-02-28 | 1 | -5/+5 |
|
|
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 1 | -93/+25 |
|
|
* | Misc. style cleanups from the page_buffering branch. | Quincey Koziol | 2017-02-18 | 1 | -411/+218 |
|
|
* | Simplify H5C__serialize_single_entry(), using H5C__generate_image() | Quincey Koziol | 2017-02-02 | 1 | -20/+27 |
|
|
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -34/+231 |
|
|
* | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 1 | -71/+15 |
|
|
* | Switch list lengths to unsigned integers (to align better w/cache image merge) | Quincey Koziol | 2017-01-28 | 1 | -115/+70 |
|
|
* | Commit Vailin's fix for the h5format_convert test failure. | lrknox | 2017-01-26 | 1 | -0/+5 |
|
|
* | Bring changes to metadata cache "get entry status" call and new | Quincey Koziol | 2017-01-06 | 1 | -16/+262 |
|
|
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -0/+181 |
|
|
* | Merge code from cache image branch to split FSM ring into two types: raw data | Quincey Koziol | 2017-01-04 | 1 | -7/+5 |
|
|
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 1 | -3/+3 |
|
|
* | Align with incoming cache_image branch changes: use the index list (instead of | Quincey Koziol | 2017-01-02 | 1 | -102/+133 |
|
|