summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2014 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...hdf5-1_12_0-alpha0Larry Knox2019-10-221-7/+5
|\
| * Add missing 's'.Larry Knox2019-10-221-1/+1
| * Update url for S3 and HDFS vfds in RELEASE.txt.Larry Knox2019-10-221-6/+4
|/
* Merge pull request #2013 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...Larry Knox2019-10-211-0/+1
|\
| * Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_l...Larry Knox2019-10-210-0/+0
| |\ | |/ |/|
* | Merge pull request #2012 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...Larry Knox2019-10-217-959/+1315
|\ \
| | * Update MANIFEST.Larry Knox2019-10-211-0/+1
| |/
| * Fix typos.Larry Knox2019-10-211-5/+5
| * Add HISTORY-1_10_0-1_12_0.txt.Larry Knox2019-10-211-0/+1180
| * Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file.Larry Knox2019-10-216-959/+135
|/
* Merge pull request #2005 in HDFFV/hdf5 from HDFFV-10539-2GB-Write-Independent...Richard Warren2019-10-157-194/+306
|\
| * Added the two missing files from the previous PR as requested by LesRichard Warren2019-10-152-7/+9
| * Initial 2GB port from develop to the 1_12 branchRichard Warren2019-10-155-187/+297
|/
* Merge pull request #2004 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_endian_1_12 t...Larry Knox2019-10-138-158/+226
|\
| * Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-118-158/+226
|/
* Merge pull request #2001 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_12_alpha_mer...Dana Robinson2019-10-1111-160/+448
|\
| * Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-112-80/+88
| * Fixed the java assert issue with H5O cache corking calls.Dana Robinson2019-10-111-3/+4
| * Corrected missing parallel #ifdefs.Dana Robinson2019-10-111-0/+2
| * Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-10-116-57/+252
| * Marked up H5Fget/set_mpi_atomicity() to use the VOL.Dana Robinson2019-10-114-23/+105
* | Merge pull request #2002 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_i...Vailin Choi2019-10-112-6/+15
|\ \ | |/ |/|
| * Merge pull request #1959 from develop to 1.12.Vailin Choi2019-10-112-6/+15
|/
* Merge pull request #1999 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_12 to hdf...Jordan Henderson2019-10-1011-27/+131
|\
| * Fix various Java issues when deprecated symbols are disabledJordan Henderson2019-10-1011-27/+131
|/
* Merge pull request #1997 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_12 to hdf...Jordan Henderson2019-10-102-9/+14
|\
| * Unify code between H5Lcopy and H5LmoveJordan Henderson2019-10-102-9/+14
|/
* Merge pull request #1995 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...Larry Knox2019-10-091-10/+17
|\
| * Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_l...Larry Knox2019-10-09105-2890/+12332
| |\ | |/ |/|
* | Merge pull request #1990 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:references_1_12 t...Larry Knox2019-10-09104-2854/+11989
|\ \
| * | Fix func enter macro in H5T_ref_reclaim()Jerome Soumagne2019-10-091-1/+1
| * | 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 #1962 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_H...Vailin Choi2019-10-093-36/+343
|\ \ \ | |/ / |/| |
| * | Merge pull request #1957 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-09-301-1/+1
| * | Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-09-303-36/+343
| | * Final improvements.Larry Knox2019-10-091-38/+15
| | * Fix errors in testh5dump.sh tests that grep for reference error messages.Larry Knox2019-10-091-0/+30
| |/ |/|
* | Merge pull request #1981 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2019-10-033-370/+214
|\ \
| * | More whitespace changesAllen Byrne2019-10-032-211/+57
| * | Whitespace cleanupAllen Byrne2019-10-031-159/+157
|/ /