summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-47/+47
* [1.14 Merge] Fix assertion failure during file close on error (#3463)jhendersonHDF2023-09-011-3/+17
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-109/+110
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-26/+24
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-271-19/+19
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-31/+0
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-51/+51
* 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
| * Changes made based on code reviews.Vailin Choi2018-01-121-17/+70
| * (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-0/+4
| |\
| * \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-10-171-40/+87
| |\ \ | | |/
| * | Initial checkin for library version boundsVailin Choi2017-10-031-13/+33
* | | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-155/+125
| |/ |/|
* | Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-111-51/+51