| Commit message (Expand) | Author | Age | Files | Lines |
* | Modifications to: | vchoi | 2022-04-21 | 1 | -1/+3 |
|
|
* | VFD SWMR: normalization with develop (#1472) | Dana Robinson | 2022-03-06 | 1 | -22/+22 |
|
|
* | Committing clang-format changes | github-actions | 2021-11-17 | 1 | -5/+5 |
|
|
* | 1) Core changes for adding NFS/updater support as described in the RFC. | vchoi | 2021-11-17 | 1 | -0/+2 |
|
|
* | VFD SWMR: sync with develop (#830) | Dana Robinson | 2021-07-12 | 1 | -3/+9 |
|
|
* | VFD SWMR: Minor fixes (#771) | Dana Robinson | 2021-06-18 | 1 | -9/+11 |
|
|
* | VFD SWMR: Normalization with develop (#765) | Dana Robinson | 2021-06-17 | 1 | -297/+275 |
|
|
* | Brings H5CX_pop() changes from develop | Dana Robinson | 2021-04-08 | 1 | -3/+2 |
|
|
* | Updates license url and history docs | Dana Robinson | 2021-03-25 | 1 | -1/+1 |
|
|
* | Formats the source and updates the gcc warning pragmas | Dana Robinson | 2021-03-25 | 1 | -1366/+1157 |
|
|
* | Rips out unused, unportable "print elapsed time" code in page_buffer.c | Dana Robinson | 2021-03-09 | 1 | -45/+0 |
|
|
* | Replaces basename and dirname with code that will work everywhere | Dana Robinson | 2021-03-09 | 1 | -11/+9 |
|
|
* | Makes libgen.h functions ready for implementation on Windows | Dana Robinson | 2021-03-02 | 1 | -3/+2 |
|
|
* | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-08-21 | 1 | -6/+12 |
|\ |
|
| * | Derive the name of the shadow file from the HDF5 file: drop the .h5, add | David Young | 2020-08-21 | 1 | -6/+12 |
|
|
* | | Reduce differences with pre-rebase state. | David Young | 2020-05-21 | 1 | -3/+0 |
|
|
* | | Modified page buffer to split entries only where necessary -- specifically | mainzer | 2020-05-21 | 1 | -50/+1456 |
|/ |
|
* | Trim trailing whitespace | Quincey Koziol | 2020-05-20 | 1 | -57/+57 |
|
|
* | more cleanup | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | fix unused related warnings | kmu | 2020-05-20 | 1 | -0/+6 |
|
|
* | more fix and address comments | kmu | 2020-05-20 | 1 | -12/+3 |
|
|
* | remove unsed var,function,macro, etc | kmu | 2020-05-20 | 1 | -8/+25 |
|
|
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2020-05-20 | 1 | -2/+2 |
|
|
* | So that I can use PASSED(); anywhere a statement can go, #define PASSED() with | David Young | 2020-02-28 | 1 | -9/+9 |
|
|
* | Quiet some warnings about jumping over variable initialization, | David Young | 2020-02-06 | 1 | -8/+15 |
|
|
* | Be brief: don't cast the last parameter of H5Pset_file_space_strategy(), the | David Young | 2019-12-09 | 1 | -12/+10 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -26/+27 |
|
|
* | Modifications for the following items in the punch list: | Vailin Choi | 2019-11-14 | 1 | -1/+1 |
|
|
* | Good-bye md_open_tries. | David Young | 2019-11-14 | 1 | -3/+0 |
|
|
* | Refactor a bit, remove dead code, move some helper functions to the top | David Young | 2019-10-02 | 1 | -261/+355 |
|
|
* | Initialize `data` and `odata` to NULL like the exit sequences | David Young | 2019-09-30 | 1 | -2/+6 |
|
|
* | Add a test for single-page metadata (SPMDE) writes. Mention in a | David Young | 2019-09-30 | 1 | -10/+150 |
|
|
* | Rename the metadata test again to reflect how it's checking the page | David Young | 2019-09-27 | 1 | -13/+28 |
|
|
* | Don't use FILENAME and FILENAME[0] because that looks like worrisome | David Young | 2019-09-27 | 1 | -83/+83 |
|
|
* | Write test data from a different buffer than we read into, since I | David Young | 2019-09-26 | 1 | -13/+16 |
|
|
* | Add a basic metadata test for VFD SWMR page buffering. Currently the | David Young | 2019-09-23 | 1 | -5/+310 |
|
|
* | Don't calloc() the VFD SWMR configuration, just use a local variable. | David Young | 2019-09-23 | 1 | -333/+71 |
|
|
* | Delete end-of-block comments, they're uninformative and they make the page | David Young | 2019-09-20 | 1 | -18/+18 |
|
|
* | Revise a warning puts() to be more hopeful about VFD SWMR and | David Young | 2019-09-20 | 1 | -1/+1 |
|
|
* | Unse TEST_ERROR instead of the return statement I copied & pasted, oops. | David Young | 2019-09-19 | 1 | -6/+7 |
|
|
* | Add the zygote of VFD SWMR-mode page-buffer tests. | David Young | 2019-09-17 | 1 | -0/+311 |
|
|
* | (1) Fix for accumulator issue #1 as described in John's previous checkin | Vailin Choi | 2018-12-02 | 1 | -22/+20 |
|
|
* | Initial checkin of page buffer re-implementation to support VFD SWMR. | mainzer | 2018-11-04 | 1 | -330/+549 |
|
|
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -5/+5 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -5/+5 |
|
|
* | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -26/+11 |
|
|
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -129/+148 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Omnibus checkin for several relatively minor modifications: | mainzer | 2017-03-28 | 1 | -7/+128 |
|
|
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -0/+2087 |
|
|