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-08-19 #833

Merged
merged 14 commits into from
Aug 25, 2020
Merged

Integration Candidate: 2020-08-19 #833

merged 14 commits into from
Aug 25, 2020

Commits on Aug 14, 2020

  1. Fix #711, Add message header module

    Implements message header module such that users
    can customize or extend as needed.
     - Separates code for easier selection
     - Implements consistent getter/setter APIs
     - Fix #736/#781: MsgId logic no longer overrides bits in init
     - Fix #529: Get size supports max size
     - Adds single big endian time implementation, but not selected
     - Adds msg module to module list
     - Adds msg module to cppcheck
    skliper committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    d3a073e View commit details
    Browse the repository at this point in the history
  2. Fix #711, Update SB/CCSDS FSW for msg module

    - Fix #733: Validate checksum description update
    - Fix #597: Remove local endian SID macros
    - Updates SB to use msg module
    - General cleanup
    skliper committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8563679 View commit details
    Browse the repository at this point in the history
  3. Fix #711, SB unit test updates for msg module

    - Removes dependencies on old macros
    - Simplifies unit tests
    - Treats msg module as internal code for now (temporary)
    skliper committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    97682b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    164c75e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge pull request #726 from skliper/fix711-msg-access

    Fix #711, Separate secondary header access functions
    yammajamma authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    fc0c586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1582beb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #801 from skliper/fix795-time-format

    Fix #795, Remove legacy time header format support
    yammajamma authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f8c7754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2f1c57 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #819 from skliper/fix794-msg-stubs

    Fix #794, Add msg stubs and update SB UT
    yammajamma authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    faebfc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    582ea3b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Merge pull request #838 from skliper/integration-candidate

    HOTFIX for #801 on IC-20200819: Deprecated time format verify logic fix
    astrogeco authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e4f7c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d68ce8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #840 from skliper/hotfix-msg-ut-subtest

    HOTFIX - no longer add unit tests from within unit tests in msg UT
    yammajamma authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    61a15e4 View commit details
    Browse the repository at this point in the history
  4. Increase version to 6.8.0-rc1+dev26, update readme

    Update cfe to reflect HOTFIX #840
    yammajamma committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    993d556 View commit details
    Browse the repository at this point in the history