summaryrefslogtreecommitdiffstats
path: root/src/H5.c
Commit message (Expand)AuthorAgeFilesLines
* Updated subfiling_VFD with Selection_io (#1352)Scot Breitenfeld2022-01-181-2/+2
* Merge branch 'selection_io' into selection_io_with_subfiling_vfd (#1265)Scot Breitenfeld2021-12-061-0/+2
* subfiling with selection IO (#1219)Scot Breitenfeld2021-11-231-133/+172
* Merge branch 'hdf5_canon-develop' into selection_ioNeil Fortner2021-10-181-1/+3
|\
| * VFD plugins (#602)jhendersonHDF2021-09-291-1/+3
* | Merge branch 'develop' into selection_ioNeil Fortner2021-10-181-103/+157
|\ \ | |/
| * Unsigned comparison to 0 warning avoidance (#869)Larry Knox2021-08-021-3/+4
| * Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid (#866)Larry Knox2021-07-301-1/+3
| * Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-271-90/+151
| * Fix several warnings (#747)jhendersonHDF2021-06-161-6/+3
| * Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-291-4/+0
| * Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
| * Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-3/+0
* | Fix comments and run formatter.Neil Fortner2021-09-271-7/+6
* | Add support for independent parallel I/O with selection I/O. AddNeil Fortner2021-09-031-0/+10
* | Add selection I/O to chunk code, used when: not using chunk cache, noNeil Fortner2021-05-041-0/+2
|/
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-2/+2
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-17/+31
* Add H5atclose and H5is_library_terminating routines. (#139)Quincey Koziol2020-12-011-8/+117
* Minor cleanups (#132)Quincey Koziol2020-11-261-5/+5
* Enhance API tracing (#120)Quincey Koziol2020-11-261-6/+7
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-0/+1
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-181-0/+36
* Clang-format of source filesAllen Byrne2020-09-301-273/+254
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-14/+10
* Reduce overhead for H5open, which is involved in the public symbols like H5T_...Quincey Koziol2020-06-161-3/+5
* Trim trailing whitespaceQuincey Koziol2020-04-201-7/+7
* Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-201-16/+4
* Merge remote-tracking branch 'origin/develop' into alloc_statsQuincey Koziol2020-03-201-1/+3
|\
| * Fix shutdown errors when using the HDF5_VOL_CONNECTOR environmentDana Robinson2020-03-181-1/+3
* | Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-101-0/+93
|/
* Added the map (H5M) APIDana Robinson2019-08-131-0/+3
* Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-1/+5
* Yanked all MPI-1 callsDana Robinson2018-11-271-1/+1
* VOL FEATUREDana Robinson2018-10-101-0/+4
* Develop normalization with vol_integration.Dana Robinson2018-09-191-10/+10
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* Resolve memory leak of last API context, by freeing it in H5CX terminateQuincey Koziol2018-04-181-2/+1
* Revert "Close memory leak of last API context when shutting library down."Quincey Koziol2018-04-181-2/+2
* Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-171-2/+2
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-19/+17
|\
| * Normalization with VOL integration branch.Dana Robinson2017-12-051-12/+12
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-2/+12
|/
* Normalization with VOL integration branch.Dana Robinson2017-12-011-0/+1
* Normalization with VOL integration branch.Dana Robinson2017-11-301-58/+7
* Fix for HDFFV-10160Vailin Choi2017-06-291-0/+7
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Fixed problems that prevent bin/trace from marking up some functions.Dana Robinson2017-04-211-3/+3
* [svn-r29350] Revert h5check_version change to check LT_VERS_XXXX numbers rath...Larry Knox2016-03-081-130/+0