summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-47/+47
* Revise file close assertion failure fix (#3418)jhendersonHDF2023-08-251-3/+17
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-109/+110
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-14/+14
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-31/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-49/+49
* Remove H5F_evict_tagged_metadata() (#3165)Dana Robinson2023-06-211-10/+9
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-19/+19
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-1/+0
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-0/+1
* CVE 2021 46242 develop (#2255)Egbert Eich2022-12-021-2/+6
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-5/+5
* Convert assertion on (possibly corrupt) file contents to normal error check (...jhendersonHDF2022-07-081-1/+3
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-1/+1
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-7/+7
* Clang-format of source filesAllen Byrne2020-09-301-416/+423
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-4/+1
* Changed wording in comment.Binh-Minh Ribler2020-06-301-2/+2
* - added comment to explain a klugeBinh-Minh Ribler2020-06-291-0/+2
* Fix HDFFV-11053Binh-Minh Ribler2020-05-261-0/+4
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-1/+1
* Update versioning to next major versionAllen Byrne2019-09-251-68/+69
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-1/+0
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-281-86/+41
|\
| * Merge pull request #1781 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-06-281-56/+4
| |\
| | * Refactored some fsinfo code from H5Fsuper.c to H5Ofsinfo.c.Dana Robinson2019-06-271-56/+4
| * | (1) Add/remove comments.Vailin Choi2019-06-271-20/+21
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_...Vailin Choi2019-06-261-0/+63
| |\ \ | | |/
| * | Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-241-7/+4
| |\ \
| * | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-16/+22
* | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-8/+9
| |_|/ |/| |
* | | Add release notes.Vailin Choi2019-06-251-2/+1
* | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...Vailin Choi2019-06-241-0/+64
| |/ |/|
* | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-7/+4
|/
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-56/+59
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-3/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-56/+196
|\
| * Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-121-27/+85
| * Fix bounds check for the generation of cache image.Vailin Choi2018-01-221-4/+0