summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\
| * More whitespace changesAllen Byrne2019-10-032-211/+57
| * Whitespace cleanupAllen Byrne2019-10-031-159/+157
|/
* Merge pull request #1973 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-029-302/+198
|\
| * HDFFV-10919 merge synchingAllen Byrne2019-10-028-301/+189
| * HDFFV-10408,10918 Add noteAllen Byrne2019-10-021-1/+9
|/
* Merge pull request #1968 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-022-1/+121
|\
| * HDFFV-10918 add tests for h5repack ext storageAllen Byrne2019-10-012-1/+121
|/
* Merge pull request #1966 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-10-011-0/+1
|\
| * Add new toolchain fileAllen Byrne2019-10-011-0/+1
* | Merge pull request #1959 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/itera...Vailin Choi2019-10-012-6/+15
|\ \ | |/ |/|
| * Fixed the iteration error in test_versionbounds() in test/dtypes.c.Vailin Choi2019-09-302-6/+15
* | Merge pull request #1963 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-303-58/+61
|\ \
| * | fix for statement declare of typeAllen Byrne2019-09-303-58/+61
|/ /
* | Merge pull request #1958 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:develop to developJake Smith2019-09-301-24/+65
|\ \
| * | Move function-scope macro definition to file-scope.Jacob Smith2019-09-301-5/+6
| * | Refactor external file addition loop to static function.Jacob Smith2019-09-291-18/+57
| * | fix declaring variable in for statementJacob Smith2019-09-281-9/+10
| |/
* | Merge pull request #1960 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-301-0/+29
|\ \ | |/ |/|
| * Add clang toolchainAllen Byrne2019-09-301-0/+29
|/
* Merge pull request #1957 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-09-281-1/+1
|\
| * Number of arguments requires H5Dopen2.Larry Knox2019-09-281-1/+1
|/
* Merge pull request #1956 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2019-09-271-0/+2
|\
| * Corrected missing parallel #ifdefs.Dana Robinson2019-09-271-0/+2
|/
* Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-09-273-36/+343
|\
| * (1) Address the feedback from the PR reviewVailin Choi2019-09-263-15/+27
| * Merge pull request #21 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-09-26106-3647/+4619
| |\
| * | Fix for HDFFV-10585 investigate hyperslab slowness:Vailin Choi2019-09-192-36/+331
| * | Merge pull request #20 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-09-1936-895/+1146
| |\ \
| * \ \ Merge pull request #19 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-09-10224-24054/+27016
| |\ \ \