Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match | Quincey Koziol | 2019-08-22 | 1 | -12/+12 |
| | | | | naming convention for shared structs in rest of library data structures. | ||||
* | Finish converting H5PB_* routines to use shared file pointer, instead of top | Quincey Koziol | 2019-08-20 | 1 | -39/+42 |
| | | | | file pointer. | ||||
* | First pass of converting H5PB_* routines to use shared file pointers. | Quincey Koziol | 2019-08-19 | 1 | -45/+38 |
| | |||||
* | Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accum | Quincey Koziol | 2019-08-19 | 1 | -1/+1 |
| | | | | routines. | ||||
* | Partial H5F__accum_* routines. | Quincey Koziol | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | - Added H5MMprivate.h #includes where needed | Dana Robinson | 2019-03-16 | 1 | -0/+1 |
| | | | | | - Added casts to quiet H5MM_memcpy warnings - Removed char * casts from HDmemcpy | ||||
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -10/+10 |
| | |||||
* | C and POSIX call cleanup | Dana Robinson | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | Normalize with vol_integration. | Dana Robinson | 2018-05-29 | 1 | -17/+17 |
| | |||||
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -73/+54 |
| | |||||
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -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 request | mainzer | 2017-03-17 | 1 | -1/+4 |
| | |||||
* | Checkin of additions to cache image parallel test code and | mainzer | 2017-03-16 | 1 | -3/+6 |
| | | | | | | | | | | | | 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 develop | Quincey Koziol | 2017-03-14 | 1 | -0/+1533 |