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

osal Integration candidate: 2021-09-07 #1145

Merged
merged 5 commits into from
Sep 10, 2021
Merged

Commits on Sep 7, 2021

  1. Fix #1141, add typecast to memchr call

    This function is documented as returning `void*`, and on some compilers
    this requires an explicit cast to `const char*` to avoid a warning.
    jphickey committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    a6cf564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e68c8a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Merge pull request #1144 from skliper/fix1143-cov_enforce_fix

    Fix #1143, Regex update in coverage enforcement to match .0
    astrogeco authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    b30de31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1142 from jphickey/fix-1141-memchr-cast

    Fix #1141, add typecast to memchr call
    astrogeco authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    101adb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    1743a68 View commit details
    Browse the repository at this point in the history