summaryrefslogtreecommitdiffstats
path: root/testpar/API
Commit message (Collapse)AuthorAgeFilesLines
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-299-36/+36
|
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-299-194/+0
| | | | * Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-1/+1
| | | | | | | | | * HDfclose * HDferror * HDfeof * HDfflush * HDfopen * HDfread * HDfwrite
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-3/+3
| | | | | * HDatexit * HDexit * HD_exit
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2816-531/+530
| | | | | | * HDcalloc * HDfree * HDmalloc * HDrealloc
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-2824-1516/+1487
|
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-286-99/+99
| | | | | * Change HDassert to assert * Fix bin/make_err
* API test updates (#3018)jhendersonHDF2023-05-268-44/+411
| | | | | | | | | | | | | | | | | | | | | | | | | * Remove macros from api tests (#2929) * Remove macros and undefined callbacks (#2959) * Remove remaining macros from H5_api_tests_disabled.h (#2968) * Put some vol capability checks in testpar tests and remove remaining warnings (#2995) * API tests datatype generation cleanup * Clean up API tests' random datatype generation and fix bug with enum datatype generation * Init parallel API tests with MPI_THREAD_MULTIPLE * HDF5 API tests - Check VOL connector registration * Determine whether a VOL connector failed to load before running API tests * Cleanup some usages of H5VL_CAP_FLAG_CREATION_ORDER in API tests * Remove some now-unused macros from H5_api_tests_disabled.h * Enable HDF5 API tests by default * Implement CMake option to install HDF5 API tests * Check for invalid AAPL from H5Acreate * Enable building of VOL connectors alongside HDF5 in CMake * Prepend CMake VOL URL option indices with 0s so they come in order * Don't turn on API tests by default yet * Document VOL connector FetchContent functionality * Add release note for API test updates * Only install testing library if API tests are installed * Fix grammar
* Fix CMake generator expression syntax (#2909)Allen Byrne2023-05-051-2/+2
|
* Fix some compile failures in API tests (#2913)jhendersonHDF2023-05-053-32/+4
|
* Changes to isolate API Test option files and use fetchcontent (#2880)Allen Byrne2023-05-031-6/+21
|
* Add initial version of HDF5 API tests (#2877)jhendersonHDF2023-05-0237-0/+36577