summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-10/+7
* Move ext_path field in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-29/+7
* Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-6/+6
* Add a 'closing' flag on the shared file struct, and switch several of theQuincey Koziol2019-08-261-0/+3
* Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-10/+10
* Begin converting the H5MF interface to use shared file pointers insteadQuincey Koziol2019-08-211-1/+1
* Finish converting H5PB_* routines to use shared file pointer, instead of topQuincey Koziol2019-08-201-3/+3
* First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-191-1/+1
* Partial H5F__accum_* routines.Quincey Koziol2019-08-191-3/+3
* Changes based on PR feedback.Vailin Choi2019-08-151-2/+4
* Merge pull request #17 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-08-151-5/+5
|\
| * Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameterJerome Soumagne2019-08-141-5/+5
* | Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly wit...Vailin Choi2019-08-141-1/+1
|/
* Added the map (H5M) APIDana Robinson2019-08-131-0/+6
* Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-1/+1
* Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-101-2/+2
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-6/+5
* Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-241-0/+2
|\
| * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+2
* | Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-3/+3
|/
* Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-2/+2
* Improvements to the H5Fis_accessible() and H5Fis_hdf5() testsDana Robinson2019-04-251-1/+1
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-1/+1
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-031-1/+1
|\
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-11/+2
|/
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-21/+23
* Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-271-1/+2
|\
| * Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+2
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2018-12-191-1/+2
|\ \ | |/
| * Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-0/+1
| * Merge branch 'develop' into vol_optional_enum_to_macrosDana Robinson2018-12-181-20/+28
| |\
| | * Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback.Quincey Koziol2018-12-181-18/+15
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-171-2/+0
| | |\
| * | | Updated enums in VOL va_lists to be passed as ints.Dana Robinson2018-12-181-1/+1
| | |/ | |/|
* | | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-181-0/+24
* | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-181-51/+29
|\ \ \
| * \ \ Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to developQuincey Koziol2018-12-181-2/+13
| |\ \ \ | | |/ / | |/| / | | |/
| | * Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns outQuincey Koziol2018-12-171-2/+13
| * | Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...Dana Robinson2018-12-171-2/+0
| |\ \ | | |/ | |/|
| | * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-2/+0
| * | Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-1/+1
| |/
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-582/+629
|\ \ | |/
| * Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
| * Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-181-3/+2
| * Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-45/+119
| * Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-56/+120
| * Switch driver | plugin => connector.Quincey Koziol2018-11-041-11/+11
| * Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-7/+6
| * Eliminate last call to H5VL_native_register, shifting everything over toQuincey Koziol2018-10-261-1/+9