| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
|
|
* | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -1/+5 |
|
|
* | Yanked all MPI-1 calls | Dana Robinson | 2018-11-27 | 1 | -1/+1 |
|
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+4 |
|
|
* | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -10/+10 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -2/+2 |
|
|
* | Resolve memory leak of last API context, by freeing it in H5CX terminate | Quincey Koziol | 2018-04-18 | 1 | -2/+1 |
|
|
* | Revert "Close memory leak of last API context when shutting library down." | Quincey Koziol | 2018-04-18 | 1 | -2/+2 |
|
|
* | Close memory leak of last API context when shutting library down. | Quincey Koziol | 2018-04-17 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -19/+17 |
|\ |
|
| * | Normalization with VOL integration branch. | Dana Robinson | 2017-12-05 | 1 | -12/+12 |
|
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -2/+12 |
|/ |
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-12-01 | 1 | -0/+1 |
|
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 1 | -58/+7 |
|
|
* | Fix for HDFFV-10160 | Vailin Choi | 2017-06-29 | 1 | -0/+7 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Fixed problems that prevent bin/trace from marking up some functions. | Dana Robinson | 2017-04-21 | 1 | -3/+3 |
|
|
* | [svn-r29350] Revert h5check_version change to check LT_VERS_XXXX numbers rath... | Larry Knox | 2016-03-08 | 1 | -130/+0 |
|
|
* | [svn-r29326] HDFFV-9536: Changed H5check_version() to use libtool shared libr... | Albert Cheng | 2016-03-07 | 1 | -0/+130 |
|
|
* | [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configure | Dana Robinson | 2016-02-22 | 1 | -1/+2 |
|
|
* | [svn-r29084] Revert of: | Dana Robinson | 2016-02-11 | 1 | -2/+1 |
|
|
* | [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci... | Dana Robinson | 2016-02-04 | 1 | -1/+2 |
|
|
* | [svn-r28996] Autotools configure updates to allow separation of build type, d... | Dana Robinson | 2016-01-27 | 1 | -64/+69 |
|
|
* | [svn-r28777] Description: | Quincey Koziol | 2016-01-03 | 1 | -0/+5 |
|
|
* | [svn-r28761] Description: | Quincey Koziol | 2016-01-01 | 1 | -4/+1 |
|
|
* | [svn-r27879] Move property list shutdown earlier in H5_term_library, since wi... | Neil Fortner | 2015-09-25 | 1 | -4/+8 |
|
|
* | [svn-r27834] Description: | Quincey Koziol | 2015-09-21 | 1 | -1/+1 |
|
|
* | [svn-r27768] Description: | Quincey Koziol | 2015-09-14 | 1 | -8/+43 |
|
|
* | [svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed and... | Dana Robinson | 2015-08-27 | 1 | -1/+0 |
|
|
* | [svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. T... | Dana Robinson | 2015-08-26 | 1 | -9/+39 |
|
|
* | [svn-r27427] - free comm keyval after setting atribute on comm_self | Mohamad Chaarawi | 2015-07-23 | 1 | -0/+3 |
|
|
* | [svn-r27162] fix for HDFFV-9412: | Mohamad Chaarawi | 2015-06-08 | 1 | -11/+15 |
|
|
* | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 1 | -1/+1 |
|
|
* | [svn-r26392] Reinstates r26327-8, which had been reverted due to failures on | Dana Robinson | 2015-03-09 | 1 | -3/+86 |
|
|
* | [svn-r26331] Revert checking r 26327&8, which added new code and test that fa... | Larry Knox | 2015-02-28 | 1 | -86/+3 |
|
|
* | [svn-r26327] Added public API functions that expose the C library's memory al... | Dana Robinson | 2015-02-27 | 1 | -3/+86 |
|
|
* | [svn-r26279] re-commit 26260 that Dana moved out fixing the versioning of fun... | Mohamad Chaarawi | 2015-02-23 | 1 | -19/+61 |
|
|
* | [svn-r26271] Reverse merge of r26260 which was causing daily test failures. | Dana Robinson | 2015-02-22 | 1 | -61/+19 |
|
|
* | [svn-r26260] - add an attribute callback to call H5_term_library when MPI_COM... | Mohamad Chaarawi | 2015-02-20 | 1 | -19/+61 |
|
|
* | [svn-r25274] Adds #defines that ensures that DllMain is only compiled in when... | Dana Robinson | 2014-06-13 | 1 | -2/+6 |
|
|
* | [svn-r24961] Updates to Win32 thread-local storage cleanup when the thread-sa... | Dana Robinson | 2014-04-04 | 1 | -3/+70 |
|
|
* | [svn-r24937] Adds an H5free_memory() function to the library for use with | Dana Robinson | 2014-03-31 | 1 | -0/+25 |
|
|
* | [svn-r24285] Eliminate several "passing argument ... with different width due... | Larry Knox | 2013-10-10 | 1 | -1/+1 |
|
|
* | [svn-r23713] Description: | Quincey Koziol | 2013-05-21 | 1 | -2/+2 |
|
|
* | [svn-r23346] First commit for DESY project. It has the basic functionality o... | Raymond Lu | 2013-03-13 | 1 | -0/+1 |
|
|
* | [svn-r23219] Description: | Quincey Koziol | 2013-02-02 | 1 | -5/+5 |
|
|
* | [svn-r22324] Description: | Quincey Koziol | 2012-04-29 | 1 | -1/+1 |
|
|
* | [svn-r21919] Description: | Quincey Koziol | 2012-02-09 | 1 | -8/+8 |
|
|
* | [svn-r20536] Description: | Quincey Koziol | 2011-04-17 | 1 | -3/+26 |
|
|
* | [svn-r19481] I'm backing out my fix for bug 1707 because there're some unreso... | Raymond Lu | 2010-09-27 | 1 | -6/+3 |
|
|