summaryrefslogtreecommitdiffstats
path: root/src/H5.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [svn-r27768] Description:Quincey Koziol2015-09-141-8/+43
* [svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed and...Dana Robinson2015-08-271-1/+0
* [svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. T...Dana Robinson2015-08-261-9/+39
* [svn-r27427] - free comm keyval after setting atribute on comm_selfMohamad Chaarawi2015-07-231-0/+3
* [svn-r27162] fix for HDFFV-9412:Mohamad Chaarawi2015-06-081-11/+15
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-1/+1
* [svn-r26392] Reinstates r26327-8, which had been reverted due to failures onDana Robinson2015-03-091-3/+86
* [svn-r26331] Revert checking r 26327&8, which added new code and test that fa...Larry Knox2015-02-281-86/+3
* [svn-r26327] Added public API functions that expose the C library's memory al...Dana Robinson2015-02-271-3/+86
* [svn-r26279] re-commit 26260 that Dana moved out fixing the versioning of fun...Mohamad Chaarawi2015-02-231-19/+61
* [svn-r26271] Reverse merge of r26260 which was causing daily test failures.Dana Robinson2015-02-221-61/+19
* [svn-r26260] - add an attribute callback to call H5_term_library when MPI_COM...Mohamad Chaarawi2015-02-201-19/+61
* [svn-r25274] Adds #defines that ensures that DllMain is only compiled in when...Dana Robinson2014-06-131-2/+6
* [svn-r24961] Updates to Win32 thread-local storage cleanup when the thread-sa...Dana Robinson2014-04-041-3/+70
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-311-0/+25
* [svn-r24285] Eliminate several "passing argument ... with different width due...Larry Knox2013-10-101-1/+1