summaryrefslogtreecommitdiffstats
path: root/test/ohdr.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-114/+114
* Sync test dir w/ develop (#3303)Dana Robinson2023-07-281-18/+18
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-6/+0
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-14/+14
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-10/+10
* sprintf to snprintf (#1815)Sean McBride2022-06-221-1/+1
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-317/+343
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-3/+3
* VFD plugins (#602)jhendersonHDF2021-09-291-8/+18
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* Fixes a bad memory read and unfreed memory in fsinfo code (#893)Dana Robinson2021-08-121-0/+56
* Update clang config (#473)Quincey Koziol2021-03-171-7/+28
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-4/+4
* Various clang tidy warning fixes (#448)Sean McBride2021-03-101-3/+3
* 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
* Clang-format of source filesAllen Byrne2020-09-301-721/+854
* Merge branch 'develop' into mdc_sl_optmainzer2020-08-131-1/+1
|\
| * Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
* | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-0/+24
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-281-4/+4
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-11/+14
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-5/+6
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-2/+2
* Cleanup HD prefixAllen Byrne2019-08-051-2/+2
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-2/+2
* Cleaned up misc warnings.Dana Robinson2019-06-291-1/+1
* Fixed a problem in the ohdr test where hard-coded strings passedDana Robinson2019-06-191-202/+150
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-46/+5
* Used the H5_INC_ENUM macro to squash enum value increment warnings.Dana Robinson2019-03-211-2/+2
* Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-01-071-0/+10
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-15/+35
* Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2.Jacob Smith2019-01-031-20/+20
* fix wrong function name that is missed by correctional macroJacob Smith2018-12-311-1/+1
* OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-261-35/+53
* Add "compact" storage test to relative header size comparisons.Jacob Smith2018-12-191-60/+80
* Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-181-0/+863
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-1/+1
* VOL FEATUREDana Robinson2018-10-101-15/+16
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-17/+13
* HD prefix and whitespaceAllen Byrne2018-08-281-2/+2
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-1/+1
* Minor warning cleanup while working on VOL issues.Dana Robinson2018-04-061-10/+10
* Cleanup API context function usage.Quincey Koziol2018-03-191-12/+11
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-53/+59
|\
| * Fix memory leak simply by capturing allocation in varAllen Byrne2018-03-161-53/+59
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-22/+75
|\ \ | |/
| * Fixed DT failureBinh-Minh Ribler2018-02-141-3/+10