summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-091-11/+7
* | Edits to the file open optimization and associated testmainzer2017-10-051-11/+36
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Richard Warren2017-09-281-0/+3
|\ \ | |/
| * Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-0/+3
* | The initial coding for the superblock read optizationRichard Warren2017-09-281-2/+28
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-41/+130
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-22/+29
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-7/+10