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

Fix #762, scrub of all CFE UT stub functions #763

Merged

Commits on Jun 5, 2020

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

Commits on Jun 10, 2020

  1. Merge pull request nasa#729 from nasa/integration-candidate

    Integration Candidate: 2020-05-27
    astrogeco committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ad2190a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Merge pull request nasa#743 from nasa/integration-candidate

    Integration Candidate: 2020-06-10
    astrogeco committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1df042b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Merge pull request nasa#738 from CDKnightNASA/fix-730-tbl_filedef_nulls

    Fx nasa#730, Adds null to FILEDEFs
    astrogeco committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    dcb00a4 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#604, Added cFE User's Guide Reference to README.md (nasa#742)

    * Fix nasa#604, Add a reference to cFE User's Guide to cFE README.md
    
    This reference was placed toward the top of the document, before the Version History section.
    JandlynBentley-at-NASA committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    5903b84 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

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

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    5d9e5fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request nasa#756 from nasa/integration-candidate

    Integration Candidate: 2020-06-17
    astrogeco committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    84ec281 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Fix nasa#762, scrub of all CFE UT stub functions

    Scrubs all CFE unit test functions to ensure that:
    
    1. All functions in the CFE public API have a stub function implemented
    2. All parameters to the stub function are registered in the context object,
       so the values will be available to hook functions.
    3. The names of all parameters match the prototype/documentation, so hook
       functions that use name-based argument value retrieval will work.
    jphickey committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    79f1c38 View commit details
    Browse the repository at this point in the history