| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some incorrect format strings. | David Young | 2019-09-23 | 2 | -5/+8 |
|
|
* | Straggler from last commit: make TESTING() take printf-like varargs | David Young | 2019-09-23 | 2 | -1/+13 |
|
|
* | Don't calloc() the VFD SWMR configuration, just use a local variable. | David Young | 2019-09-23 | 1 | -333/+71 |
|
|
* | Delete end-of-block comments, they're uninformative and they make the page | David Young | 2019-09-20 | 1 | -18/+18 |
|
|
* | Revise a warning puts() to be more hopeful about VFD SWMR and | David Young | 2019-09-20 | 1 | -1/+1 |
|
|
* | Don't set up raw-data pages for delayed writes. This prevents | David Young | 2019-09-19 | 1 | -0/+4 |
|
|
* | Unse TEST_ERROR instead of the return statement I copied & pasted, oops. | David Young | 2019-09-19 | 1 | -6/+7 |
|
|
* | Add the zygote of VFD SWMR-mode page-buffer tests. | David Young | 2019-09-17 | 1 | -0/+311 |
|
|
* | Use calloc instead of malloc so that the VFD SWMR configuration | David Young | 2019-09-17 | 1 | -1/+1 |
|
|
* | Make whitespace consistent: no leading tabs! | David Young | 2019-09-16 | 1 | -1/+1 |
|
|
* | Update function documentation. NFCI. | David Young | 2019-09-16 | 1 | -3/+3 |
|
|
* | Enable h5ls to use VFD SWMR. | David Young | 2019-09-12 | 2 | -31/+133 |
|
|
* | Use h5_retry_init/_next to retry loading the SWMR shadow file. | David Young | 2019-09-12 | 3 | -10/+15 |
|
|
* | Convert several warnings about const to non-const conversion at H5Tcopy() | David Young | 2019-09-12 | 2 | -2/+2 |
|
|
* | Quiet compiler warnings about signedness by changing a signed | David Young | 2019-09-12 | 1 | -1/+1 |
|
|
* | Ignore vim swap files and ctags files. | David Young | 2019-09-12 | 1 | -0/+6 |
|
|
* | Replace a missing curly brace. | David Young | 2019-09-10 | 1 | -1/+1 |
|
|
* | Merge the latest h5_retry_t code from my `sleepy` branch. | David Young | 2019-09-10 | 4 | -20/+132 |
|
|
* | Tand the he VFD SWMR test script used `| tee` to redirect test programs' | David Young | 2019-08-28 | 2 | -59/+106 |
|
|
* | Consolidate VFD SWMR variable declarations in a new header file, | David Young | 2019-08-28 | 4 | -63/+76 |
|
|
* | 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 | 5 | -41/+51 |
|
|
* | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/... | mainzer | 2019-07-06 | 9 | -280/+490 |
|\ |
|
| * | Modifications to the vfd swmr concurrent tests: | Vailin Choi | 2019-01-31 | 9 | -280/+490 |
|
|
* | | Tidied up comments and removed some stats code that is un-reachable. | mainzer | 2019-07-06 | 4 | -33/+29 |
|/ |
|
* | Checkin of fixes for a number of bugs in reads to page 0, and in file | mainzer | 2019-01-30 | 3 | -10/+160 |
|
|
* | Checkin of fix for the failure to evict all tagged entries issue. | mainzer | 2019-01-16 | 2 | -17/+27 |
|
|
* | Commented out some test code that resulted spurious failures | mainzer | 2019-01-16 | 1 | -1/+2 |
|
|
* | Merge with Vailin's memory management fixes. | mainzer | 2019-01-15 | 0 | -0/+0 |
|\ |
|
| * | Fix for the assertion failure in the free-space manager for the metadata file. | Vailin Choi | 2019-01-07 | 2 | -2/+45 |
|
|
* | | Intermin commit to allow update from Vailin's recent changes | mainzer | 2019-01-15 | 22 | -229/+875 |
|/ |
|
* | Interim checkin to allow Vailin to address assertion failure in | mainzer | 2019-01-03 | 28 | -445/+2099 |
|
|
* | Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018: | Vailin Choi | 2018-12-19 | 10 | -25/+53 |
|
|
* | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/... | mainzer | 2018-12-07 | 15 | -26/+39 |
|\ |
|
| * | (1) Fix for accumulator issue #1 as described in John's previous checkin | Vailin Choi | 2018-12-02 | 15 | -28/+36 |
|
|
* | | interim checkin of VFD SWMR writer EOT code. | mainzer | 2018-12-07 | 7 | -101/+609 |
|
|
* | | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/... | mainzer | 2018-11-19 | 17 | -189/+2735 |
|\ \
| |/ |
|
| * | (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'... | Vailin Choi | 2018-11-14 | 17 | -189/+2736 |
|
|
* | | local commit of first cut at vfd swmr writer EOT code. | mainzer | 2018-11-19 | 8 | -483/+2143 |
|/ |
|
* | Initial checkin of page buffer re-implementation to support VFD SWMR. | mainzer | 2018-11-04 | 10 | -1422/+5696 |
|
|
* | 1) Add concurrent test for VFD SWMR reader | Vailin Choi | 2018-10-29 | 7 | -108/+855 |
|
|
* | (1) Add tests for VFD SWMR writer | Vailin Choi | 2018-10-22 | 7 | -259/+1116 |
|
|
* | Third batch of checkin: | Vailin Choi | 2018-09-28 | 28 | -313/+4134 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f... | Vailin Choi | 2018-09-26 | 284 | -11553/+9861 |
|\ |
|
| * | Merge pull request #1257 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Larry Knox | 2018-09-25 | 1 | -0/+5 |
| |\ |
|
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-09-25 | 72 | -3266/+3443 |
| | |\
| | |/
| |/| |
|
| * | | Merge pull request #1255 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev... | Dana Robinson | 2018-09-24 | 72 | -3266/+3443 |
| |\ \ |
|
| | * \ | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Dana Robinson | 2018-09-24 | 13 | -67/+163 |
| | |\ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_d... | Dana Robinson | 2018-09-24 | 0 | -0/+0 |
| | |\ \ |
|
| | * | | | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 72 | -3266/+3443 |
|
|