Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made HGOTO_ERROR a do-while loop (#3308) | Sean McBride | 2023-08-02 | 1 | -15/+15 |
| | | | | | * Made HGOTO_ERROR a do-while loop | ||||
* | Another round of fixing -Wextra-semi-stmt warnings (#3264) | Sean McBride | 2023-07-24 | 1 | -7/+7 |
| | | | Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Remove H5detect and H5make_libsettings (#3104) | Dana Robinson | 2023-06-13 | 1 | -0/+572 |
Removes H5detect and H5make_libsettings from the build and replaces their functionality with things that don't affect cross-compiling. H5detect --> floating-point types are now detected on library load H5make_libsettings --> Moved functionality to a new H5build_settings.c template file |