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

Integration Candidate: 2020-09-09 #596

Merged
merged 6 commits into from
Sep 15, 2020
Merged

Integration Candidate: 2020-09-09 #596

merged 6 commits into from
Sep 15, 2020

Commits on Sep 5, 2020

  1. Fix #593, change OCS_off_t to a signed type

    The C library type is signed, and this makes the
    result check work as intended.
    jphickey committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    d5f90dd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Fix #589, promote OS_ObjectIdToArrayIndex to public API

    Move this existing function into the public API, as it is
    performs more verification than the OS_ConvertToArrayIndex
    function.
    jphickey committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7fd8933 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge pull request #595 from jphickey/fix-589-objid-to-arrayindex

    Fix #589, promote OS_ObjectIdToArrayIndex to public API
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    67c0f88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #594 from jphickey/fix-593-off_t-signed

    Fix #593, change OCS_off_t to a signed type
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fcc2684 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. HOTFIX 20200909, rename id parameter to object_id

    The name mismatch triggered a doxygen warning.
    jphickey committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    850450c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8e345 View commit details
    Browse the repository at this point in the history