| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed an incorrect FUNC_ENTER macro. | Dana Robinson | 2017-12-01 | 1 | -1/+1 |
|
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-12-01 | 14 | -753/+674 |
|
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 17 | -448/+355 |
|
|
* | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 4 | -120/+118 |
|
|
* | Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. | Dana Robinson | 2017-11-21 | 1 | -12/+19 |
|
|
* | Fixed an uninitialized filter callback struct in H5Dchunk.c and | Dana Robinson | 2017-11-21 | 5 | -114/+144 |
|
|
* | Fixed Windows code in H5PLpath.c | Dana Robinson | 2017-11-21 | 1 | -1/+1 |
|
|
* | Brings H5Z and H5PL packages in sync with VOL integration branch. | Dana Robinson | 2017-11-17 | 7 | -127/+147 |
|
|
* | HDFFV-10328 - fix typos | Allen Byrne | 2017-11-17 | 1 | -5/+4 |
|
|
* | HDFFV-10328 - remove allocation changes | Allen Byrne | 2017-11-17 | 3 | -70/+6 |
|
|
* | Fix typo | Allen Byrne | 2017-11-16 | 1 | -1/+1 |
|
|
* | HDFFV-10328 merge allocation changes from 1.8 | Allen Byrne | 2017-11-16 | 3 | -340/+422 |
|
|
* | Correct linkage of filters and other libs | Allen Byrne | 2017-11-16 | 1 | -2/+2 |
|
|
* | Minor warning fixes | Dana Robinson | 2017-11-15 | 1 | -24/+22 |
|
|
* | Merge pull request #778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5o_schism_work... | Dana Robinson | 2017-11-15 | 5 | -2667/+2738 |
|\ |
|
| * | Moved code from H5O.c to H5Oint.c | Dana Robinson | 2017-11-14 | 3 | -2662/+2662 |
|
|
| * | Added H5Oint.c file. | Dana Robinson | 2017-11-14 | 4 | -5/+76 |
|
|
* | | Correct link lines of libraries | Allen Byrne | 2017-11-14 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix ... | Dana Robinson | 2017-11-14 | 1 | -0/+1 |
|\ |
|
| * | Fixed that annoying ar warning about -u being ignored. | Dana Robinson | 2017-11-13 | 1 | -0/+1 |
|
|
* | | Merge pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop | Neil Fortner | 2017-11-13 | 1 | -7/+8 |
|\ \
| |/
|/| |
|
| * | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_na... | Neil Fortner | 2017-11-10 | 26 | -2976/+2339 |
| |\ |
|
| * | | Fix HDFFV-10274. When deleting all (or almost all) of the messages in | Neil Fortner | 2017-11-10 | 1 | -7/+8 |
|
|
* | | | Merge pull request #767 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:zero_allocation... | Dana Robinson | 2017-11-11 | 1 | -7/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Removed asserts from H5MM calls that conflict with stated behavior | Dana Robinson | 2017-11-09 | 1 | -7/+1 |
|
|
* | | | Cleaned up misc warnings in src and test. | Dana Robinson | 2017-11-10 | 5 | -8/+7 |
|
|
* | | | Merge pull request #762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5r_cleanup to ... | Dana Robinson | 2017-11-09 | 13 | -854/+950 |
|\ \ \
| |/ /
|/| | |
|
| * | | Split internal H5R functionality into H5Rint.c. | Dana Robinson | 2017-11-08 | 13 | -854/+950 |
| |/ |
|
* | | Remove tabs | Allen Byrne | 2017-11-08 | 2 | -216/+144 |
|
|
* | | Remove tabs | Allen Byrne | 2017-11-08 | 3 | -1297/+809 |
|
|
* | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -17/+17 |
|
|
* | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -68/+68 |
|
|
* | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -516/+344 |
|/ |
|
* | Correct usage of MPI vars | Allen Byrne | 2017-11-01 | 1 | -6/+4 |
|
|
* | Convert to use MPI:: for link | Allen Byrne | 2017-11-01 | 1 | -2/+4 |
|
|
* | Correct command usage | Allen Byrne | 2017-11-01 | 1 | -5/+5 |
|
|
* | Change MPI target properties for library | Allen Byrne | 2017-11-01 | 1 | -2/+2 |
|
|
* | Add a missing declaration for testing | Richard Warren | 2017-10-27 | 1 | -0/+1 |
|
|
* | Moved the SWMR + cache image check up before the root group | Dana Robinson | 2017-10-21 | 1 | -15/+8 |
|
|
* | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. | Dana Robinson | 2017-10-19 | 2 | -18/+18 |
|
|
* | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to develop | Richard Warren | 2017-10-13 | 1 | -43/+90 |
|\ |
|
| * | Try to address most of the issues raised by Dana in the code review | Richard Warren | 2017-10-11 | 1 | -51/+51 |
|
|
| * | Add a test for parallel reads of independent files using MPI subgroups | Richard Warren | 2017-10-09 | 2 | -34/+7 |
|
|
| * | Edits to the file open optimization and associated test | mainzer | 2017-10-05 | 2 | -11/+38 |
|
|
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Richard Warren | 2017-09-28 | 11 | -43/+65 |
| |\ |
|
| * | | The initial coding for the superblock read optization | Richard Warren | 2017-09-28 | 2 | -2/+49 |
|
|
* | | | HDFFV-10297 update calls to H5Zfilter_avail | Allen Byrne | 2017-10-09 | 1 | -1/+2 |
|
|
* | | | HDFFV-10297 - fix repack individual objects | Allen Byrne | 2017-10-06 | 2 | -233/+222 |
|
|
* | | | Whitespace conversions and comment updates | Allen Byrne | 2017-10-04 | 1 | -535/+382 |
|
|
* | | | Better segregate clean & dirty LRU lists so that they are only defined when | Quincey Koziol | 2017-09-30 | 5 | -0/+16 |
| |/
|/| |
|