summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-0935-142/+68
* | | Merge pull request #2104 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_3 to h...Neil Fortner2019-12-061-1/+2
|\ \ \
| * | | Add H5VL_MAP_OPTIONAL operation id (unused currently).Neil Fortner2019-12-061-1/+2
| |/ /
* | | Merge pull request #2103 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_2 to h...Neil Fortner2019-12-063-8/+26
|\ \ \
| * | | Implement support for using H5Dvlen_get_buf_size withNeil Fortner2019-12-063-8/+26
| |/ /
* | | Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2019-12-062-87/+130
|/ /
* | Merge pull request #2101 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_5 to h...Neil Fortner2019-12-061-4/+4
|\ \
| * | Fix issues with using H5Pget_fill_value() with file datatypes retrievedNeil Fortner2019-12-061-4/+4
* | | Merge pull request #2096 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112 to hdf...Neil Fortner2019-12-061-0/+9
|\ \ \
| * | | Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2019-12-062-1/+10
* | | | Merge pull request #2100 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_4 to h...Neil Fortner2019-12-065-34/+163
|\ \ \ \
| * | | | Fix missing free in H5T__ref_mem_read()Neil Fortner2019-12-061-0/+2
| * | | | Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2019-12-063-10/+16
| * | | | Implement file comparison VOL callback. Other changes to allowNeil Fortner2019-12-064-31/+152
| | |/ / | |/| |
* | | | Merge pull request #2099 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_3 to h...Neil Fortner2019-12-061-17/+113
|\ \ \ \
| * | | | Add support for point selections to H5S_select_project_intersection.Neil Fortner2019-12-061-17/+113
| |/ / /
* | | | Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2019-12-063-87/+100
* | | | Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-12-069-60/+210
|/ / /
* | | Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Richard Warren2019-12-0621-250/+326
|\ \ \ | |/ /
| * | Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-12-067-122/+308
| * | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-12-0634-289/+656
| * | Merge pull request #2080 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_h...Vailin Choi2019-12-063-3/+8
| |\ \
| | * | More fixes for the PR:Vailin Choi2019-12-061-0/+1
| | * | Verify the decoded version for hyperslab selection.Vailin Choi2019-12-052-3/+7
| * | | Add OAPL parameter to H5Rcreate_ APIsJordan Henderson2019-12-063-9/+40
| |/ /
* | | Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-0658-240/+827
|/ /
* | Add changes from PR 2049 to hdf5_1_12 branchChris Hogan2019-12-032-15/+63
* | Check for both default LCPL valuesChris Hogan2019-11-271-2/+2
* | Use API context to store/retrieve LCPL and DCPL propertiesChris Hogan2019-11-2711-17/+285
* | Correct file extensionAllen Byrne2019-11-141-1/+1
* | Fixed the H5_set_bigio_count prototype by adding a missing input argument.Richard Warren2019-10-231-1/+1
* | Rename the set/get bigio_count functions. Also add the renamed prototypes to...Richard Warren2019-10-233-10/+11
* | Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file.Larry Knox2019-10-211-2/+2
* | Added the two missing files from the previous PR as requested by LesRichard Warren2019-10-151-0/+3
* | Initial 2GB port from develop to the 1_12 branchRichard Warren2019-10-154-166/+219
* | Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-118-158/+226
|/
* Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-111-78/+81
* 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
* Unify code between H5Lcopy and H5LmoveJordan Henderson2019-10-102-9/+14
* Merge pull request #1990 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:references_1_12 t...Larry Knox2019-10-0957-1985/+6295
|\
| * Fix func enter macro in H5T_ref_reclaim()Jerome Soumagne2019-10-091-1/+1
| * Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-2/+2
| * Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-0838-1357/+4694
| * 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