summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Expand)AuthorAgeFilesLines
* Check return values from HDF5 API calls. (#3556)H. Joe Lee2023-09-221-4/+2
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-1522-338/+336
* Remove HD prefix from HDlog10 calls (#3539)Dana Robinson2023-09-151-8/+8
* quiet warning on sunspot (gcc 11.2.0) (#3534)Scot Breitenfeld2023-09-131-1/+1
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-0813-182/+182
* Convert hbool_t --> bool in testpar (#3495)Dana Robinson2023-09-0537-1616/+1613
* Removed all the ranks printing out testing information (#3457)Scot Breitenfeld2023-09-013-3/+11
* chore: match function call and VRFY() output (#3428)H. Joe Lee2023-08-251-3/+3
* Fix use of uninitialized value in testpar/t_dset.c test (#3423)jhendersonHDF2023-08-241-0/+2
* Skip atomicity tests for OpenMPI major versions < 5 (#3421)jhendersonHDF2023-08-242-338/+9
* chore: remove gubbins comment (#3420)H. Joe Lee2023-08-242-4/+0
* chore: fix typo (#3405)H. Joe Lee2023-08-221-1/+1
* Fix serial to parallel chunked dataset file space allocation bug (#3394)jhendersonHDF2023-08-223-0/+280
* Fix assertion failure during file close on error (#3387)jhendersonHDF2023-08-183-0/+55
* Work around a testphdf5 failure on Cray MPICH machines (#3361)jhendersonHDF2023-08-081-7/+10
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-074-87/+2139
* test(parallel): verify FALSE case (#3356)H. Joe Lee2023-08-051-11/+17
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-028-128/+128
* chore: fix typo - persent -> present (#3273)H. Joe Lee2023-07-254-4/+4
* chore: fix grammar - get hang -> get hung (#3272)H. Joe Lee2023-07-248-15/+15
* chore: make VRFY output consistent (#3268)H. Joe Lee2023-07-241-1/+1
* Fixed some -Wunused-variable warnings and one Wsometimes-uninitialized warnin...Sean McBride2023-07-201-1/+1
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-185-60/+27
* Replace support.hdfgroup.org URLs for alternative COPYING file (#3228)Larry Knox2023-07-1221-20/+31
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-2925-202/+199
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2931-724/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-297-107/+107
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-2/+2
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-296-17/+17
* Remove some "Programmer" comments (#3209)Dana Robinson2023-06-292-8/+6
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-291-1/+1
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-291-1/+1
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2841-1503/+1502
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-2849-3442/+3402
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-2819-457/+457
* Fix assertion failure when attempting to use IOC VFD directly (#3187)jhendersonHDF2023-06-282-0/+42
* Remove HD from fork/exec*/wait* (#3190)Dana Robinson2023-06-281-5/+5
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-196-7/+7
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-164-14/+14
* API test updates (#3018)jhendersonHDF2023-05-268-44/+411
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-152-24/+2
* Move functions into more focused source code modules (#2936)Quincey Koziol2023-05-121-2/+2
* Fix CMake generator expression syntax (#2909)Allen Byrne2023-05-052-6/+6
* Fix some compile failures in API tests (#2913)jhendersonHDF2023-05-053-32/+4
* Added summary report to test big IO (#2908)Scot Breitenfeld2023-05-051-12/+18
* fixed args in execvp for h5fuse (#2885)Scot Breitenfeld2023-05-031-4/+5
* Changes to isolate API Test option files and use fetchcontent (#2880)Allen Byrne2023-05-032-26/+25
* Add initial version of HDF5 API tests (#2877)jhendersonHDF2023-05-0238-0/+36597
* Redo remove selection I/O test from testphdf5 in CMake #2860. (#2874)Larry Knox2023-05-021-1/+0
* Add Fortran Selection IO APIs (#2864)Scot Breitenfeld2023-05-011-0/+1