summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix H5F_get_access_plist to copy file locking settings (#4030)jhendersonHDF2024-02-221-32/+71
* Remove cached datatype conversion path table entries on file close (#3942)jhendersonHDF2024-01-231-0/+12
* Rework MPI Info FAPL preserve PR to use VFD 'ctl' operations (#3782)jhendersonHDF2023-11-031-19/+6
* Preserve MPI-I/O file hints when fapl is closed (#3755)vchoi-hdfgroup2023-10-251-5/+18
* Fix H5Pset_evict_on_close failing regardless of actual parallel use (#3761)Glenn Song2023-10-241-2/+16
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-3/+3
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-17/+16
* Remove HD prefix from math functions (#3538)Dana Robinson2023-09-141-3/+3
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-93/+93
* Revise file close assertion failure fix (#3418)jhendersonHDF2023-08-251-5/+5
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-1/+1
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-238/+242
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-54/+54
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-6/+6
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-4/+4
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-2/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-95/+95
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-4/+4
* Only pass efc pointer to H5F__efc_open (#3026)Dana Robinson2023-05-301-14/+19
* Avoid suppressing error output for non-tentative file opens (#2632)jhendersonHDF2023-04-011-11/+41
* 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
|\ \ \ | | |/ | |/|