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 COMBINED 2020-04-29 and 2020-05-06 #458

Merged
merged 6 commits into from
May 13, 2020

Commits on May 5, 2020

  1. Fix #437, add new API for obtaining exception task ID

    Deprecate the OStask_ID field within the property structure.
    
    Replace with a new API to perform a task ID reverse-lookup
    based on an abstract data object (the system task ID).
    jphickey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    f3f3b65 View commit details
    Browse the repository at this point in the history
  2. Fix #435, Changes for string ops warnings

    Resize buffers and tweak string copies to avoid truncation warnings
    in GCC 9.  Note the code was generally OK (handled truncation) but
    the new compiler still generates warnings even with correct usage
    of certain functions.
    
    In the UT_os_printf macro, be sure to "use" the return value
    of the snprintf() call, which avoids warnings about truncation.
    jphickey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a227f3b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Merge pull request #446 from jphickey/fix-437-exception-api

    Fix #437, Add new API for obtaining exception task ID
    astrogeco authored May 8, 2020
    Configuration menu
    Copy the full SHA
    998377b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    6175171 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #441 from jphickey/fix-435-string-ops

    Fix #435, fix string manipulations to avoid warnings
    astrogeco authored May 11, 2020
    Configuration menu
    Copy the full SHA
    c1555b8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Increase version to 5.0.16 and update Readme

    Tidy up readme markdown
    Gerardo E. Cruz-Ortiz committed May 13, 2020
    Configuration menu
    Copy the full SHA
    a7a9955 View commit details
    Browse the repository at this point in the history