summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5T
Commit message (Collapse)AuthorAgeFilesLines
* Fix some minor warnings (#4165)jhendersonHDF2024-03-1713-13/+19
|
* Fix incompatible pointer type warnings in object reference examples (#3999)jhendersonHDF2024-02-092-2/+2
|
* Remove oneapi/clang compiler printf() type warning. (#3994)H. Joe Lee2024-02-082-2/+2
| | | * Remove oneapi/clang compiler printf() type warning from h5ex_t_opaque.c.
* Explicitly use PROJECT_BINARY_DIR in target copy location (#3974)Allen Byrne2024-01-301-15/+15
|
* Add CMake api checks to test the new Examples folder. (#3907)Allen Byrne2023-12-221-1/+1
| | | | | | | | | * Fix missing build-mode value * Use 110 version file only for the 1.10 library * Fix H5_LIBVER_DIR variable * Disable 1.6 API tests for now.
* Add VDS examples and fix non-standalone build (#3898)Allen Byrne2023-12-211-4/+4
| | | | | | | | * Choose a size for rdata dimension * Fix platform naming conflicts * Fix doxygen references to point within library repo
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-141-1/+1
|
* Update examples with 1.6 api and static libs (#3874)Allen Byrne2023-11-293-10/+52
| | | | | | | * Update examples with 1.6 api and static libs * Only check for STATIC only builds * Do not calculate version as library has already.
* Develop merge examples (#3851)Allen Byrne2023-11-27164-0/+12092
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen