Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made HGOTO_ERROR a do-while loop #3308

Merged
merged 14 commits into from
Aug 2, 2023
Merged

Made HGOTO_ERROR a do-while loop #3308

merged 14 commits into from
Aug 2, 2023

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    f6218eb View commit details
    Browse the repository at this point in the history
  2. Added semi-colon to HGOTO_ERROR() via find-replace pattern, 18 changes

    HGOTO_ERROR\(\n(.*),\n(.*),\n(.*)\)\n
    HGOTO_ERROR(\n\1,\n\2,\n\3);\n
    seanm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4928823 View commit details
    Browse the repository at this point in the history
  3. Added semi-colon to HGOTO_ERROR() via find-replace pattern, 25 changes

    HGOTO_ERROR\((.*),\n(.*)\"\n(.*)\)\n
    HGOTO_ERROR(\1,\n\2\"\n\3);\n
    seanm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    d4d429a View commit details
    Browse the repository at this point in the history
  4. Added semi-colon to HGOTO_ERROR() via find-replace pattern, 37 changes

    HGOTO_ERROR\((.*),\n(.*),\n(.*)\)\n
    HGOTO_ERROR(\1,\n\2,\n\3);\n
    seanm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    33b2732 View commit details
    Browse the repository at this point in the history
  5. Added semi-colon to HGOTO_ERROR() via find-replace pattern, 13 changes

    HGOTO_ERROR\(\n(.*),\n(.*)\)\n
    HGOTO_ERROR(\n\1,\n\2);\n
    seanm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    64bfe49 View commit details
    Browse the repository at this point in the history
  6. Added semi-colon to HGOTO_ERROR() via find-replace pattern, 1182 changes

    HGOTO_ERROR\((.*),\n(.*)\)\n
    HGOTO_ERROR(\1,\n\2);\n
    seanm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    892fa97 View commit details
    Browse the repository at this point in the history
  7. Added semi-colon to HGOTO_ERROR() via find-replace pattern, 12923 cha…

    …nges
    
    HGOTO_ERROR\((.*)\)\n
    HGOTO_ERROR\(\1\);\n
    seanm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    983b734 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0d3ce1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    420ae22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e344f7b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    c77fca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555f36f View commit details
    Browse the repository at this point in the history
  3. Update H5Dmpio.c

    Add semis
    byrnHDF authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f6bd5ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f61e7d View commit details
    Browse the repository at this point in the history