summaryrefslogtreecommitdiffstats
path: root/src/H5.c
Commit message (Expand)AuthorAgeFilesLines
* Minor normalizations with developDana Robinson2020-08-161-10/+10
* Normalization of H5MM and H5FL with develop. Adds the newDana Robinson2020-07-081-0/+81
* Reduce overhead for H5open, which is involved in the public symbols like H5T_...Dana Robinson2020-06-221-3/+5
* Brought H5E package in line with develop.Dana Robinson2020-05-171-7/+9
* OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-231-10/+10
* Replaced all MPI-1 calls with MPI-2 equivalents (from develop).Dana Robinson2018-12-311-1/+1
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-261-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
* [svn-r23713] Description:Quincey Koziol2013-05-211-2/+2
* [svn-r23346] First commit for DESY project. It has the basic functionality o...Raymond Lu2013-03-131-0/+1
* [svn-r23219] Description:Quincey Koziol2013-02-021-5/+5
* [svn-r22324] Description:Quincey Koziol2012-04-291-1/+1
* [svn-r21919] Description:Quincey Koziol2012-02-091-8/+8
* [svn-r20536] Description:Quincey Koziol2011-04-171-3/+26