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+dev2 #1212

Merged
merged 14 commits into from
Jan 21, 2022
Merged

osal Integration Candidate: Caelum+dev2 #1212

merged 14 commits into from
Jan 21, 2022

Commits on Oct 27, 2021

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

Commits on Jan 7, 2022

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

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    7aa674c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3bf245 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Fix #1199, correct warnings on gcc11

    These new warnings are detected by the new compiler. They are all places
    in unit test where an uninitialized value is passed via "const" pointer
    into a unit under test.  By definition a "const" pointer is always an
    input.
    
    While the warning is pedantically true - should not pass an uninitialized
    struct as an input - these were all unit tests where the object value
    is a don't-care value, so it does not matter.  But to fix the warning,
    simply need to initialize a value before making the call.
    jphickey committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e51cbe3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Fix #1204, Search global and local symbol tables

    - Refactors symbol table searching to include
      both local and global symbol tables for POSIX
    - Renamed global search to generic since there
      isn't currently a use case for global only search
    skliper committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    82487f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ab4e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Merge pull request #1206 from skliper/fix1204_symbollookup

    Fix #1204, Search global and local symbol tables #1206
    astrogeco committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    92308d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1201 from kurtjd/fix-1200-add-missing-space-UtAss…

    …ert_STUB_COUNT
    
    Fix #1200, Add missing space to UtAssert_STUB_COUNT
    astrogeco committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2b15096 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1202 from kurtjd.fix-1196-add-uint8-and-uint16-eq…

    …uivalents-for-UtAssert_UINT32-macros
    
    Fix #1196, Add UINT8 and UINT16 equivalents for UtAssert_UINT32_<Comparison> macros
    astrogeco committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    3d1a7e4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1203 from jphickey/fix-1199-gcc11-warnings

    Fix #1199, correct warnings on gcc11
    
     # Please enter a commit message to explain why this merge is necessary,
    astrogeco committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    17b7163 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1211 from skliper/fix1210-os_stat_handler_init

    Fix #1210, Set output in OS_stat handler
    astrogeco committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    cf01555 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge pull request #1190 from ArielSAdamsNASA/fix-1188-reuse-workflows

    Fix #1188, Reuse CodeQL, Static Analysis, Format Check
    astrogeco committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    c67450b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Bump to v6.0.0-rc4+dev29

    astrogeco committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    6375bbf View commit details
    Browse the repository at this point in the history