summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/new_datatypesJordan Henderson2024-03-1223-341/+1125
|\
| * Handle IBM long double issues in dsets.c test_floattypes test (#4116)jhendersonHDF2024-03-121-26/+19
| * Fix up dsets test for some platforms with different long double format (#4114)jhendersonHDF2024-03-111-13/+30
| * long double tests has problems setting precision with offset (#4102)Allen Byrne2024-03-111-2/+4
| * Move common variables out of cache test blocks (#4108)Dana Robinson2024-03-101-180/+187
| * Minimize use of abort() (#4110)Dana Robinson2024-03-102-6/+4
| * Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-7/+18
| * Clean up off_t usage (#4095)Dana Robinson2024-03-0913-40/+38
| * Expand check for variable-length or reference types when clearing datatype co...jhendersonHDF2024-03-091-48/+147
| * Update long double test with correct values (#4060)Allen Byrne2024-03-081-0/+301
| * Fixed asserts due to H5Pset_est_link_info() values (#4081)Dana Robinson2024-03-081-0/+100
| * Close and reopen file during dset vlen IO API tests (#4050)mattjala2024-03-071-16/+186
| * Fix uninitialized bytes in selection I/O test (#4073)Dana Robinson2024-03-061-1/+4
| * Fix uninitialized bytes in cmpd_dset test (#4072)Dana Robinson2024-03-051-12/+23
| * Fix a memory leak in the cmpd_dset test (#4071)Dana Robinson2024-03-051-24/+14
| * Rename incorrectly named option (#4067)Allen Byrne2024-03-051-7/+7
| * Fix issue where H5Tset_fields does not account for datatype offsets (#4061)jhendersonHDF2024-03-051-0/+84
* | Merge branch 'develop' into feature/new_datatypesJordan Henderson2024-03-046-188/+467
|\ \ | |/
| * Fix VOL-compatibility issues in External Link API test (#4039)mattjala2024-03-042-94/+283
| * Fix issue with FAPL file locking setting inheriting test (#4053)jhendersonHDF2024-03-014-94/+184
* | Work around issues with MacOS 13Jordan Henderson2024-03-021-131/+378
* | Fixed some _Float16 support issuesJordan Henderson2024-03-012-17/+57
* | Add support for _Float16 16-bit floating point typeJordan Henderson2024-02-295-48/+1181
|/
* Fix allocating too much memory in dset API test (#4041)mattjala2024-02-261-1/+1
* Improve performance of flushing single objects (#4017)Neil Fortner2024-02-233-1894/+396
* Fix H5F_get_access_plist to copy file locking settings (#4030)jhendersonHDF2024-02-221-0/+196
* Test vlen sequence IO in API tests (#4027)mattjala2024-02-212-0/+485
* Remove oneapi return value warning. (#4028)H. Joe Lee2024-02-191-0/+1
* Add compound subset ops on attributes to API tests (#4005)mattjala2024-02-142-0/+269
* Issue #1824: Replaced most remaining sprintf with safer snprint (#4003)Sean McBride2024-02-136-32/+29
* Fix build issue and some warnings in H5_api_dataset_test.c (#3998)jhendersonHDF2024-02-091-12/+5
* Sync API tests with vol-tests (#3940)mattjala2024-02-066-154/+1911
* Fix potential infinite loop in API test (#3960)mattjala2024-01-251-1/+1
* Remove cached datatype conversion path table entries on file close (#3942)jhendersonHDF2024-01-231-0/+190
* Add the user test program in HDFFV-9174 for committed types. (#3937)vchoi-hdfgroup2024-01-231-0/+169
* Replace off_t with HDoff_t internally (#3944)Dana Robinson2024-01-181-9/+9
* Add H5Dread/write_multi to API tests (#3919)mattjala2024-01-062-0/+1541
* Use props for includes and remove global includes (#3921)Allen Byrne2024-01-041-3/+0
* Add 'warning density' computation to the warnhist script (#3910)Quincey Koziol2023-12-291-2/+2
* Some changes to portal links when they could be found on docs.hdfgroup.org, a...Lori Cooper2023-12-131-2/+2
* Fix configuration issue due to possibly empty CMake variable (#3869)jhendersonHDF2023-11-241-4/+4
* Fix segfault on user compound dtype conversion callback (#3842)mattjala2023-11-221-0/+125
* Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859)Allen Byrne2023-11-226-230/+304
* Add GitHub actions for testing VOL connectors (#3849)jhendersonHDF2023-11-153-68/+25
* HDF5 API test updates (#3835)jhendersonHDF2023-11-1337-68890/+3328
* Test and document path handling of H5Lcreate_* API (#3829)mattjala2023-11-111-0/+250
* Remove printf format warning on Windows oneAPI. (#3838)H. Joe Lee2023-11-101-1/+1
* Fix parallel driver check in h5_fixname_real (#3808)jhendersonHDF2023-10-311-5/+3
* Print some messages in parallel tests on MPI rank 0 only (#3785)jhendersonHDF2023-10-282-48/+64
* Fix H5Pset_evict_on_close failing regardless of actual parallel use (#3761)Glenn Song2023-10-241-92/+0