summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct concurrency bugs when running tests, along with a bugfix & small warn...Quincey Koziol2022-04-262-26/+169
* Fixes stack size warnings in tcoords.c (#1688)Dana Robinson2022-04-251-14/+48
* Warnings fixes (#1680)jhendersonHDF2022-04-253-92/+103
* Adds the -q flag to all swmr test programs, quieting noisy output (#1665)Dana Robinson2022-04-201-15/+15
* Mirror vfd test fixes (#1629)Quincey Koziol2022-04-183-13/+25
* OESS-168: Remove clang warnings. (#1309)H. Joe Lee2022-04-151-1/+2
* Minor things discovered while preparing 1.12.2 (#1620)Dana Robinson2022-04-081-1/+1
* spelling fixes (#1561)Scot Breitenfeld2022-03-314-6/+6
* Removes unused H5HP (private heap) package (#1548)Dana Robinson2022-03-306-1092/+2
* Removes unused memory pool (H5MP) package (#1547)Dana Robinson2022-03-303-796/+1
* Fix bugs in test/vfd.c (#1538)Neil Fortner2022-03-291-3/+8
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-263-70/+2110
* Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)David Young2022-03-101-4/+3
* Plugin test cleanup (#1479)Dana Robinson2022-03-1020-294/+220
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-092-4/+3
* Fix release check version logic (#1438)Allen Byrne2022-02-241-1/+2
* Fix issue with H5_now_usec() with 32 bit systems (#1416)Neil Fortner2022-02-101-3/+27
* Implemented suggestion in #1381 for dtransform test (#1415)Allen Byrne2022-02-041-10/+7
* Don't use a nonliteral format string in test/fheap.c:begin_test(). (#1401)David Young2022-02-031-87/+60
* Snprintf2 (#1399)Sean McBride2022-01-2820-266/+284
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-2810-11/+11
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-284-4/+4
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-281-1/+1
* Open bsd fixes (#1195)Sean McBride2022-01-201-1/+3
* Implement H5ESget requests function to retrieve requests from an event set (#...Neil Fortner2022-01-201-4/+485