summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't set up raw-data pages for delayed writes. This preventsDavid Young2019-09-191-0/+4
* Make whitespace consistent: no leading tabs!David Young2019-09-161-1/+1
* Update function documentation. NFCI.David Young2019-09-161-3/+3
* Use h5_retry_init/_next to retry loading the SWMR shadow file.David Young2019-09-123-10/+15
* Convert several warnings about const to non-const conversion at H5Tcopy()David Young2019-09-122-2/+2
* Quiet compiler warnings about signedness by changing a signedDavid Young2019-09-121-1/+1
* Replace a missing curly brace.David Young2019-09-101-1/+1
* Merge the latest h5_retry_t code from my `sleepy` branch.David Young2019-09-104-20/+132
* Consolidate VFD SWMR variable declarations in a new header file,David Young2019-08-284-63/+76
* In the error message, provide specific information that will help thedyoung2019-08-221-1/+1
* Quiet warnings, especially signed/unsigned casts.dyoung2019-08-225-41/+51
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2019-07-061-7/+3
|\
| * Modifications to the vfd swmr concurrent tests:Vailin Choi2019-01-311-7/+3
* | Tidied up comments and removed some stats code that is un-reachable.mainzer2019-07-064-33/+29
|/
* Checkin of fixes for a number of bugs in reads to page 0, and in filemainzer2019-01-303-10/+160
* Checkin of fix for the failure to evict all tagged entries issue.mainzer2019-01-162-17/+27
* Commented out some test code that resulted spurious failuresmainzer2019-01-161-1/+2
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-1512-170/+783
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-0323-427/+2067
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-197-9/+33
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-12-072-4/+19
|\
| * (1) Fix for accumulator issue #1 as described in John's previous checkinVailin Choi2018-12-022-6/+16
* | interim checkin of VFD SWMR writer EOT code.mainzer2018-12-076-100/+600
* | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-11-195-96/+45
|\ \ | |/
| * (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-145-96/+46
* | local commit of first cut at vfd swmr writer EOT code.mainzer2018-11-198-483/+2143
|/
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-049-1092/+5147
* 1) Add concurrent test for VFD SWMR readerVailin Choi2018-10-296-49/+135
* (1) Add tests for VFD SWMR writerVailin Choi2018-10-226-138/+611
* Third batch of checkin:Vailin Choi2018-09-2819-311/+1994
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-09-26188-9371/+7627
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-241-31/+64
| |\
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2450-1697/+1676
| | |\
| | * | Remove extra unneededAllen Byrne2018-09-241-11/+7
| | * | Remove libsettings from pregenerated blockAllen Byrne2018-09-241-40/+27
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2449-1160/+1066
| | |\ \
| | * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2129-308/+286
| | |\ \ \
| | * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-209-552/+538
| | |\ \ \ \
| | * | | | | HDFFV-10332 Adjust checks and generation of filesAllen Byrne2018-09-191-21/+52
| | * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-1931-2008/+312
| | |\ \ \ \ \
| | * | | | | | HDFFV-10332 Use pre-generated filesAllen Byrne2018-09-181-45/+64
| * | | | | | | Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-2469-3261/+3438
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | H5S adjust callbacks now return an herr_t instead of void.Dana Robinson2018-09-248-29/+31
| * | | | | | Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-2142-1668/+1645
| | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_d...Dana Robinson2018-09-201-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft...hdftest2018-09-2028-306/+284
| | |\ \ \ \
| | * | | | | Snapshot version 1.11 release 2.hdftest2018-09-201-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-2049-1160/+1066
| | |/ / / | |/| | |
| * | | | Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-2028-306/+284
| |/ / /
| * | | Merge pull request #1245 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_pull_r...Dana Robinson2018-09-199-552/+538
| |\ \ \ | | |_|/ | |/| |