summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for HDFFV-11052: h5debug fails on a corrupted file (h5_nrefs_POC)… (#2291)vchoi-hdfgroup2022-12-131-1/+3
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix inappropriate use of HGOTO_ERROR (#2055)Neil Fortner2022-08-221-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-25/+25
* Persist dataset access properties when using H5Fstart_swmr_write (#1862)Neil Fortner2022-07-191-12/+75
* Fix invalid comment about character encoding in H5Fint.c (#1845)jhendersonHDF2022-07-011-2/+5
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-12/+12
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-7/+7
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-43/+11
* VFD plugins (#602)jhendersonHDF2021-09-291-5/+12
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-35/+37
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+25
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-7/+3
* File locks now work on Windows (#480)Dana Robinson2021-03-221-9/+27
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F...jhendersonHDF2021-02-171-6/+22
* Check for wrap context before unwrapping file VOL object in H5F__dest (#325)jhendersonHDF2021-02-101-1/+9
* Unwrap file VOL object when destroying file (#308)jhendersonHDF2021-02-061-9/+11
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-2/+2
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-2/+3
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-10/+8
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-803/+789
* Moves lock flag to H5F_shared_t and adds test.Dana Robinson2020-08-171-6/+11
* Adds fix for H5Fstart_swmr_write lock issueDana Robinson2020-08-171-4/+15
* Merge branch 'develop' into mdc_sl_optmainzer2020-08-151-1/+1
|\
| * Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-18/+248
| |\
| * | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
* | | Merge branch 'develop' into mdc_sl_optmainzer2020-08-131-18/+248
|\ \ \ | | |/ | |/|
| * | Renames BEST-EFFORT to BEST_EFFORT for file locking env varDana Robinson2020-08-061-1/+1
| * | Squash merge of file locking fixesDana Robinson2020-08-031-18/+248
| |/
* | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-0/+10
|/
* Minor normalizations with HDF5 1.10.Dana Robinson2020-06-071-2/+2
* Normalization with hdf5_1_10Dana Robinson2020-06-011-8/+8
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-311-1/+1
* merge and fix conflictkmu2020-01-231-76/+14
|\
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-72/+0
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-4/+14
* | fix uninitizlized warningkmu2020-01-211-2/+2
|/
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-47/+18
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-2/+40
* 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