summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-7/+7
| | | | naming convention for shared structs in rest of library data structures.
* Finish converting H5PB_* routines to use shared file pointer, instead of topQuincey Koziol2019-08-201-5/+5
| | | | file pointer.
* First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-191-2/+2
|
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-4/+2
|
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-6/+6
|
* 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-1/+1
| | | | | | | | | | | | 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-0/+108