summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix warnings from Intel compiler"kmu2019-11-2647-120/+100
* Revert "fix warnings and some text alignment"kmu2019-11-261-12/+14
* Revert "let hdf5 pick up the right compiler in Intel environment"kmu2019-11-264-121/+10
* Revert "fix issues from previous PR comments"kmu2019-11-2638-90/+77
* Revert "using a different MACRO"kmu2019-11-2635-103/+98
* using a different MACROkmu2019-11-2535-98/+103
* fix issues from previous PR commentskmu2019-11-2538-77/+90
* let hdf5 pick up the right compiler in Intel environmentkmu2019-11-144-10/+121
* fix warnings and some text alignmentkmu2019-11-111-14/+12
* Merge branch 'develop' of https://git.hdfgroup.org/scm/~kmu/hdf5 into developkmu2019-11-0729-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
* | | fix warnings from Intel compilerkmu2019-11-0747-100/+120
|/ /
* | 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
|\ \
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-10-08111-3048/+12295
| |\ \ | |/ / |/| |
* | | Merge pull request #1931 in HDFFV/hdf5 from feature/references to developJerome Soumagne2019-10-08104-2854/+11989
|\ \ \
| * | | Update RELEASE.txt for reference changesJerome Soumagne2019-10-081-0/+10
| * | | Fix reference type comparison in h5dumpJerome Soumagne2019-10-081-1/+5
| * | | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-0831-274/+276
| * | | Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-0854-1953/+10097
| * | | Remove ability to loc by ref from H5VL layerJerome Soumagne2019-10-083-113/+2
| * | | Add support for retrieving object name by tokenJerome Soumagne2019-10-081-0/+12