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 #63

Merged
merged 6 commits into from
May 13, 2020

Commits on Apr 27, 2020

  1. Fix #60, incorrect conversion specifier

    Corrects a format mismatch warning on some platforms.
    jphickey committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4e2847e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Fix #53, Opaque CFE_SB_MsgId_t values

    Do not assume CFE_SB_MsgId_t is implicitly integral in nature.
    When an integer value is required for printing or backward
    compatibility, use the explicit conversion routine to
    get this.
    jphickey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    e691304 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Merge pull request #61 from jphickey/fix-60-format-err

    Fix #60, incorrect conversion specifier
    astrogeco authored May 8, 2020
    Configuration menu
    Copy the full SHA
    7050751 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from jphickey/fix-53-opaque-msgid

    Fix #53, Opaque CFE_SB_MsgId_t values
    astrogeco authored May 8, 2020
    Configuration menu
    Copy the full SHA
    8a77aa7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Fix #64, add CFE_SB_InitMsg() for housekeeping UT (HOTFIX)

    The FSW code relies on the message being pre-initalized which
    needs to be done explicitly in unit test code.
    jphickey committed May 11, 2020
    Configuration menu
    Copy the full SHA
    155a3e7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Increase version to 1.1.9. Update Readme and tidyup whitespace using …

    …Tidy-Markdown
    Gerardo E. Cruz-Ortiz committed May 13, 2020
    Configuration menu
    Copy the full SHA
    6c3972b View commit details
    Browse the repository at this point in the history