summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * 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-0813-104/+489
| * Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-0821-468/+1032
* | Merge pull request #1962 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_H...Vailin Choi2019-10-091-36/+168
|\ \ | |/ |/|
| * Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-09-301-36/+168
* | Whitespace and macro semi-colonAllen Byrne2019-10-027-199/+197
* | More whitespace synchingAllen Byrne2019-10-0213-1695/+1693
* | Cleanup whitespace and comments compared to developAllen Byrne2019-10-021-4/+4
* | fix for statement declare variableAllen Byrne2019-09-302-57/+59
|/
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry Knox2019-09-251-3/+3
* Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package."Dana Robinson2019-09-246-16/+36