| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-05-20 | 1 | -1/+1 |
|
|
* | fix uninitizlized warning | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-05-20 | 1 | -72/+0 |
|
|
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2020-05-20 | 1 | -4/+14 |
|
|
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE | Jerome Soumagne | 2020-05-20 | 1 | -47/+18 |
|
|
* | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2020-05-20 | 1 | -2/+40 |
|
|
* | Rename the deferred-free queues. There are two of them, and the names I used | David Young | 2020-02-06 | 1 | -1/+1 |
|
|
* | Use the "tail queue" from queue(3) for the delayed free list of shadow images. | David Young | 2019-12-19 | 1 | -3/+1 |
|
|
* | Remove disused duplicate of H5F__idx_entry_cmp(). I probably introduced that | David Young | 2019-12-13 | 1 | -34/+0 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -198/+495 |
|
|
* | Fix for punch list #28: | Vailin Choi | 2019-11-20 | 1 | -46/+22 |
|
|
* | Changes for punch list #4: Add support for opening mulitple files in either V... | Vailin Choi | 2019-11-20 | 1 | -3/+29 |
|
|
* | Fix for punch list #9 Move VFD SWMR H5F code to its own file: H5Fvfd_swmr.c. | vchoi | 2019-11-15 | 1 | -1761/+3 |
|
|
* | Modifications for the following items in the punch list: | Vailin Choi | 2019-11-14 | 1 | -2/+2 |
|
|
* | Use int64_t instead of uint64_t to avoid some warnings about sign | David Young | 2019-09-30 | 1 | -4/+4 |
|
|
* | Fix a typo: adress -> address. | David Young | 2019-09-27 | 1 | -1/+1 |
|
|
* | Fix a comment: I don't know what `*pbe_ptr` was. Refer to `page`, since | David Young | 2019-09-26 | 1 | -1/+1 |
|
|
* | Rename local variable `delay_write_until` as `until`. Reduce | David Young | 2019-09-26 | 1 | -11/+7 |
|
|
* | SECOND_TO_NANOSECS is the name of a function, not a constant. Rename to | David Young | 2019-09-26 | 1 | -8/+8 |
|
|
* | Commit to the clock_gettime() versions of VFD SWMR and delete the | David Young | 2019-09-25 | 1 | -76/+4 |
|
|
* | Consolidate VFD SWMR variable declarations in a new header file, | David Young | 2019-08-28 | 1 | -0/+7 |
|
|
* | In the error message, provide specific information that will help the | dyoung | 2019-08-22 | 1 | -1/+1 |
|
|
* | Quiet warnings, especially signed/unsigned casts. | dyoung | 2019-08-22 | 1 | -25/+31 |
|
|
* | Intermin commit to allow update from Vailin's recent changes | mainzer | 2019-01-15 | 1 | -9/+188 |
|
|
* | Interim checkin to allow Vailin to address assertion failure in | mainzer | 2019-01-03 | 1 | -26/+280 |
|
|
* | Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018: | Vailin Choi | 2018-12-19 | 1 | -4/+11 |
|
|
* | interim checkin of VFD SWMR writer EOT code. | mainzer | 2018-12-07 | 1 | -50/+278 |
|
|
* | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/... | mainzer | 2018-11-19 | 1 | -6/+15 |
|\ |
|
| * | (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'... | Vailin Choi | 2018-11-14 | 1 | -6/+16 |
|
|
* | | local commit of first cut at vfd swmr writer EOT code. | mainzer | 2018-11-19 | 1 | -105/+684 |
|/ |
|
* | Initial checkin of page buffer re-implementation to support VFD SWMR. | mainzer | 2018-11-04 | 1 | -4/+4 |
|
|
* | 1) Add concurrent test for VFD SWMR reader | Vailin Choi | 2018-10-29 | 1 | -14/+15 |
|
|
* | (1) Add tests for VFD SWMR writer | Vailin Choi | 2018-10-22 | 1 | -75/+121 |
|
|
* | Third batch of checkin: | Vailin Choi | 2018-09-28 | 1 | -97/+482 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f... | Vailin Choi | 2018-09-26 | 1 | -543/+323 |
|\ |
|
| * | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -331/+307 |
|
|
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -216/+20 |
|
|
* | | Bug fixes for the previous checkin. | Vailin Choi | 2018-09-04 | 1 | -2/+2 |
|
|
* | | Second batch of checkin: | Vailin Choi | 2018-09-04 | 1 | -102/+152 |
|
|
* | | Preliminary checkins for implementation done so far: | Vailin Choi | 2018-08-14 | 1 | -2/+205 |
|/ |
|
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_... | hdftest | 2018-06-24 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-06-14 | 1 | -55/+56 |
|\ |
|
| * | Normalization with vol_integration branch. | Dana Robinson | 2018-06-07 | 1 | -55/+56 |
|
|
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-23 | 1 | -38/+38 |
|\ \
| |/ |
|
| * | Put back CTRL-L chars | Allen Byrne | 2018-05-23 | 1 | -52/+52 |
|
|
| * | Valgrind fixed by checking for prefix_len of 0 | Allen Byrne | 2018-05-23 | 1 | -90/+90 |
|
|
* | | Fixed libver bounds underscore issue | M. Scot Breitenfeld | 2018-05-11 | 1 | -3/+3 |
|
|
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-08 | 1 | -213/+916 |
|\ \
| |/ |
|
| * | Add comment for the file flush when the file low / high bounds are changed | Quincey Koziol | 2018-04-01 | 1 | -0/+19 |
|
|
| * | Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol | Quincey Koziol | 2018-04-01 | 1 | -21/+160 |
| |\ |
|