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

osal Integration candidate: Caelum+dev1 #1191

Merged
merged 13 commits into from
Dec 6, 2021

Commits on Jul 20, 2021

  1. Partial nasa#1108, add typedef for OSAL status codes

    Minimal change to add a typedef for OS_Status_t, a macro
    for constants/literals, and an inline function to convert
    to "long" for printing/logging.
    jphickey committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f097d7d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Fix nasa#1167, vxWorks intLib stub aliasing issue

    Use a separate local variable rather than casting to (void **).
    jphickey committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    a2ad51e View commit details
    Browse the repository at this point in the history
  2. Fix nasa#1166, recognize ifdef __cplusplus

    Add feature to generate_stubs.pl input phase to recognize and
    skip over `#ifdef __cplusplus` blocks.  This makes it so it
    can be used on C headers which are C++-enabled too.
    jphickey committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    f2fbc90 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

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

Commits on Oct 9, 2021

  1. Update generate_stubs.pl

    Shefali199 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    b16c6f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

Commits on Nov 3, 2021

  1. Merge pull request nasa#1112 from jphickey/partial-1108-add-typedef

    Partial nasa#1108, add typedef for OSAL status codes
    astrogeco committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    84d76c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nasa#1180 from Shefali321/contribution-branch

    Fix nasa#1139, Remove extern in stub prototypes
    astrogeco committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    56ad768 View commit details
    Browse the repository at this point in the history
  3. Merge pull request nasa#1169 from jphickey/fix-1166-stubgen-ifdef-cpl…

    …usplus
    
    Fix nasa#1166, recognize ifdef __cplusplus
    astrogeco committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4a2cadd View commit details
    Browse the repository at this point in the history
  4. Merge pull request nasa#1168 jphickey/fix-1167-vxworks-alias

    Fix nasa#1167, vxWorks intLib stub aliasing issue
    astrogeco committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ea46a57 View commit details
    Browse the repository at this point in the history
  5. Merge pull request nasa#1178 from thesamprice/1177-OSTimeComment

    Fix nasa#1177 Rename OS_XXXTime to OS_XXXLocalTime in comments
    astrogeco committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    379f19f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge pull request nasa#1186 from ArielSAdamsNASA:fix-1183-local-unit…

    …-test-duplicate-check
    
    Fix nasa#1183, Add Duplicate Check to Local Unit Test
    astrogeco committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    136faa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Update build baseline and bump to v6.0.0-rc4+dev15

    - Set new build baseline for cFS-Caelum-rc4: v6.0.0-rc4
    astrogeco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    30635f8 View commit details
    Browse the repository at this point in the history