Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix several spelling/grammar issues (#3621) | jhendersonHDF | 2023-10-03 | 1 | -2/+2 |
| | |||||
* | Fixes the last of the -Wextra-semi-stmt warnings (#3326) | Sean McBride | 2023-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * Fixed extra semi warning by adjusting alternative macro definitions * Find-replace H5E_END_TRY; -> H5E_END_TRY * Made H5Epush_goto a do-while loop, fixed indentation * Made GOTOERROR and ERRMSG do-while loops * Made Hgoto_error and Hgoto_done do-while loops * Made vrfy_cint_type and vrfy_ctype do-while loops * Made TEST_TYPE_CONTIG and others do-while loops * Removed extraneous semi-colons * Committing clang-format changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | A couple of documentation items to fix (#3332) | Allen Byrne | 2023-08-02 | 1 | -4/+4 |
| | |||||
* | Change Powershell to PowerShell in docs (#2794) | H. Joe Lee | 2023-04-23 | 1 | -1/+1 |
| | |||||
* | Adds a first cut at a "getting started with HDF5 development" guide (#2137) | Dana Robinson | 2022-10-01 | 1 | -0/+866 |
* Added empty "getting started" markdown file * Added title and brief tour of source code * Moved platform-independence text to markdown * Added anatomy of a function documentation * Adds information on public/private/package calls and macros * Adds much getting started guide text * Fixed typos * Fixed codespell issues |