summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-2910-11/+167
* 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
| * | Add H5VL_OBJECT_GET_TYPE to get object typeJerome Soumagne2019-10-083-1/+63
| * | Add H5VL_MAX_TOKEN_SIZE and H5VL_token_tJerome Soumagne2019-10-081-0/+7
| * | Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info.Quincey Koziol2019-10-088-81/+135
| * | Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-0814-104/+490
| * | Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-0822-468/+1033
* | | Merge pull request #1987 in HDFFV/hdf5 from HDFFV-10539-2GB-Write-Independent...Richard Warren2019-10-087-194/+306
|\ \ \ | |/ / |/| |
| * | Remove debugging logic from the new t_bigio testRichard Warren2019-10-081-18/+0
| * | Expanded t_bigio.c to include Jordan's test from HDFFV-10539Richard Warren2019-10-081-3/+82
| * | Another cleanup pass as suggested by the reviewers.Richard Warren2019-10-073-8/+5
| * | Fix some typos and remove an unused prototype from H5Sprivate.hRichard Warren2019-10-072-2/+1
| * | At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5...Richard Warren2019-10-076-177/+211
| * | Made code review edit suggested by Jerome, plus various code updates to files...Richard Warren2019-10-072-9/+9
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Richard Warren2019-10-072-80/+88
| |\ \ | |/ / |/| |
| * | No functional changes, just removed some tab charactersRichard Warren2019-10-051-4/+4
| * | Make the initial bug fixes to allow >2GB writes with Independent IORichard Warren2019-10-054-26/+47
| | * Change reference test to grep for specific errorAllen Byrne2019-10-071-3/+3
| |/ |/|
* | Merge pull request #1985 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Gget_object_...Dana Robinson2019-10-042-80/+88
|\ \ | |/ |/|
| * Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-042-80/+88
|/
* 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
|\