summaryrefslogtreecommitdiffstats
path: root/test/mf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-31/+31
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-14/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-5/+5
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-17/+16
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-3/+3
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-3/+3
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-46/+46
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-26/+26
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-44/+44
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+1
* sprintf to snprintf (#1815)Sean McBride2022-06-221-6/+6
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-1159/+1159
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-17/+17
* VFD plugins (#602)jhendersonHDF2021-09-291-90/+113
* Update clang config (#473)Quincey Koziol2021-03-171-26/+104
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-39/+40
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-2/+2
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-2213/+2424
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-0/+8
|\
| * Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-081-0/+8
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-4/+4
|/
* So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-281-58/+58
* more cleanupkmu2020-01-231-4/+3
* merge and fix conflictkmu2020-01-191-4/+3
|\
* | fix unused related warningskmu2020-01-131-1/+3
|/
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-10/+10
* Merge branch 'develop' into shared_file_ptrQuincey Koziol2019-08-211-1242/+1242
|\
| * Add missing HD prefixAllen Byrne2019-08-181-121/+121
| * Add HD prefix to testsAllen Byrne2019-08-151-1235/+1235
* | Begin converting the H5MF interface to use shared file pointers insteadQuincey Koziol2019-08-211-21/+18
|/
* Merge reconciliation and VFD test fixesAllen Byrne2019-08-041-1/+0
* Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-46/+13
* VOL FEATUREDana Robinson2018-10-101-87/+88
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-37/+37
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-8/+8
* Normalize with vol_integration.Dana Robinson2018-05-291-125/+125
* Cleanup API context function usage.Quincey Koziol2018-03-191-6/+12
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-1/+7
|\
| * Changes made based on code reviews.Vailin Choi2018-01-121-3/+7
| * Initial checkin for library version boundsVailin Choi2017-10-031-0/+2
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-426/+433
|/
* More minor warning fixes.Dana Robinson2017-05-251-0/+2
* Fixed many minor warnings.Dana Robinson2017-05-251-0/+4
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-1889/+3164
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-27/+27
* [svn-r30275] Rework test_mf_bug1 to work with multi and split drivers.Neil Fortner2016-08-091-66/+106