Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t * | Jerome Soumagne | 2019-12-05 | 1 | -10/+10 |
| | |||||
* | Merge pull request #2059 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_nullref to ↵ | Jerome Soumagne | 2019-11-28 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | develop * commit '6b68cc352ffabb5fe997db1eb52216b3ee80e669': H5R: fix H5Tconv to check for null references | ||||
| * | H5R: fix H5Tconv to check for null references | Jerome Soumagne | 2019-11-26 | 1 | -1/+2 |
| | | | | | | | | | | | | Valid for both deprecated and non-deprecated references Update test | ||||
* | | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE | Jerome Soumagne | 2019-11-27 | 1 | -3/+3 |
|/ | | | | Remove H5F__get_file_id() and use only private routine instead | ||||
* | Fix issue where H5R__reopen_file did not make the file "post open" | Neil Fortner | 2019-11-12 | 1 | -0/+9 |
| | | | | callback. | ||||
* | Fix encode and decode of tokens in H5VLnative | Jerome Soumagne | 2019-10-11 | 1 | -52/+67 |
| | | | | | | | | Fix encode and decode of deprecated object reference addresses Make H5Rdeprec.c use tokens instead of haddr_t Fix H5Oopen_by_addr() to serialize addr to token | ||||
* | Add new H5R API that abstracts object, region and attribute reference types | Jerome Soumagne | 2019-10-08 | 1 | -442/+1414 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also support references to external files Add new H5T_REF type and type conversion routines Support conversion from H5T_REF_OBJ/DSET_REG to H5T_REF Add H5Treclaim() API to reclaim memory of vlen/reference types Deprecate H5Dvlen_reclaim() Fix H5T_vlen_reclaim() and H5T_reclaim() to use private callback Add H5T_ref_reclaim() Move previous H5R APIs to H5Rdeprec.c Clean up H5Ocopy Separate H5O_copy_expand_ref() to H5Ocopy_ref() Add support for copying new reference types Clean up deprecated routines to go through VOL and same code path Fix return codes in existing trefer.c test Rename trefer.c to trefer_deprec.c trefer.c is for new references Add performance test for trefer Add additional obj_copy_ref test Make use of tokens and blobs to store references Skip blob encoding for object references Start adding new reference examples | ||||
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
| | |||||
* | Warning fixes: | Dana Robinson | 2019-06-28 | 1 | -2/+1 |
| | | | | | | * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c | ||||
* | Warning cleanup | Quincey Koziol | 2019-04-25 | 1 | -0/+1 |
| | |||||
* | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. | Vailin Choi | 2019-04-06 | 1 | -0/+3 |
| | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue. | ||||
* | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 1 | -32/+6 |
| | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
* | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 1 | -2/+2 |
| | |||||
* | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -11/+3 |
| | | | | modified: test/dsets.c | ||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -2/+1 |
| | |||||
* | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -9/+7 |
| | |||||
* | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -10/+10 |
| | | | | orginally intended to support the full SWMR feature. | ||||
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵ | hdftest | 2018-06-24 | 1 | -2/+2 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. | ||||
* | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-06-14 | 1 | -2/+2 |
|\ | |||||
| * | Normalization with the vol_integration branch. | Dana Robinson | 2018-06-06 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-06-04 | 1 | -9/+8 |
|\ \ | |/ | |||||
| * | Normalize with vol_integration. | Dana Robinson | 2018-05-29 | 1 | -9/+8 |
| | | |||||
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-08 | 1 | -70/+72 |
|\ \ | |/ | |||||
| * | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -70/+72 |
| | | |||||
* | | Resolve conflicts from previous merge. | Vailin Choi | 2017-12-05 | 1 | -2/+2 |
|/ | |||||
* | Split internal H5R functionality into H5Rint.c. | Dana Robinson | 2017-11-08 | 1 | -0/+767 |