summaryrefslogtreecommitdiffstats
path: root/src/H5Fefc.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-2/+2
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-26/+27
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-1/+1
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-6/+6
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-35/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-56/+56
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-2/+2
* Only pass efc pointer to H5F__efc_open (#3026)Dana Robinson2023-05-301-7/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-12/+12
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-4/+4
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* More clang tidy (#908)Sean McBride2021-08-231-4/+4
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-178/+165
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-0/+12
* Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-12/+12
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-0/+16
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-2/+2
* Normalization with vol_integration branch.Dana Robinson2018-06-071-13/+12
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-4/+4
|\
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-48/+83
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-261-4/+4
* [svn-r27811] Description:Quincey Koziol2015-09-161-6/+3
* [svn-r27768] Description:Quincey Koziol2015-09-141-2/+2
* [svn-r25450] Description:Quincey Koziol2014-07-211-4/+3
* [svn-r21919] Description:Quincey Koziol2012-02-091-10/+10
* [svn-r21603] Purpose: Add generic skip list implementationNeil Fortner2011-10-181-1/+1
* [svn-r20778] I changed the macro definition of DIR_SEPC and DIR_SEPS to ']' f...Raymond Lu2011-05-091-1/+1
* [svn-r20064] Purpose: Implement external file cacheNeil Fortner2011-02-081-0/+951