summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary sJacob Smith2019-01-021-3/+0
|
* Merge branch 'hdf5_1_10' of ↵Jacob Smith2018-12-311-216/+20
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize_105
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-12-311-216/+20
| | | | | | | | orginally intended to support the full SWMR feature (from develop).
* | Incoporate minimized dataset headers code and tests.Jacob Smith2018-12-311-0/+27
|/
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-141-55/+56
|\
| * Normalization with vol_integration branch.Dana Robinson2018-06-071-55/+56
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-231-38/+38
|\ \ | |/
| * Put back CTRL-L charsAllen Byrne2018-05-231-52/+52
| |
| * Valgrind fixed by checking for prefix_len of 0Allen Byrne2018-05-231-90/+90
| |
* | Fixed libver bounds underscore issueM. Scot Breitenfeld2018-05-111-3/+3
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-213/+916
|\ \ | |/
| * Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
| | | | | | | | after a file is open.
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-011-21/+160
| |\
| | * Created internal functions for a couple of H5F calls.Dana Robinson2018-03-301-0/+318
| |/ |/|
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-48/+411
| |\ | |/ |/| | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-102/+589
| |
* | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-121-3/+38
|\ \ | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * | Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-121-3/+38
| | |
* | | Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.cmainzer2018-03-121-2/+0
| | | | | | | | | | | | Tested parallel (debug and production) and serial (production)
* | | Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-02-201-38/+40
|\ \ \ | |/ /
| * | Modifications made based on comments from pull request.Vailin Choi2018-02-071-4/+4
| | |
| * | Fix bounds check for the generation of cache image.Vailin Choi2018-01-221-4/+0
| | |
| * | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-34/+293
| |\ \
| * | | Changes made based on code reviews.Vailin Choi2018-01-121-2/+34
| | | |
| * | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-33/+33
| |\ \ \ | | | | | | | | | | | | | | | Merge from develop.
| * \ \ \ (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-463/+331
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * | | | | Initial checkin for library version boundsVailin Choi2017-10-031-44/+8
| | | | | | | | | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* | | | | | Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-01-221-36/+295
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | HDFFV-10361 Correct signaturesAllen Byrne2018-01-091-16/+16
| | | | | |
| * | | | | HDDFV-10361 combine duplicated prefix utility functionsAllen Byrne2018-01-051-36/+295
| | |_|/ / | |/| | |
* | | | | Optimized version of avoid truncate patch.M. Scot Breitenfeld2017-12-181-0/+11
|/ / / /
* | | | Normalization with VOL integration branch.Dana Robinson2017-12-051-1/+1
| |_|/ |/| |
* | | Normalization with VOL integration branch.Dana Robinson2017-11-301-32/+32
| |/ |/|
* | Remove tabsAllen Byrne2017-11-081-469/+318
| |
* | Moved the SWMR + cache image check up before the root groupDana Robinson2017-10-211-15/+8
| | | | | | | | is constructed to avoid the special case close.
* | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.Dana Robinson2017-10-191-1/+17
|/ | | | Prep for the VOL merge.
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-2/+6
|
* Fixed HDFFV-10214:Dana Robinson2017-05-191-4/+0
| | | | | | | | | | | | * Updated comments in the library to accurately reflect the semantics of the H5FD_FEAT_POSIX_COMPAT_HANDLE flag. * Removed the check for the POSIX compatible handle feature flag when determining if a VFD supports SWMR. Partial work for HDFFV-10197: * Added a new H5FD_FEAT_DEFAULT_VFD_COMPATIBLE feature flag that is set when a VFD creates output that is compatible with the default VFD. Will be used in the testing but might also be generally useful to users.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Minor code changes to address comments in pull requestmainzer2017-03-171-1/+1
|
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-8/+8
| | | | | | | | | | | | associated bug fixes. Also, modifications to H5PB_dest() to flush the page buffer before destroying the page buffer. This is necessary, as when persistant free space managers are enabled, the page buffer will typically contain dirty FSM data at page buffer destroy time. Tested serial/debug, serial/production, serial/check-vfd/debug, parallel/debug, parallel/production on Jelly.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-2/+110
|
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-57/+66
|
* Align with incoming page buffering changes: minor cleanups, centralize removingQuincey Koziol2017-03-071-8/+3
| | | | entries from collective metadata read list
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-8/+8
|
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-201-6/+9
|
* Cache image feature and testingQuincey Koziol2017-01-291-1/+35
|
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-22/+158
|
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-1/+2
|
* Updated the comment for the valgrind fix.Dana Robinson2016-12-071-3/+3
|