summaryrefslogtreecommitdiffstats
path: root/src/H5.c
Commit message (Expand)AuthorAgeFilesLines
* Removes MPE instrumentation support. (#2245)Dana Robinson2022-11-091-36/+0
* Removes the memory allocation sanity checks feature (#2218)Dana Robinson2022-11-031-47/+6
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Update develop branch version to 1.13.4-1 (#2189)Larry Knox2022-10-261-2/+2
* Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)Larry Knox2022-08-121-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-5/+5
* Fixes a typo in H5.c (#1639)Dana Robinson2022-04-141-1/+1
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-1/+12
* Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...Larry Knox2022-03-011-2/+2
* Fix release check version logic (#1438)Allen Byrne2022-02-241-10/+9
* Call FUNC_ENTER immediately in H5_init_library (#1287)jhendersonHDF2021-12-131-2/+2
* Make sure plugin interface is initialized before property list interface phas...jhendersonHDF2021-11-231-0/+2
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-133/+172
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+3
* 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