summaryrefslogtreecommitdiffstats
path: root/test/page_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Derive the name of the shadow file from the HDF5 file: drop the .h5, addDavid Young2020-08-211-6/+12
* Trim trailing whitespaceQuincey Koziol2020-05-201-57/+57
* more cleanupkmu2020-05-201-2/+2
* fix unused related warningskmu2020-05-201-0/+6
* more fix and address commentskmu2020-05-201-12/+3
* remove unsed var,function,macro, etckmu2020-05-201-8/+25
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-201-2/+2
* So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-281-9/+9
* Quiet some warnings about jumping over variable initialization,David Young2020-02-061-8/+15
* Be brief: don't cast the last parameter of H5Pset_file_space_strategy(), theDavid Young2019-12-091-12/+10
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-26/+27
* Modifications for the following items in the punch list:Vailin Choi2019-11-141-1/+1
* Good-bye md_open_tries.David Young2019-11-141-3/+0
* Refactor a bit, remove dead code, move some helper functions to the topDavid Young2019-10-021-261/+355
* Initialize `data` and `odata` to NULL like the exit sequencesDavid Young2019-09-301-2/+6
* Add a test for single-page metadata (SPMDE) writes. Mention in aDavid Young2019-09-301-10/+150
* Rename the metadata test again to reflect how it's checking the pageDavid Young2019-09-271-13/+28
* Don't use FILENAME and FILENAME[0] because that looks like worrisomeDavid Young2019-09-271-83/+83
* Write test data from a different buffer than we read into, since IDavid Young2019-09-261-13/+16
* Add a basic metadata test for VFD SWMR page buffering. Currently theDavid Young2019-09-231-5/+310
* Don't calloc() the VFD SWMR configuration, just use a local variable.David Young2019-09-231-333/+71
* Delete end-of-block comments, they're uninformative and they make the pageDavid Young2019-09-201-18/+18
* Revise a warning puts() to be more hopeful about VFD SWMR andDavid Young2019-09-201-1/+1
* Unse TEST_ERROR instead of the return statement I copied & pasted, oops.David Young2019-09-191-6/+7
* Add the zygote of VFD SWMR-mode page-buffer tests.David Young2019-09-171-0/+311
* (1) Fix for accumulator issue #1 as described in John's previous checkinVailin Choi2018-12-021-22/+20
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-041-330/+549
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-5/+5
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-5/+5
* Cleanup API context function usage.Quincey Koziol2018-03-191-26/+11
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-129/+148
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Omnibus checkin for several relatively minor modifications:mainzer2017-03-281-7/+128
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+2087