summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for HDFFV-9277: update the ainfo message after removing an attribute.Vailin Choi2018-07-203-3/+110
* Merge pull request #1141 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-197-35295/+24377
|\
| * 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
| |\
| * | Fixed HDFFV-10472Binh-Minh Ribler2018-07-173-0/+98
* | | Merge pull request #1144 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2018-07-191-1/+9
|\ \ \
| * | | Add cmakehdf5 command line option to turn on shell script testing.Larry Knox2018-07-191-1/+9
|/ / /
* | | Merge pull request #1143 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-07-185-23/+26
|\ \ \
| * \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2018-07-18141-1486/+6539
| |\ \ \ | | | |/ | | |/|
| * | | Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-185-23/+26
* | | | Merge pull request #1142 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-07-184-36/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | Adjust error handlingAllen Byrne2018-07-181-2/+8
| * | | TRILABS-137 Convert tcheck_version script to cmake testsAllen Byrne2018-07-182-30/+17
| * | | ifdef around std flag for cygwinAllen Byrne2018-07-181-4/+5
|/ / /
* | | Merge pull request #1140 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-178-10/+349
|\ \ \ | | |/ | |/|
| * | 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