Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some minor warnings (#4165) | jhendersonHDF | 2024-03-17 | 13 | -13/+19 |
| | |||||
* | Change compression tests reference files to use masking for compression ↵ | Allen Byrne | 2024-03-10 | 1 | -1/+8 |
| | | | | | ratios (#4083) Rework TEST_FILTER tests to handle slightly different compression ratios | ||||
* | Clean up off_t usage (#4095) | Dana Robinson | 2024-03-09 | 1 | -1/+1 |
| | | | | * Add comments to C++ and Fortran API calls that use off_t * Remove noise casts for small integers | ||||
* | virtual creates must use the same datatype as the main file (#4092) | Allen Byrne | 2024-03-08 | 3 | -3/+3 |
| | |||||
* | Use H5T_STD_I32LE to create datatype in vds examples (#4070) | Allen Byrne | 2024-03-07 | 8 | -15/+15 |
| | | | Fixes issues when VDS examples are tested on BE systems | ||||
* | Ignore UserPresets and Use only C compiler for sanitizers (#4066) | Allen Byrne | 2024-03-05 | 1 | -244/+0 |
| | | | | | * Remove user presets file * Only use C compiler for sanitzers | ||||
* | Add options to allow tools type selection and naming (#4046) | Allen Byrne | 2024-03-04 | 1 | -14/+12 |
| | |||||
* | Remove limitations on preset generators (#4051) | Allen Byrne | 2024-02-29 | 1 | -15/+3 |
| | |||||
* | Update and Add general INSTALL (#4016) | Allen Byrne | 2024-02-23 | 1 | -2/+2 |
| | |||||
* | Replace deprecated Fortran 'include mpif.h' with 'USE mpi' (#4031) | Christoph Niethammer | 2024-02-21 | 1 | -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 Byrne | 2024-02-15 | 2 | -11/+25 |
| | |||||
* | included best practices of using coll. metadata APIs (#4018) | Scot Breitenfeld | 2024-02-15 | 9 | -8/+154 |
| | |||||
* | Add C in project line for CMake to fix #4012. (#4014) | H. Joe Lee | 2024-02-14 | 3 | -3/+3 |
| | |||||
* | Update install texts (#4010) | Glenn Song | 2024-02-14 | 1 | -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) | jhendersonHDF | 2024-02-09 | 2 | -2/+2 |
| | |||||
* | Fix overwritten preset names (#4000) | Allen Byrne | 2024-02-09 | 1 | -12/+14 |
| | |||||
* | Remove oneapi/clang compiler printf() type warning. (#3994) | H. Joe Lee | 2024-02-08 | 2 | -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 Byrne | 2024-02-06 | 1 | -0/+50 |
| | | | | | * Enable mac tests * Add platform test workflows to examples | ||||
* | Fixed spacing issues in example tests. (#3979) | Scot Breitenfeld | 2024-02-02 | 10 | -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 Knox | 2024-01-31 | 5 | -25/+25 |
| | | | system tab difference. | ||||
* | Explicitly use PROJECT_BINARY_DIR in target copy location (#3974) | Allen Byrne | 2024-01-30 | 2 | -31/+31 |
| | |||||
* | Add binary build for linux S3 (#3936) | Allen Byrne | 2024-01-09 | 2 | -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 Byrne | 2024-01-04 | 10 | -42/+15 |
| | |||||
* | Remove examples that have been moved to HDF5Examples folder (#3917) | Allen Byrne | 2024-01-03 | 2 | -5/+1119 |
| | |||||
* | New Fortran Examples added (#3916) | Scot Breitenfeld | 2024-01-03 | 12 | -33/+894 |
| | | | | | * added subfiling example * Added filtered writes with no selection example | ||||
* | Added new H5G Fortran HDF5examples (#3908) | Scot Breitenfeld | 2023-12-22 | 27 | -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 Byrne | 2023-12-22 | 18 | -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 Byrne | 2023-12-21 | 50 | -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 Byrne | 2023-12-14 | 20 | -157/+348 |
| | |||||
* | Update examples with 1.6 api and static libs (#3874) | Allen Byrne | 2023-11-29 | 7 | -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 Byrne | 2023-11-27 | 684 | -0/+244812 |
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen |