| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 1 | -4/+3 |
|
|
* | Remove most debugging shims & scaffolding. | Quincey Koziol | 2018-11-04 | 1 | -16/+0 |
|
|
* | Add ref counter to VOL object wrapping in API contexts, so that re-entrant / | Quincey Koziol | 2018-10-29 | 1 | -1/+1 |
|
|
* | Convert attribute VOL callbacks to a standard form that sets up the wrapper | Quincey Koziol | 2018-10-29 | 1 | -1/+1 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-10-25 | 1 | -1/+0 |
|\ |
|
| * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 1 | -1/+1 |
|
|
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -4/+20 |
|/ |
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -76/+60 |
|
|
* | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -106/+86 |
|
|
* | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -5/+5 |
|
|
* | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -223/+36 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -24/+35 |
|\ |
|
| * | Modifications made based on comments from pull request. | Vailin Choi | 2018-02-07 | 1 | -1/+1 |
|
|
| * | Changes made based on code reviews. | Vailin Choi | 2018-01-12 | 1 | -6/+11 |
|
|
| * | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-12-08 | 1 | -41/+44 |
| |\ |
|
| * \ | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 1 | -8/+6 |
| |\ \ |
|
| * | | | Initial checkin for library version bounds | Vailin Choi | 2017-10-03 | 1 | -18/+24 |
| |/ / |
|
* | | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -200/+780 |
| |/
|/| |
|
* | | Normalization with VOL integration branch. | Dana Robinson | 2017-12-01 | 1 | -8/+8 |
|
|
* | | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 1 | -33/+36 |
|/ |
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Tentative fix for valgrind issues related to EoC. | Dana Robinson | 2016-11-26 | 1 | -1/+1 |
|
|
* | Description: | Quincey Koziol | 2016-09-27 | 1 | -3/+2 |
|
|
* | [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute wh... | Vailin Choi | 2016-08-19 | 1 | -2/+15 |
|
|
* | [svn-r30219] Description: | Quincey Koziol | 2016-07-22 | 1 | -8/+14 |
|
|
* | [svn-r30143] Fix for HDFFV-9940. | Vailin Choi | 2016-07-04 | 1 | -0/+5 |
|
|
* | [svn-r29612] Description: | Quincey Koziol | 2016-04-03 | 1 | -7/+6 |
|
|
* | [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU... | Mohamad Chaarawi | 2016-02-07 | 1 | -3/+3 |
|
|
* | [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che... | Mohamad Chaarawi | 2016-01-21 | 1 | -2/+2 |
|
|
* | [svn-r28702] Description: | Quincey Koziol | 2015-12-17 | 1 | -1/+1 |
|
|
* | [svn-r27938] Fix private/public H5A_get_type and H5A_get_space | Jerome Soumagne | 2015-10-02 | 1 | -34/+24 |
|
|
* | [svn-r27768] Description: | Quincey Koziol | 2015-09-14 | 1 | -31/+39 |
|
|
* | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 1 | -2/+2 |
|
|
* | [svn-r27089] move private functions from H5A.c to H5Aint.c | Mohamad Chaarawi | 2015-05-15 | 1 | -0/+263 |
|
|
* | [svn-r27068] Description: | Quincey Koziol | 2015-05-15 | 1 | -285/+22 |
|
|
* | [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered | Dana Robinson | 2015-05-10 | 1 | -5/+9 |
|
|
* | [svn-r26777] - Fix usage of the internal AC global dxpls | Mohamad Chaarawi | 2015-04-10 | 1 | -5/+5 |
|
|
* | [svn-r25468] some code refactoring to align trunk with VOL branch. | Mohamad Chaarawi | 2014-07-22 | 1 | -0/+1152 |
|
|
* | [svn-r22601] Purpose: Fix HDFFV-5853 | Neil Fortner | 2012-07-25 | 1 | -1/+1 |
|
|
* | [svn-r22582] Description: | Quincey Koziol | 2012-07-16 | 1 | -38/+38 |
|
|
* | [svn-r22173] Purpose: Fix HDFFV-7762 | Neil Fortner | 2012-03-28 | 1 | -0/+10 |
|
|
* | [svn-r21919] Description: | Quincey Koziol | 2012-02-09 | 1 | -17/+17 |
|
|
* | [svn-r21629] Purpose: Update fix committed in r21556 | Neil Fortner | 2011-10-20 | 1 | -6/+15 |
|
|
* | [svn-r21617] Description: | Quincey Koziol | 2011-10-20 | 1 | -0/+4 |
|
|
* | [svn-r21556] Purpose: Fix bug in H5Ocopy | Neil Fortner | 2011-10-13 | 1 | -132/+54 |
|
|
* | [svn-r21476] The first part fix for bug HDFFV-7640: does not need to do H5O_m... | Vailin Choi | 2011-10-05 | 1 | -1/+1 |
|
|
* | [svn-r20536] Description: | Quincey Koziol | 2011-04-17 | 1 | -3/+6 |
|
|
* | [svn-r20487] Bug 1386 - allow dimension size to be zero even though it isn't ... | Raymond Lu | 2011-04-12 | 1 | -2/+3 |
|
|
* | [svn-r19461] Purpose: Fix bug 1864 | Neil Fortner | 2010-09-21 | 1 | -1/+2 |
|
|