Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2796 in HDFFV/hdf5 from small_chunk_io_opt to develop | Quincey Koziol | 2020-08-19 | 1 | -20/+34 |
|\ | |||||
| * | Only initialize the contiguous or compact I/O info struct when needed. | Quincey Koziol | 2020-08-17 | 1 | -20/+34 |
* | | Merge pull request #2806 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-08-18 | 4 | -48/+0 |
|\ \ | |||||
| * | | Revert "Merge pull request #2477 in HDFFV/hdf5 from pio_update to develop" | Larry Knox | 2020-08-18 | 4 | -48/+0 |
|/ / | |||||
* | | Merge pull request #2801 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:swmr_test_fail... | Larry Knox | 2020-08-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fixes CMake issue with file locking variable | Dana Robinson | 2020-08-18 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #2795 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr2020:hdf5_bmr20... | Larry Knox | 2020-08-18 | 3 | -1/+8 |
|\ \ | |||||
| * | | Fixed typo | Binh-Minh Ribler | 2020-08-18 | 1 | -1/+1 |
| * | | Fix HDFFV-11101 | Binh-Minh Ribler | 2020-08-17 | 2 | -0/+7 |
* | | | Merge pull request #2477 in HDFFV/hdf5 from pio_update to develop | Larry Knox | 2020-08-18 | 4 | -0/+48 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/develop' into pio_update | Quincey Koziol | 2020-08-16 | 1009 | -34390/+36775 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'origin/develop' into pio_update | Quincey Koziol | 2020-04-19 | 69 | -2036/+13145 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/develop' into pio_update | Quincey Koziol | 2020-04-09 | 70 | -1511/+1907 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'origin/develop' into pio_update | Quincey Koziol | 2020-04-04 | 2 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'origin/develop' into pio_update | Quincey Koziol | 2020-04-03 | 22 | -565/+790 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Don't track file offset position when using pread / pwrite. | Quincey Koziol | 2020-03-29 | 4 | -32/+80 |
* | | | | | | | | | Merge pull request #2734 in HDFFV/hdf5 from ~DYOUNG/werror:cse to develop | Larry Knox | 2020-08-18 | 1 | -96/+106 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Improve code readability: extract common subexpressions into temporary | David Young | 2020-08-04 | 1 | -96/+106 |
* | | | | | | | | | | Merge pull request #2735 in HDFFV/hdf5 from ~DYOUNG/werror:virtual-write-one ... | Larry Knox | 2020-08-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | Fix a bug in H5D__virtual_write_one to stop an assertion from failing | David Young | 2020-08-04 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #2794 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5f_start_swmr... | Dana Robinson | 2020-08-17 | 5 | -12/+127 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Moves lock flag to H5F_shared_t and adds test. | Dana Robinson | 2020-08-17 | 5 | -15/+118 |
| * | | | | | | | | | Adds fix for H5Fstart_swmr_write lock issue | Dana Robinson | 2020-08-17 | 2 | -4/+16 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #2769 in HDFFV/hdf5 from mdc_sl_opt to develop | John Mainzer | 2020-08-17 | 15 | -1837/+3630 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Minor copy edits to comments -- no code changes.inactive/mdc_sl_opt | mainzer | 2020-08-17 | 3 | -3/+3 |
| * | | | | | | | | Merge branch 'develop' into mdc_sl_opt | mainzer | 2020-08-15 | 364 | -10247/+6767 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Tab to space conversions. | mainzer | 2020-08-14 | 7 | -465/+463 |
| * | | | | | | | | | Merge branch 'develop' into mdc_sl_opt | mainzer | 2020-08-13 | 196 | -3757/+5236 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | When flushing, the metadata cache attempts to flush entries in increasing | mainzer | 2020-08-05 | 15 | -1857/+3651 |
* | | | | | | | | | | | Merge pull request #2784 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-08-17 | 2 | -10/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | 1. HDFFV-10830 part 2, move AC_CHECK_HEADERS([szlib.h] after | Larry Knox | 2020-08-16 | 2 | -10/+10 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #2771 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV... | Binh-Minh Ribler | 2020-08-16 | 5 | -14/+199 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fixed HDFFV-10933 | Binh-Minh Ribler | 2020-08-14 | 5 | -14/+199 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #2779 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-08-16 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Fix javadoc warning | Allen Byrne | 2020-08-16 | 1 | -0/+4 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #2776 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-08-16 | 5 | -4/+57 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add testfiles | Allen Byrne | 2020-08-15 | 1 | -0/+7 |
| * | | | | | | | | | | TRILABS-277 Use JIRA number as #ifdef | Allen Byrne | 2020-08-15 | 5 | -4/+50 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #2768 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-08-15 | 37 | -120/+2079 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-08-15 | 11 | -66/+65 |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #2773 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ... | Dana Robinson | 2020-08-15 | 11 | -66/+65 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Trivialities noticed while merging things to 1.10 | Dana Robinson | 2020-08-15 | 11 | -66/+65 |
|/ / / / / / / / / / | |||||
| * | | | | | | | | | HDFFV-9984 fix test logic | Allen Byrne | 2020-08-14 | 2 | -6/+5 |
| * | | | | | | | | | HDFFV-9984 - correct name of ref files | Allen Byrne | 2020-08-14 | 5 | -0/+0 |
| * | | | | | | | | | HDFFV-9984 add missing ref file | Allen Byrne | 2020-08-14 | 1 | -0/+28 |
| * | | | | | | | | | HDFFV-9984 - add missing ref files | Allen Byrne | 2020-08-14 | 7 | -0/+541 |
| * | | | | | | | | | HDFFV-9984 Add options to merge/prune external links during repack | Allen Byrne | 2020-08-14 | 31 | -120/+1511 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #2765 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ... | Dana Robinson | 2020-08-14 | 1 | -10/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fixes naming issues in H5VM inline functions | Dana Robinson | 2020-08-14 | 1 | -10/+10 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #2753 in HDFFV/hdf5 from ~EPOURMAL/hdf5_ep:develop to develop | Elena Pourmal | 2020-08-14 | 2 | -54/+70 |
|\ \ \ \ \ \ \ \ \ |