summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added a test case to verify the VOL capacity flags work correctly. (#2178)raylu-hdf2022-10-251-10/+112
* Fix problem with variable length attributes being accessed through multiple f...Neil Fortner2022-10-251-1/+78
* Multi Dataset (#2120)Neil Fortner2022-10-194-3/+718
* Fix mostly java warnings, and cpp cast (#2134)Allen Byrne2022-10-031-1/+1
* Fixed an issue that could occur when combining hyperslab selections (#2122)Neil Fortner2022-09-271-0/+52
* Use case-insensitive comparison for headers fix #2100 (#2101)Frank Berghaus2022-09-211-0/+26
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-172-23/+23
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Address review comments from downstream merge of #2016 (#2073)Neil Fortner2022-08-311-1/+1
* GitHub workflow cleanup (#2047)Dana Robinson2022-08-221-2/+2
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-203-7/+64
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-11/+11
* Fixes codespell issues (#2032)Dana Robinson2022-08-173-7/+7
* Fix bug in attribute type conversion wiith compound types (#2016)Neil Fortner2022-08-161-0/+131
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-1018-36/+35
* Remove stray files, incorrect vds and mpi clean files (#1979)Allen Byrne2022-08-091-13/+0
* Revert for older cmake versions (#1974)Allen Byrne2022-08-081-2/+2
* Develop cmake clean (#1971)Allen Byrne2022-08-071-207/+202
* H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969)Mark Kittisopikul2022-08-071-2/+2
* Adds platform-independent basename and dirname (#1951)Dana Robinson2022-08-055-1/+510
* Onion VFD (#1953)Dana Robinson2022-08-023-1/+4969
* Fixes format string warnings in tselect w/ clang 14 (#1955)Dana Robinson2022-07-311-11/+11
* Cleanup of mirror VFD test code (#1949)Dana Robinson2022-07-302-1545/+1269
* Misc clang production warning fixes (#1932)Dana Robinson2022-07-272-0/+12
* Develop clang 13 format (#1933)Allen Byrne2022-07-26107-1317/+1319
* Subfiling VFD (#1883)jhendersonHDF2022-07-2229-289/+544
* Fix bug in swmr.c introduced with recent merge (double_t) (#1913)Neil Fortner2022-07-191-3/+3
* Persist dataset access properties when using H5Fstart_swmr_write (#1862)Neil Fortner2022-07-191-0/+373
* Fixes warnings when the deflate filter is not built (#1904)Dana Robinson2022-07-181-1/+3
* Misc clang warning fixes (#1869)Dana Robinson2022-07-112-5/+5
* Fixes for production mode gcc warnings (#1873)Dana Robinson2022-07-112-15/+27
* Adds format attribute to additional functions (#1868)Dana Robinson2022-07-112-3/+3
* Minor tweaks to the test_swmr.sh script (#1852)Dana Robinson2022-07-061-10/+7
* Quiets const warnings (#1831)Dana Robinson2022-06-291-0/+2
* Converts testhdf5 macros to h5test macros in chunk_info.c (#1820)Dana Robinson2022-06-231-30/+66
* sprintf to snprintf (#1815)Sean McBride2022-06-2224-169/+176
* Various warning fixes (#1812)Sean McBride2022-06-223-41/+36
* Set default level to minimum time (#1722)Allen Byrne2022-05-176-24/+43
* Revert "Cleanup and shellcheck fixes in the SWMR test script (#1741)" (#1758)Dana Robinson2022-05-101-53/+56
* Cleanup and shellcheck fixes in the SWMR test script (#1741)Dana Robinson2022-05-071-56/+53
* Minor things noticed while merging to 1.10 (#1739)Dana Robinson2022-05-061-12/+4
* Fix a few Clang sanitizer warnings (#1727)jhendersonHDF2022-05-051-6/+9
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-0475-25194/+25266
* Fixes unused/unset variable warnings from aocc (#1712)Dana Robinson2022-05-033-31/+4
* test/dt_arith: use `isnan` instead of self comparison (#1709)Ben Boeckel2022-05-031-5/+5
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-013-20/+56
* Fix object size warnings in cache.c test (#1701)jhendersonHDF2022-05-011-4051/+2717
* Fixes stack size warnings in set_extent test (#1698)Dana Robinson2022-04-281-77/+127
* Fixes stack size warnings in dtransform (#1696)Dana Robinson2022-04-271-10/+26
* Fixes stack size warnings in ntypes (#1695)Dana Robinson2022-04-261-15/+60