| Commit message (Expand) | Author | Age | Files | Lines |
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2020-05-20 | 1 | -24/+24 |
|
|
* | In H5MF__xfree_impl(), always invalidate the page-table entries | David Young | 2020-05-11 | 1 | -20/+53 |
|
|
* | Bug fix: in the freespace manager, use a new routine, | David Young | 2020-04-23 | 1 | -1/+1 |
|
|
* | Be brief: remove commas and equal signs from diagnostic log messages. | David Young | 2020-04-08 | 1 | -18/+19 |
|
|
* | Make some changes to conserve filespace and ensure that all filespace is | David Young | 2020-04-06 | 1 | -2/+5 |
|
|
* | Improve diagnostic logging. | David Young | 2020-04-02 | 1 | -7/+26 |
|
|
* | Rename process_deferred_frees as H5MF_process_deferred_frees and make it | David Young | 2020-03-31 | 1 | -7/+6 |
|
|
* | Add log outlets. Convert existing #ifdef H5MF_ALLOC_DEBUG{,_MORE} debug | David Young | 2020-03-30 | 1 | -77/+74 |
|
|
* | Delete ridiculous comments. Remove superfluous curly braces. NFCI. | David Young | 2020-03-30 | 1 | -10/+7 |
|
|
* | Add log outlets `h5mf` and `h5mf_defer` and write some diagnostic | David Young | 2020-02-24 | 1 | -7/+29 |
|
|
* | In process_deferred_frees(), remove *all* deferred frees from the | David Young | 2020-02-18 | 1 | -2/+5 |
|
|
* | Rename the deferred-free queues. There are two of them, and the names I used | David Young | 2020-02-06 | 1 | -5/+5 |
|
|
* | Tell the tick number in diagnostic messages. | David Young | 2019-12-18 | 1 | -2/+3 |
|
|
* | Follow the naming convention enforced by FUNC_ENTER_/FUNC_EXIT_* macros (?) | David Young | 2019-12-18 | 1 | -5/+5 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -600/+333 |
|
|
* | Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018: | Vailin Choi | 2018-12-19 | 1 | -0/+11 |
|
|
* | (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'... | Vailin Choi | 2018-11-14 | 1 | -0/+19 |
|
|
* | Initial checkin of page buffer re-implementation to support VFD SWMR. | mainzer | 2018-11-04 | 1 | -1/+1 |
|
|
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -0/+3 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk... | Larry Knox | 2018-07-18 | 1 | -11/+11 |
|\ |
|
| * | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -11/+11 |
|
|
* | | Apply Cygwin pathches from Marco Atzeri. | Larry Knox | 2018-07-18 | 1 | -9/+9 |
|/ |
|
* | Normalize with vol_integration. | Dana Robinson | 2018-05-29 | 1 | -93/+106 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -3/+1 |
|\ |
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -474/+336 |
|/ |
|
* | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 1 | -1/+4 |
|
|
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -0/+1 |
|
|
* | Changes made based on RFC review comments | Vailin Choi | 2017-07-18 | 1 | -1/+1 |
|
|
* | 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 | -0/+6 |
|
|
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -965/+2517 |
|
|
* | Bring changes to I/O parameters from page_buffering branch. | Quincey Koziol | 2017-03-13 | 1 | -3/+13 |
|
|
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 1 | -66/+67 |
|
|
* | Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE | Quincey Koziol | 2017-02-18 | 1 | -99/+99 |
|
|
* | Misc. style cleanups from the page_buffering branch. | Quincey Koziol | 2017-02-18 | 1 | -70/+70 |
|
|
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -2/+2 |
|
|
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -70/+654 |
|
|
* | Merge code from cache image branch to split FSM ring into two types: raw data | Quincey Koziol | 2017-01-04 | 1 | -42/+226 |
|
|
* | Align w/incoming cache image changes, and improve recovery on errors. | Quincey Koziol | 2017-01-04 | 1 | -23/+23 |
|
|
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 1 | -19/+19 |
|
|
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -2/+2 |
|
|
* | Changed the name of H5MF_alloc_close() to H5MF__alloc_close() | Dana Robinson | 2016-11-30 | 1 | -6/+6 |
|
|
* | Added missing TAG macros to H5MF_get_freespace(). | Dana Robinson | 2016-11-30 | 1 | -2/+2 |
|
|
* | Added TAG macros to the H5MF package code so H5AC__FREESPACE_TAG | Dana Robinson | 2016-11-30 | 1 | -20/+20 |
|
|
* | [svn-r29924] Description: | Quincey Koziol | 2016-05-12 | 1 | -49/+139 |
|
|
* | [svn-r29548] Minor normalization w/ trunk in preparation for big merge. | Dana Robinson | 2016-03-24 | 1 | -1/+1 |
|
|
* | [svn-r29202] Fix for unknown message HDFFV-9697. | Vailin Choi | 2016-02-24 | 1 | -2/+2 |
|
|
* | [svn-r27768] Description: | Quincey Koziol | 2015-09-14 | 1 | -7/+10 |
|
|
* | [svn-r27710] Description: | Quincey Koziol | 2015-09-09 | 1 | -0/+80 |
|
|
* | [svn-r27144] Description: | Quincey Koziol | 2015-06-03 | 1 | -3/+3 |
|
|