Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. | ||||
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -31/+28 |
| | |||||
* | Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match | Quincey Koziol | 2019-08-22 | 1 | -7/+7 |
| | | | | 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 | -5/+5 |
| | | | | file pointer. | ||||
* | First pass of converting H5PB_* routines to use shared file pointers. | Quincey Koziol | 2019-08-19 | 1 | -2/+2 |
| | |||||
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -4/+2 |
| | |||||
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -6/+6 |
| | |||||
* | 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/+1 |
| | |||||
* | Checkin of additions to cache image parallel test code and | mainzer | 2017-03-16 | 1 | -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 develop | Quincey Koziol | 2017-03-14 | 1 | -0/+108 |