summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Add Autotools and CMake checks for big I/O MPI-3 functionsJordan Henderson2018-07-311-0/+1
| * Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-265-22/+78
* | Add quotes to places where MPI_C_LIBRARIES are linked againstJordan Henderson2018-07-271-4/+4
|/
* Fix for HDFFV-9277: update the ainfo message after removing an attribute.Vailin Choi2018-07-201-3/+6
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2018-07-1883-356/+481
|\
| * 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
| * | 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-162-53/+133
| |\ \ \
| | * | | 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-0348-1909/+1952
| | |\ \ \
| | * | | | Revise H5D__mpio_array_gatherv() to not allocate memory needlesslyJordan Henderson2018-06-061-38/+61
| | * | | | 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-171-7/+34
| * | | | | Merge pull request #1133 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-1479-253/+252
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fixed HDFFV-10404Binh-Minh Ribler2018-07-1379-253/+252
| | | |/ / | | |/| |
| * | | | Merge pull request #1129 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to de...Vailin Choi2018-07-134-15/+39
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Changes based on feedback from pull request.Vailin Choi2018-07-121-3/+1
| | * | | Fix for HDFFV-10333:Vailin Choi2018-07-114-15/+41
* | | | | Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-9/+9
|/ / / /
* | | | Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-2434-719/+287
* | | | Snapshot version 1.10 release 3 (snap3)hdftest2018-06-241-2/+2
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)hdftest2018-06-1645-1859/+1902
|\ \ \ \
| * \ \ \ Merge pull request #1111 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10Scot Breitenfeld2018-06-1545-1859/+1902
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-149-498/+507
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Cleaned up H5Fmount/unmount code.Dana Robinson2018-06-071-18/+40
| | | * | | Normalization with vol_integration branch.Dana Robinson2018-06-076-252/+232
| | | * | | Normalization with the vol_integration branch.Dana Robinson2018-06-063-235/+242
| | | |/ /
| | * | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-0438-1365/+1399
| | |\ \ \ | | | |/ /
| | | * | Merge pull request #1043 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5do_direct_ch...Dana Robinson2018-05-318-584/+318
| | | |\ \
| | | | * | Restored some unused #defines to the deprecated section of H5Dpublic.h.Dana Robinson2018-05-151-1/+13
| | | | * | Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-152-85/+78
| | | | |\ \ | | | | | |/
| | | | * | * Added H5DO compatibility functions.Dana Robinson2018-05-042-67/+51
| | | | * | * Fixed the error testsDana Robinson2018-05-023-89/+136
| | | | * | Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-3029-1863/+1832
| | | | |\ \
| | | | * | | Normalize with trunk prior to update mergeDana Robinson2018-04-301-16/+16
| | | | * | | Fixed a warning.Dana Robinson2018-04-301-1/+1
| | | | * | | Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-305-600/+142
| | | | * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-302-5/+154
| | | * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-3117-412/+426
| | | |\ \ \ \
| | | | * | | | Normalize with vol_integration.Dana Robinson2018-05-2917-412/+426