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

cFE Integration candidate: 2021-09-21 #1967

Merged
merged 25 commits into from
Sep 22, 2021
Merged

cFE Integration candidate: 2021-09-21 #1967

merged 25 commits into from
Sep 22, 2021

Commits on Sep 9, 2021

  1. Fix #1942, add missing inclusions in CFE API headers

    Some CFE API headers were missing dependency inclusions, where the header
    was referencing a type or symbol but not directly including the header
    file that provides that type/symbol.
    
    Adding the dependent include allows the headers to work more consistently.
    jphickey committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    de1e697 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Fix #1835, CFE_Assert macro names

    Replace "CFE_UtAssert" macro prefix with "CFE_Assert", to match
    the naming convention.  (The "UtAssert" was a carry over from
    the coverage test environment).
    jphickey committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    06a293b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Fix #1949, update msgid testcase to match implementation

    Updates the test case for "CFE_MSG_SetMsgId()" to write a value that
    is outside the set of storable values for MsgId.  This test has a
    caveat that it is somewhat implementation-dependent, but by passing
    a MsgId value with all bits set, at least one of those bits is
    likely not correlated with a real header bit.
    jphickey committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    587d1f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    8f77fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4f993 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bab1561 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1948 from jphickey/fix-1835-cfe-assert-macronames

    Fix #1835, CFE_Assert macro names
    astrogeco authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    bb936ef View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1950 from jphickey/fix-1949-update-testcase

    Fix #1949, update msgid testcase to match implementation
    astrogeco authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    25426ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    175fc17 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Configuration menu
    Copy the full SHA
    828ee58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea582ac View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Merge pull request #1962 from skliper/fix1961-testgettime

    Fix #1961, Single time domain in functional time tests
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    5f5be83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1943 from jphickey/fix-1942-include-dependencies

    Fix #1942, add missing inclusions in CFE API headers
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b6928b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1964 from skliper/fix1963-func_no_format_ram

    Fix #1963, Use existing /ram for FS header test
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f443ce3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1956 from skliper/fix1955-func_data_nonzero

    Fix #1955, Add static local to function test so data section is nonzero
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    0a40c5b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1958 from skliper/fix1957-func_crc

    Fix #1957, Functional CRC converted to MIR to handle different implementations
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    596e977 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1953 from skliper/fix1951-func_lib_name

    Fix #1951, Only check base filename in library info functional
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3d588fa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1960 from skliper/fix1959-es_task_test

    Fix #1959, Make invalid buffer length consistent in es task test
    astrogeco committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e87b7de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3784ca View commit details
    Browse the repository at this point in the history
  9. Hotfix #1967, Rename CFE_UtAssert in functional

    Errant CFE_UtAssert snuck in with merge of #1960
    astrogeco committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3c35e2b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1970 from skliper/fix1969-ut_confirm_reset

    Fix #1969, Confirm sb/time reset requirements in coverage test
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9f361fd View commit details
    Browse the repository at this point in the history
  11. Fix broken link in Application Developers Guide (#1947)

    Fixes broken section anchor link in table of contents
    Nodraak authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    09cf122 View commit details
    Browse the repository at this point in the history
  12. Fix #1971, avoid alias warning on some compilers

    Use an intermediate variable of type CFE_ES_MemPoolBuf_t to store
    the address.
    jphickey committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8dc1503 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge pull request #1972 from jphickey/fix-1971-alias-warning

    Fix #1971, avoid alias warning on some compilers
    astrogeco committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    87120fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0352be0 View commit details
    Browse the repository at this point in the history