| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match | Quincey Koziol | 2019-08-22 | 1 | -9/+9 |
|
|
* | Small tidy up. | Quincey Koziol | 2019-08-21 | 1 | -10/+8 |
|
|
* | Progress toward movig H5MF* API to use shared file pointers instead of top | Quincey Koziol | 2019-08-21 | 1 | -37/+34 |
|
|
* | Progress on moving the H5MF* interface to using shared file pointers instead of | Quincey Koziol | 2019-08-21 | 1 | -39/+38 |
|
|
* | Begin converting the H5MF interface to use shared file pointers instead | Quincey Koziol | 2019-08-21 | 1 | -50/+54 |
|
|
* | Finish converting H5PB_* routines to use shared file pointer, instead of top | Quincey Koziol | 2019-08-20 | 1 | -1/+1 |
|
|
* | Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accum | Quincey Koziol | 2019-08-19 | 1 | -3/+2 |
|
|
* | (1) Add/remove comments. | Vailin Choi | 2019-06-27 | 1 | -92/+32 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_... | Vailin Choi | 2019-06-26 | 1 | -0/+3 |
|\ |
|
| * | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib... | Vailin Choi | 2019-06-24 | 1 | -0/+3 |
|
|
* | | Checkin for new shutting down free-space manager. | Vailin Choi | 2019-06-20 | 1 | -374/+108 |
|/ |
|
* | 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 |
|
|
* | [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered | Dana Robinson | 2015-05-10 | 1 | -1/+1 |
|
|
* | [svn-r25097] Description: | Quincey Koziol | 2014-04-25 | 1 | -3/+10 |
|
|
* | [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward projec... | Mohamad Chaarawi | 2014-02-13 | 1 | -2/+2 |
|
|
* | [svn-r22676] Changes needed to make the default free-list mapping from H5FD_F... | Vailin Choi | 2012-08-13 | 1 | -21/+129 |
|
|
* | [svn-r22646] Description: | Quincey Koziol | 2012-08-08 | 1 | -0/+4 |
|
|
* | [svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAW | Vailin Choi | 2012-06-07 | 1 | -5/+15 |
|
|
* | [svn-r22233] Description: | Quincey Koziol | 2012-04-01 | 1 | -2/+2 |
|
|