summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* HDFFV-10876 Merge from developAllen Byrne2019-12-091-21/+17
* Merge pull request #2116 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:hdf5-1_12-ref_tok...Jerome Soumagne2019-12-0919-180/+429
|\
| * Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2019-12-097-33/+35
| * Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2019-12-091-2/+6
| * H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-12-094-42/+300
| * Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-12-0916-103/+88
* | Modify H5Ssel_iter_get_seq_list() to accept iterators that have reachedNeil Fortner2019-12-091-1/+1
|/
* Merge pull request #2114 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:hdf5-1_12-revert ...Jerome Soumagne2019-12-0935-142/+68
|\
| * 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