summaryrefslogtreecommitdiffstats
path: root/src/H5.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [svn-r29326] HDFFV-9536: Changed H5check_version() to use libtool shared libr...Albert Cheng2016-03-071-0/+130
* [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configureDana Robinson2016-02-221-1/+2
* [svn-r29084] Revert of:Dana Robinson2016-02-111-2/+1
* [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci...Dana Robinson2016-02-041-1/+2
* [svn-r28996] Autotools configure updates to allow separation of build type, d...Dana Robinson2016-01-271-64/+69
* [svn-r28777] Description:Quincey Koziol2016-01-031-0/+5
* [svn-r28761] Description:Quincey Koziol2016-01-011-4/+1
* [svn-r27879] Move property list shutdown earlier in H5_term_library, since wi...Neil Fortner2015-09-251-4/+8
* [svn-r27834] Description:Quincey Koziol2015-09-211-1/+1