summaryrefslogtreecommitdiffstats
path: root/HDF5Examples
Commit message (Collapse)AuthorAgeFilesLines
* Add binary build for linux S3 (#3936)Allen Byrne2024-01-092-2/+2
| | | | | | | | | | | | | * 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
* Use props for includes and remove global includes (#3921)Allen Byrne2024-01-0410-42/+15
|
* Remove examples that have been moved to HDF5Examples folder (#3917)Allen Byrne2024-01-032-5/+1119
|
* New Fortran Examples added (#3916)Scot Breitenfeld2024-01-0312-33/+894
| | | | | * added subfiling example * Added filtered writes with no selection example
* Added new H5G Fortran HDF5examples (#3908)Scot Breitenfeld2023-12-2227-94/+768
| | | | | | | * updated traverse example * added H5PAR success statement * skipping H5_f90_h5ex_g_traverse
* Add CMake api checks to test the new Examples folder. (#3907)Allen Byrne2023-12-2218-86/+161
| | | | | | | | | * 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-2150-132/+5991
| | | | | | | | * 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-1420-157/+348
|
* Update examples with 1.6 api and static libs (#3874)Allen Byrne2023-11-297-35/+88
| | | | | | | * 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-27684-0/+244812
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen