Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Expanded comments abuot H5CX_t fields. | Quincey Koziol | 2018-03-29 | 1 | -12/+14 | |
* | | | | | Add an assert to verify that we don't write when between MPI_Barrier() calls | Quincey Koziol | 2018-03-27 | 1 | -0/+3 | |
* | | | | | Add comments for internal structs. | Quincey Koziol | 2018-03-27 | 1 | -4/+44 | |
* | | | | | Remove redundant 'is_collective' parameter from H5CX_set_loc. | Quincey Koziol | 2018-03-27 | 16 | -62/+58 | |
* | | | | | Correct typo in comment. | Quincey Koziol | 2018-03-27 | 1 | -1/+1 | |
* | | | | | Revert some tangential code cleanups. | Quincey Koziol | 2018-03-23 | 1 | -1/+1 | |
* | | | | | Add API context source files to CMake configuration file. | Quincey Koziol | 2018-03-21 | 1 | -2/+12 | |
* | | | | | Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol | Quincey Koziol | 2018-03-21 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest format | Vailin Choi | 2018-03-20 | 1 | -1/+1 | |
* | | | | | Corrections for parallel I/O & tests. | Quincey Koziol | 2018-03-21 | 3 | -51/+28 | |
* | | | | | Update handling of reporting for breaking collective I/O when the default | Quincey Koziol | 2018-03-20 | 1 | -10/+14 | |
* | | | | | Correct typo for error checking malloc return value. | Quincey Koziol | 2018-03-20 | 1 | -1/+1 | |
* | | | | | Refactor H5CX code to reduce duplication. | Quincey Koziol | 2018-03-20 | 1 | -684/+116 | |
* | | | | | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 35 | -1491/+421 | |
* | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 96 | -3126/+4604 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to ... | Dana Robinson | 2018-03-13 | 3 | -4/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | Added a fix for HDFFV-10358. | Dana Robinson | 2018-03-13 | 3 | -4/+8 | |
| * | | | | | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev... | Vailin Choi | 2018-03-12 | 10 | -45/+273 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 7 | -38/+239 | |
| | * | | | | | Fix for HDFFV-10209 VDS SWMR test failure | Vailin Choi | 2018-03-09 | 3 | -7/+34 | |
| * | | | | | | Merge pull request #938 in HDFFV/hdf5 from avoid_trunc_beta to develop | Scot Breitenfeld | 2018-03-12 | 3 | -22/+142 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c | mainzer | 2018-03-12 | 3 | -92/+0 | |
| | * | | | | | Merge branch 'develop' into avoid_trunc_beta | M. Scot Breitenfeld | 2018-03-05 | 1 | -0/+5 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'develop' into avoid_trunc_beta | M. Scot Breitenfeld | 2018-03-02 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'develop' into avoid_trunc_beta | M. Scot Breitenfeld | 2018-02-20 | 38 | -1544/+2113 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'develop' into avoid_trunc_beta | M. Scot Breitenfeld | 2018-01-22 | 14 | -1054/+1507 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Optimized version of avoid truncate patch. | M. Scot Breitenfeld | 2017-12-18 | 3 | -0/+212 | |
| * | | | | | | | | | | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 | |
| * | | | | | | | | | | HDFFV-4359 Add C,HL,CXX files | Allen Byrne | 2018-03-08 | 1 | -0/+48 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | HDDFV-10414 correct location of error change | Allen Byrne | 2018-03-07 | 1 | -91/+91 | |
| * | | | | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-03-06 | 38 | -127/+183 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'develop' into hdffv_10355 | Dana Robinson | 2018-03-06 | 3 | -15/+34 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'develop' into hdffv_10354 | Dana Robinson | 2018-03-05 | 2 | -1/+6 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | Merge pull request #911 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10357 to ... | Dana Robinson | 2018-03-05 | 1 | -0/+5 | |
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | | | ||||||
| | | | | * | | | | | | | Fix for HDFFV-10357 (CVE-2017-17508). | Dana Robinson | 2018-02-27 | 1 | -0/+5 | |
| | | | | | |_|/ / / / | | | | | |/| | | | | | ||||||
| | | * | | | | | | | | Fix for HDFFV-10354 (CVE-2017-17505). | Dana Robinson | 2018-02-26 | 1 | -15/+29 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Fix for HDFFV-10355 (CVE-2017-17506). | Dana Robinson | 2018-02-27 | 38 | -113/+150 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | HDFFV-10414 restore Ctl char - do we really need these anymore | Allen Byrne | 2018-03-05 | 1 | -89/+89 | |
| * | | | | | | | | HDFFV-10414 change minor error_number | Allen Byrne | 2018-03-05 | 1 | -101/+101 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Fix for daily test failures | Vailin Choi | 2018-02-14 | 4 | -4/+11 | |
| * | | | | | | Merge pull request #876 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:bugfix/version... | Vailin Choi | 2018-02-14 | 32 | -968/+1512 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Modifications made based on comments from pull request. | Vailin Choi | 2018-02-07 | 9 | -552/+554 | |
| | * | | | | | | Fix bounds check for the generation of cache image. | Vailin Choi | 2018-01-22 | 3 | -9/+4 | |
| | * | | | | | | Merge branch develop into bugfix/version_bounds | Vailin Choi | 2018-01-12 | 14 | -1052/+1506 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Changes made based on code reviews. | Vailin Choi | 2018-01-12 | 24 | -103/+305 | |
| | * | | | | | | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-12-08 | 33 | -1383/+1209 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-27 | 11 | -253/+310 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 48 | -6214/+5783 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-10-17 | 3 | -806/+690 | |
| | |\ \ \ \ \ \ \ \ |