| Commit message (Expand) | Author | Age | Files | Lines |
* | Remember the info for the last ID looked up for a given ID type. | Quincey Koziol | 2020-06-09 | 1 | -2/+22 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -17/+17 |
|
|
* | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-02-10 | 1 | -1/+2 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -2/+2 |
|
|
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2019-12-20 | 1 | -8/+7 |
|
|
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE | Jerome Soumagne | 2019-11-27 | 1 | -1/+8 |
|
|
* | Fixed the java assert issue with H5O cache corking calls. | Dana Robinson | 2019-10-03 | 1 | -3/+4 |
|
|
* | Converted H5O MD cache cork calls to use the VOL. | Dana Robinson | 2019-09-27 | 1 | -0/+50 |
|
|
* | Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter | Jerome Soumagne | 2019-08-14 | 1 | -1/+1 |
|
|
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+5 |
|
|
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -45/+45 |
|
|
* | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -1/+1 |
|
|
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -1/+1 |
|
|
* | Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME | Jerome Soumagne | 2019-05-23 | 1 | -1/+1 |
|
|
* | Fix issue with H5Iiterate always stopping with an error after the first itera... | Jordan Henderson | 2019-04-23 | 1 | -0/+2 |
|
|
* | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying | Quincey Koziol | 2019-04-21 | 1 | -1/+1 |
|
|
* | Fixed HDFFV-10210 and HDFFV-10587 | Binh-Minh Ribler | 2019-03-20 | 1 | -0/+3 |
|
|
* | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 1 | -1/+0 |
|
|
* | Switch loc_params to VOL callbacks to pass struct by pointer instead of by | Quincey Koziol | 2018-11-22 | 1 | -1/+1 |
|
|
* | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 1 | -15/+6 |
|
|
* | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -6/+6 |
|
|
* | Checkpoint progress on stacking VOL plugins - all standalone regression tests | Quincey Koziol | 2018-10-26 | 1 | -9/+6 |
|
|
* | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -9/+7 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-10-25 | 1 | -27/+11 |
|\ |
|
| * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 1 | -29/+13 |
|
|
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -91/+87 |
|/ |
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -22/+283 |
|
|
* | Updated the H5I debug dump to not segfault when types are not initialized | Dana Robinson | 2018-10-06 | 1 | -9/+16 |
|
|
* | The H5I debug ID dump function is now always available instead | Dana Robinson | 2018-10-06 | 1 | -26/+15 |
|
|
* | Normalization with vol_integration (property lists, file drivers, | Dana Robinson | 2018-09-21 | 1 | -6/+7 |
|
|
* | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -3/+3 |
|
|
* | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -38/+2 |
|
|
* | Normalization with the vol_integration branch. | Dana Robinson | 2018-06-06 | 1 | -231/+238 |
|
|
* | Normalize with vol_integration. | Dana Robinson | 2018-05-29 | 1 | -58/+52 |
|
|
* | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -15/+0 |
|
|
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -5/+57 |
|
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-12-01 | 1 | -367/+290 |
|
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 1 | -44/+32 |
|
|
* | * Reverted removal of H5I_REFERENCE to avoid breaking binary | Dana Robinson | 2017-07-03 | 1 | -2/+2 |
|
|
* | * Made H5FD_driver_query() a private function instead of static. | Dana Robinson | 2017-05-24 | 1 | -2/+2 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | [svn-r30075] Description: | Quincey Koziol | 2016-06-14 | 1 | -0/+67 |
|
|
* | [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me... | Mohamad Chaarawi | 2016-02-10 | 1 | -1/+1 |
|
|
* | [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che... | Mohamad Chaarawi | 2016-01-21 | 1 | -1/+1 |
|
|
* | [svn-r27768] Description: | Quincey Koziol | 2015-09-14 | 1 | -84/+60 |
|
|
* | [svn-r27415] Fix potential error with H5I_clear_type which could occur when a... | Neil Fortner | 2015-07-20 | 1 | -56/+82 |
|
|
* | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 1 | -2/+2 |
|
|
* | [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered | Dana Robinson | 2015-05-10 | 1 | -3/+3 |
|
|
* | [svn-r26961] Description: | Quincey Koziol | 2015-04-29 | 1 | -48/+17 |
|
|
* | [svn-r26246] Corrects a regular expression in the bin/trace Perl script that ... | Dana Robinson | 2015-02-20 | 1 | -0/+3 |
|
|