summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-0847-113/+131
* Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-081-0/+1
* Merge pull request #2229 in HDFFV/hdf5 from vol_changes_to_1_12 to hdf5_1_12Quincey Koziol2020-01-0785-2102/+3784
|\
| * Remove mismerged codeQuincey Koziol2020-01-071-4/+0
| * Cherry pick of 0225e6d5969Quincey Koziol2020-01-0442-537/+700
| * Cleanups from PR reviewsQuincey Koziol2020-01-044-102/+101
| * Remove unnecessary H5CX callQuincey Koziol2020-01-041-4/+0
| * Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-01-048-57/+258
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-0450-1583/+2904
| * Update h5debug to retrieve file pointer through VOL frameworkQuincey Koziol2020-01-041-1/+7
|/
* Merge pull request #2168 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2019-12-201-0/+3
|\
| * Standalone doesn't use h5test implementation.Allen Byrne2019-12-201-0/+3
|/
* Merge pull request #2160 in HDFFV/hdf5 from ~DYOUNG/netbsd:hdf5_1_12 to hdf5_...David Young2019-12-1934-76/+401
|\
| * In portable shell scripts (using #!/bin/sh) we have to use single squareDavid Young2019-12-192-2/+2
| * Make this script work on hosts where PERL is not installed atDavid Young2019-12-191-1/+2
| * Use HD prefix.David Young2019-12-191-8/+8
| * Fix HDFFV-10937: use a more reliable (and probably faster) scheme forDavid Young2019-12-191-32/+121
| * Apparently, + has no special meaning, and neither does \+, in so-calledDavid Young2019-12-196-5/+6
| * Make these scripts relocatable again: derive a relative path for theDavid Young2019-12-194-4/+97
| * Get the path to prefix right: needs a ../ to back out of subdirectoryDavid Young2019-12-191-1/+1
| * Make this script relocatable again: derive a relative path for theDavid Young2019-12-191-2/+25
| * Let us override the examples directory using --with-examplesdir=DIR.David Young2019-12-1913-18/+40
| * Follow longstanding execv convention for compatibility with NetBSD.David Young2019-12-191-1/+7
| * Under the examples directories, always find the installed HDF5David Young2019-12-196-6/+6
| * Make the HDF5 configure script grok NetBSD.David Young2019-12-192-0/+59
| * For portability, insulate the HDF5 library from some system macros.David Young2019-12-191-1/+18
| * Not every system has perl installed in /usr/bin/, so change the shebangDavid Young2019-12-1912-12/+26
| * For portability, use the POSIX sh(1) string-comparison operator `=`David Young2019-12-191-2/+2
|/
* Merge pull request #2154 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2019-12-194-31/+28
|\
| * Adjust cache.c only variables.Allen Byrne2019-12-184-30/+27
| * Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-182-1/+1
|/
* Merge pull request #2147 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2019-12-172-8/+2
|\
| * Minor WhitespaceAllen Byrne2019-12-171-2/+2
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2019-12-1750-205/+5154
| |\ | |/ |/|
* | Merge pull request #2145 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_12 to h...Dana Robinson2019-12-1746-204/+197
|\ \
| * | Minor tweaks noticed while going over VOL documentation.Dana Robinson2019-12-163-6/+6
| * | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-1637-175/+156
| * | Fixed missing blob callbacks in test VOL connectors.Dana Robinson2019-12-162-0/+12
| * | Trivial parameter renaming in VOL API calls.Dana Robinson2019-12-164-23/+23
* | | Merge pull request #2144 in HDFFV/hdf5 from Merging-t_2Gio-into_hdf5_1_12 to ...Richard Warren2019-12-174-1/+4957
|\ \ \ | |/ / |/| |
| * | Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out aft...Richard Warren2019-12-164-3/+5
| * | Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out aft...Richard Warren2019-12-161-0/+4954
|/ /
| * Remove duplicate instanceAllen Byrne2019-12-161-6/+0
|/
* Merge pull request #2141 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2019-12-1510-36/+1301
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2019-12-1511-2/+153
| |\ | |/ |/|
* | Merge pull request #2142 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112 to hdf...Neil Fortner2019-12-1311-2/+153
|\ \
| * | Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-1311-2/+153
|/ /
| * TRILABS-135 add clang sanitizer supportAllen Byrne2019-12-1310-36/+1301
|/
* Merge pull request #2135 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2019-12-136-15/+24
|\
| * Revert and move declarationAllen Byrne2019-12-131-3/+5