| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t... | Kimmy Mu | 2020-01-06 | 1 | -1/+1 |
|\ |
|
| * | remove unnecessary check macro | kmu | 2019-12-06 | 1 | -1/+1 |
|
|
| * | fix intel compile warnings | kmu | 2019-12-04 | 1 | -1/+1 |
|
|
* | | Fix some places where H5P_DEFAULT gets passed down to a VOL connector | Jordan Henderson | 2020-01-03 | 1 | -2/+3 |
|/ |
|
* | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2019-11-08 | 1 | -2/+2 |
|
|
* | Add new H5R API that abstracts object, region and attribute reference types | Jerome Soumagne | 2019-10-08 | 1 | -11/+3 |
|
|
* | Update versioning to next major version | Allen Byrne | 2019-09-25 | 1 | -212/+213 |
|
|
* | Fixed a problem in the ohdr test where hard-coded strings passed | Dana Robinson | 2019-06-19 | 1 | -1/+1 |
|
|
* | H5A__free() was renamed to H5A__shared_free() and now requires | Dana Robinson | 2019-06-11 | 1 | -13/+13 |
|
|
* | Fixed a memory issue where unfreed shared attribute dataspace memory | Dana Robinson | 2019-06-11 | 1 | -6/+11 |
|
|
* | Minor warning fixes: | Dana Robinson | 2019-06-05 | 1 | -1/+1 |
|
|
* | Code improvement | Binh-Minh Ribler | 2019-05-05 | 1 | -1/+5 |
|
|
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 1 | -0/+1 |
|
|
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -10/+10 |
|
|
* | 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 |
|
|