summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get the path to prefix right: needs a ../ to back out of subdirectoryDavid Young2019-11-051-1/+1
* Make this script relocatable again: derive a relative path for theDavid Young2019-11-051-2/+25
* Let us override the examples directory using --with-examplesdir=DIR.David Young2019-10-0313-18/+40
* Follow longstanding execv convention for compatibility with NetBSD.David Young2019-10-031-1/+7
* Under the examples directories, always find the installed HDF5David Young2019-10-036-6/+6
* Make the HDF5 configure script grok NetBSD.David Young2019-10-032-0/+59
* For portability, insulate the HDF5 library from some system macros.David Young2019-10-031-1/+18
* Not every system has perl installed in /usr/bin/, so change the shebangDavid Young2019-10-0312-12/+26
* For portability, use the POSIX sh(1) string-comparison operator `=`David Young2019-10-031-2/+2
* Merge pull request #1983 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:small_develop_...Dana Robinson2019-10-031-3/+4
|\
| * Fixed the java assert issue with H5O cache corking calls.Dana Robinson2019-10-031-3/+4
|/
* Merge pull request #1980 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-033-370/+214
|\
| * More whitespace changesAllen Byrne2019-10-032-211/+57
| * Whitespace cleanupAllen Byrne2019-10-031-159/+157
|/
* Merge pull request #1973 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-029-302/+198
|\
| * HDFFV-10919 merge synchingAllen Byrne2019-10-028-301/+189
| * HDFFV-10408,10918 Add noteAllen Byrne2019-10-021-1/+9
|/
* Merge pull request #1968 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-022-1/+121
|\
| * HDFFV-10918 add tests for h5repack ext storageAllen Byrne2019-10-012-1/+121
|/
* Merge pull request #1966 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-011-0/+1
|\
| * Add new toolchain fileAllen Byrne2019-10-011-0/+1
* | Merge pull request #1959 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/itera...Vailin Choi2019-10-012-6/+15
|\ \ | |/ |/|
| * Fixed the iteration error in test_versionbounds() in test/dtypes.c.Vailin Choi2019-09-302-6/+15
* | Merge pull request #1963 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-303-58/+61
|\ \
| * | fix for statement declare of typeAllen Byrne2019-09-303-58/+61
|/ /
* | Merge pull request #1958 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:develop to developJake Smith2019-09-301-24/+65
|\ \
| * | Move function-scope macro definition to file-scope.Jacob Smith2019-09-301-5/+6
| * | Refactor external file addition loop to static function.Jacob Smith2019-09-291-18/+57
| * | fix declaring variable in for statementJacob Smith2019-09-281-9/+10
| |/
* | Merge pull request #1960 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-301-0/+29
|\ \ | |/ |/|
| * Add clang toolchainAllen Byrne2019-09-301-0/+29
|/
* Merge pull request #1957 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-09-281-1/+1
|\
| * Number of arguments requires H5Dopen2.Larry Knox2019-09-281-1/+1
|/
* Merge pull request #1956 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2019-09-271-0/+2
|\
| * Corrected missing parallel #ifdefs.Dana Robinson2019-09-271-0/+2
|/
* Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-09-273-36/+343
|\
| * (1) Address the feedback from the PR reviewVailin Choi2019-09-263-15/+27
| * Merge pull request #21 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-09-26106-3647/+4619
| |\
| * | Fix for HDFFV-10585 investigate hyperslab slowness:Vailin Choi2019-09-192-36/+331
| * | Merge pull request #20 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-09-1936-895/+1146
| |\ \
| * \ \ Merge pull request #19 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-09-10224-24054/+27016
| |\ \ \
| * \ \ \ Merge pull request #18 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-08-1989-2253/+4665
| |\ \ \ \
* | \ \ \ \ Merge pull request #1955 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:missing_vol_ma...Dana Robinson2019-09-2711-95/+372
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-09-277-62/+259
| * | | | | Marked up H5Fget/set_mpi_atomicity() to use the VOL.Dana Robinson2019-09-275-33/+113
|/ / / / /
* | | | | Merge pull request #1954 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/ver_b...Vailin Choi2019-09-262-2/+2
|\ \ \ \ \
| * | | | | Fix the errors when updating the versions in the new 1.13 develop branch.Vailin Choi2019-09-262-2/+2
|/ / / / /
* | | | | Merge pull request #1953 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-262-3/+3
|\ \ \ \ \
| * | | | | add missing version to listAllen Byrne2019-09-262-3/+3
|/ / / / /
* | | | | Merge pull request #1951 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-261-13/+14
|\ \ \ \ \