summaryrefslogtreecommitdiffstats
path: root/HDF5Examples
Commit message (Collapse)AuthorAgeFilesLines
* Ignore UserPresets and Use only C compiler for sanitizers (#4066)Allen Byrne2024-03-051-244/+0
| | | | | * Remove user presets file * Only use C compiler for sanitzers
* Add options to allow tools type selection and naming (#4046)Allen Byrne2024-03-041-14/+12
|
* Remove limitations on preset generators (#4051)Allen Byrne2024-02-291-15/+3
|
* Update and Add general INSTALL (#4016)Allen Byrne2024-02-231-2/+2
|
* Replace deprecated Fortran 'include mpif.h' with 'USE mpi' (#4031)Christoph Niethammer2024-02-211-1/+1
| | | | | | With MPI 4.1 the use of the mpif.h include file has been deprecated. Codes should transition to USE mpi or USE mpi_f08. Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
* Correct String FIND for runTest and grepTest (#4022)Allen Byrne2024-02-152-11/+25
|
* 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
|
* Update install texts (#4010)Glenn Song2024-02-141-4/+4
| | | | | | | | * Update INSTALL_CMake.txt as necessary * Update remaining docs that use HDF5_USE_GNU_DIRS * Update options in HDFMacros in HDF5Examples
* Fix incompatible pointer type warnings in object reference examples (#3999)jhendersonHDF2024-02-092-2/+2
|
* Fix overwritten preset names (#4000)Allen Byrne2024-02-091-12/+14
|
* 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.
* Make platform specific test presets for windows and macs (#3988)Allen Byrne2024-02-061-0/+50
| | | | | * Enable mac tests * Add platform test workflows to examples
* Fixed spacing issues in example tests. (#3979)Scot Breitenfeld2024-02-0210-33/+43
| | | * The space difference in the Fortran examples must be fixed to match the expected output for compression filter examples.
* Replace 'T2' with ' ' to avoid failure to match expected output due to (#3975)Larry Knox2024-01-315-25/+25
| | | system tab difference.
* Explicitly use PROJECT_BINARY_DIR in target copy location (#3974)Allen Byrne2024-01-302-31/+31
|
* 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