summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C
Commit message (Collapse)AuthorAgeFilesLines
* included best practices of using coll. metadata APIs (#4018)Scot Breitenfeld2024-02-159-8/+154
|
* Add C in project line for CMake to fix #4012. (#4014)H. Joe Lee2024-02-143-3/+3
|
* 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 binary build for linux S3 (#3936)Allen Byrne2024-01-091-1/+1
| | | | | | | | | | | | | * Reorg and update options for doc and cmake config * Correct subfiling depends * Add linux S3 binaries to GH published files * Correct path * Try reducing parallel jobs in tests * Change examples jobs for test from 8 to 4
* Remove examples that have been moved to HDF5Examples folder (#3917)Allen Byrne2024-01-031-0/+1100
|
* Add CMake api checks to test the new Examples folder. (#3907)Allen Byrne2023-12-2217-85/+160
| | | | | | | | | * 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-2137-25/+5889
| | | | | | | | * 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-146-7/+15
|
* Update examples with 1.6 api and static libs (#3874)Allen Byrne2023-11-296-24/+75
| | | | | | | * 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-27326-0/+199426
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen