summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-241-31/+64
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2450-1697/+1676
| |\
| * | Remove extra unneededAllen Byrne2018-09-241-11/+7
| * | Remove libsettings from pregenerated blockAllen Byrne2018-09-241-40/+27
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2449-1160/+1066
| |\ \
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2129-308/+286
| |\ \ \
| * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-209-552/+538
| |\ \ \ \
| * | | | | HDFFV-10332 Adjust checks and generation of filesAllen Byrne2018-09-191-21/+52
| * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-1931-2008/+312
| |\ \ \ \ \
| * | | | | | HDFFV-10332 Use pre-generated filesAllen Byrne2018-09-181-45/+64
* | | | | | | Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-2469-3261/+3438
| |_|_|_|_|/ |/| | | | |
* | | | | | H5S adjust callbacks now return an herr_t instead of void.Dana Robinson2018-09-248-29/+31
* | | | | | Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-2142-1668/+1645
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_d...Dana Robinson2018-09-201-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft...hdftest2018-09-2028-306/+284
| |\ \ \ \
| * | | | | Snapshot version 1.11 release 2.hdftest2018-09-201-2/+2
| | |_|_|/ | |/| | |
* | | | | Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-2049-1160/+1066
| |/ / / |/| | |
* | | | Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-2028-306/+284
|/ / /
* | | Merge pull request #1245 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_pull_r...Dana Robinson2018-09-199-552/+538
|\ \ \ | |_|/ |/| |
| * | Develop normalization with vol_integration.Dana Robinson2018-09-199-552/+538
* | | Merge pull request #1244 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_pull_r...Dana Robinson2018-09-1931-2008/+312
|\ \ \ | |/ / | | / | |/ |/|
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-1831-2008/+312
* | Fix whitespace and exit statusAllen Byrne2018-09-182-276/+227
* | HDFFV-9059 take file as argumentAllen Byrne2018-09-181-2/+2
* | HDFFV-9059 Allow detect to take a file as an argumentAllen Byrne2018-09-183-515/+458
|/
* Remove now-unused local variableJordan Henderson2018-08-261-3/+0
* Add fix for HDFFV-10501Jordan Henderson2018-08-261-14/+1
* Merge pull request #1167 in HDFFV/hdf5 from ~JHENDERSON/hdf5:bugfix/MPI2_only...Jordan Henderson2018-08-025-22/+79
|\
| * 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