summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code improvementBinh-Minh Ribler2018-07-2110-203/+176
* Fixed EED-319Binh-Minh Ribler2018-07-185-35298/+24282
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2018-07-170-0/+0
|\
| * Merge pull request #1140 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-178-10/+349
| |\
* | | Fixed HDFFV-10472Binh-Minh Ribler2018-07-173-0/+98
| |/ |/|
* | Fixed HDFFV-10458 partiallyBinh-Minh Ribler2018-07-174-9/+163
* | Fixed commentsBinh-Minh Ribler2018-07-172-6/+14
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2018-07-177-41/+612
|\ \ | |/
| * Merge pull request #1139 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-173-4/+12
| |\
| * \ Merge pull request #1135 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2018-07-177-41/+612
| |\ \
| | * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-07-164-27/+43
| | |\ \ | | |/ / | |/| |
| | * | TRILAB-31 add noteAllen Byrne2018-07-161-1/+7
| | * | TRILAB-31 Working locallyAllen Byrne2018-07-166-40/+605
* | | | Fixed HDFFV-10458 partiallyBinh-Minh Ribler2018-07-176-10/+187
| |_|/ |/| |
* | | Removed white spaceBinh-Minh Ribler2018-07-171-1/+2
* | | Fixed HDFFV-10476, HDFFV-10478, HDFFV-10480Binh-Minh Ribler2018-07-173-4/+11
|/ /
* | Merge pull request #1134 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-163-24/+36
|\ \
| * | Combined macro lines as Dana commentedBinh-Minh Ribler2018-07-163-6/+3
| * | Fixed division-by-zero issuesBinh-Minh Ribler2018-07-163-24/+39
* | | Merge pull request #1136 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5_fork:topic_saniti...Jerome Soumagne2018-07-161-3/+7
|\ \ \ | |_|/ |/| |
| * | Fix evaluation of __has_attribute(no_sanitize_address) on older GCC versionsJerome Soumagne2018-07-161-3/+7
|/ /
* | Merge pull request #1112 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5_fork:gcc_sanitize...Jerome Soumagne2018-07-161-7/+5
|\ \
| * | Fix H5detect to use no_sanitize_address attribute and support GCC sanitizersJerome Soumagne2018-06-151-7/+5
* | | Merge pull request #1127 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-07-164-929/+4626
|\ \ \
| * | | Add note about single chunk caching and serial libraryJordan Henderson2018-07-131-1/+7
| * | | Add check for actually using the MPI file driver when caching one chunkJordan Henderson2018-07-131-1/+15
| * | | Fix error message mentioning wrong MPI function usedJordan Henderson2018-07-131-1/+1
| * | | Fix for HDFFV-10509Jordan Henderson2018-07-041-2/+15
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2018-07-03261-5651/+6851
| |\ \ \
| * | | | Revise H5D__mpio_array_gatherv() to not allocate memory needlesslyJordan Henderson2018-06-061-38/+61
| * | | | Add test to continually grow and shrink chunksJordan Henderson2018-06-042-0/+149
| * | | | Changes to test with checksum filter as well as deflate filterJordan Henderson2018-06-042-35/+92
| * | | | Eliminate warning about signed to unsigned conversionJordan Henderson2018-05-171-4/+4
| * | | | Remove unused local variableJordan Henderson2018-05-171-7/+4
| * | | | Fix bug in parallel reads of compressed dataJordan Henderson2018-05-173-16/+954
| * | | | Add data verification to parallel filtered compound write testsJordan Henderson2018-05-172-354/+1128
| * | | | Add seven of fourteen parallel filtered data partial read testsJordan Henderson2018-05-152-668/+2394
* | | | | Merge pull request #1131 in HDFFV/hdf5 from HDFFV-10527-typo-in-h5fs.c to dev...Larry Knox2018-07-160-0/+0
|\ \ \ \ \
| * | | | | HDFFV-10527:corrected two more typos.Hyo-Kyung Lee2018-07-121-2/+2
| * | | | | HDFFV-10527:corrected typos in comment blocks.Hyo-Kyung Lee2018-07-121-2/+2
* | | | | | Merge pull request #1128 in HDFFV/hdf5 from HDFFV-10525-typo-in-vds.c to developLarry Knox2018-07-161-1/+1
|\ \ \ \ \ \
| * | | | | | fixed typo.Hyo-Kyung Lee2018-07-101-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1133 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-14101-318/+317
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fixed HDFFV-10404Binh-Minh Ribler2018-07-13101-318/+317
| | |/ / / | |/| | |
* | | | | Merge pull request #1129 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to de...Vailin Choi2018-07-1324-150/+499
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-07-121-1/+1
| |\ \ \ \
| | * | | | Fix test_misc33() in test/tmisc.cVailin Choi2018-07-121-1/+1
| * | | | | Changes based on feedback from pull request.Vailin Choi2018-07-123-6/+3
| |/ / / /
| * | | | Modifications made based on feedback from pull request.Vailin Choi2018-07-116-12/+50
| * | | | Fix for HDFFV-10333:Vailin Choi2018-07-1120-147/+461