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: Caelum-rc4+dev38 #1360

Merged
merged 3 commits into from
Feb 2, 2023
Merged

Commits on Jan 19, 2023

  1. Fix #1344, UT assert stub return values

    Improves default support for return values of sizes other than 32 bits.
    Previously this required a custom handler for any value that was not a
    32 bit integer.  With this update any integer value can be used, and a
    value translation will occur if the size is differnt.  Thus boolean
    values, 8,16, and 64-bit ints can be configured through the same basic
    API without needing to add a handler.
    jphickey committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c11a4f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge pull request #1352 from jphickey/fix-1344-utassert-stub-retvals

    Fix #1344, UT assert stub return values
    dzbaker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    97709af View commit details
    Browse the repository at this point in the history
  2. Bump to v6.0.0-rc4+dev187

    dzbaker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0528c76 View commit details
    Browse the repository at this point in the history