summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid unused-variable warnings: change static const strings in a coupleDavid Young2019-11-132-2/+2
* Demote errors to warnings for a couple of unused-but-set variables thatDavid Young2019-11-132-0/+7
* Delete an unused variable.David Young2019-11-131-1/+0
* Mark an unused parameter H5_ATTR_UNUSED.David Young2019-11-131-1/+1
* Delete variables that are unused or set and unused.David Young2019-11-131-12/+0
* Initialize a variable before its first use.David Young2019-11-131-1/+1
* Format a pointer with %p to avoid a gripe about casting a pointer to anDavid Young2019-11-131-3/+2
* Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some toDavid Young2019-11-1242-326/+792
|\
| * Merge pull request #2027 in HDFFV/hdf5 from ~DYOUNG/hdf5:dsets-randomness to ...David Young2019-11-121-32/+121
| |\
| | * Use HD prefix.David Young2019-11-121-8/+8
| | * Fix HDFFV-10937: use a more reliable (and probably faster) scheme forDavid Young2019-10-281-32/+121
| * | Merge pull request #2037 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to dev...Neil Fortner2019-11-122-1/+10
| |\ \
| | * | Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2019-11-122-1/+10
| |/ /
| * | Merge pull request #2036 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-126-5/+6
| |\ \
| | * | Apparently, + has no special meaning, and neither does \+, in so-calledDavid Young2019-11-126-5/+6
| |/ /
| * | Merge pull request #2032 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:vlget_file_typ...Neil Fortner2019-11-0834-289/+656
| |\ \
| | * | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-0834-289/+656
| | |/
* | | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-someDavid Young2019-11-0829-41/+275
|\ \ \ | |/ /
| * | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-0529-41/+275
| |\ \ | | |/ | |/|
| | * Make these scripts relocatable again: derive a relative path for theDavid Young2019-11-054-4/+97
| | * 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
* | | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-0518-57/+149
|/ /
* | Merge pull request #2015 in HDFFV/hdf5 from HDFFV-10943 to developRichard Warren2019-10-254-14/+13
|\ \
| * | Removed set_bigio_count prototype since it has been added to H5private.hRichard Warren2019-10-251-2/+0
| * | Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ...Richard Warren2019-10-234-13/+14
* | | Merge pull request #2016 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-234-8/+15
|\ \ \ | |/ / |/| |
| * | Fix MPI test dependsAllen Byrne2019-10-234-8/+15
|/ /
* | Merge pull request #2008 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2019-10-231-185/+112
|\ \
| * | Update format and fix missing prefixAllen Byrne2019-10-211-185/+112
|/ /
* | Merge pull request #2000 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_endian_develo...Jerome Soumagne2019-10-118-158/+226
|\ \
| * | Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-118-158/+226
* | | Merge pull request #1998 in HDFFV/hdf5 from ~JHENDERSON/hdf5:bugfix/H5Dvlen_r...Jordan Henderson2019-10-1011-27/+131
|\ \ \
| * | | Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-1011-27/+131
* | | | Merge pull request #1996 in HDFFV/hdf5 from ~JHENDERSON/hdf5:feature/unify_H5...Jordan Henderson2019-10-102-9/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Unify code between H5Lcopy and H5LmoveJordan Henderson2019-10-102-9/+14
|/ / /
* | | Merge pull request #1993 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-10-091-9/+15
|\ \ \
| * | | Improvements in response to Allen's suggestions.Larry Knox2019-10-091-12/+12
| * | | Corrections and improvements to testh5dump.sh.in changes.Larry Knox2019-10-091-34/+10
| * | | Fix errors in testh5dump.sh tests that grep for reference error messages.Larry Knox2019-10-091-3/+33
| |/ /
* | | Merge pull request #1994 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:ref_fix to developJerome Soumagne2019-10-091-1/+1
|\ \ \ | |/ / |/| |
| * | Fix func enter macro in H5T_ref_reclaim()Jerome Soumagne2019-10-091-1/+1
|/ /
* | Merge pull request #1991 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-10-081-3/+3
|\ \