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: 2021-05-18 #1006

Merged
merged 17 commits into from
May 19, 2021
Merged

osal Integration candidate: 2021-05-18 #1006

merged 17 commits into from
May 19, 2021

Commits on May 6, 2021

  1. Fix #983, rename hooks to handlers

    CCB 2021-05-05 review item.  Makes filenames better match terms
    used in implementation.
    jphickey committed May 6, 2021
    Configuration menu
    Copy the full SHA
    1a42cdb View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Fix #999, propagate status code in OS_rmdir

    The status code from the low level implementation needs to
    be returned from the caller, in case it was not OS_SUCCESS.
    jphickey committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9e85ba9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Fix #981, rework "unit-tests" to use macros

    Update most of the conditions in the "unit tests" to use the
    support macros whenever possible.  The macros display the
    function being called as well as the return value being checked
    for, and therefore this makes it so the test log file can be
    cross referenced back to the documentation to ensure the
    documented return codes are being tested.
    
    As a nice side effect this also removes quite a bit of
    repetition in the test programs.
    jphickey committed May 12, 2021
    Configuration menu
    Copy the full SHA
    0548239 View commit details
    Browse the repository at this point in the history
  2. Fix #1002, remove extra newlines in utassert logs

    If messages (e.g. from UtPrintf, etc) already have a newline,
    do not add another.
    jphickey committed May 12, 2021
    Configuration menu
    Copy the full SHA
    51e4f85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #985 from jphickey/fix-983-handler-filenames

    Fix #983, rename hooks to handlers
    astrogeco authored May 12, 2021
    Configuration menu
    Copy the full SHA
    ad0b5db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1000 from jphickey/fix-999-rmdir-rc

    Fix #999, propagate status code in OS_rmdir
    astrogeco authored May 12, 2021
    Configuration menu
    Copy the full SHA
    b8ef55c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1003 from jphickey/fix-1002-utassert-newlines

    Fix #1002, remove extra newlines in utassert logs
    astrogeco authored May 12, 2021
    Configuration menu
    Copy the full SHA
    2607cd2 View commit details
    Browse the repository at this point in the history
  6. Fix #986, Show CodeQL Preview

    ArielSAdamsNASA authored and arielswalker committed May 12, 2021
    Configuration menu
    Copy the full SHA
    1fad0e4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1001 from jphickey/fix-981-rework-unit-tests

    Fix #981, rework "unit-tests" to use macros
    astrogeco authored May 12, 2021
    Configuration menu
    Copy the full SHA
    09fe7b7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    3ec2c2e View commit details
    Browse the repository at this point in the history
  2. Update #982, Only log failures in id inequality check

    This cuts the number of logged test cases from nearly 80k to about 580.
    jphickey committed May 14, 2021
    Configuration menu
    Copy the full SHA
    b18dcc6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Work #384, #640, #672, Minor fixes to osal config guide (#812)

    * Minor documentation enhancements
    Kronos3 authored May 18, 2021
    Configuration menu
    Copy the full SHA
    788d3fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #990 from zanzaben/fix982_object_id_test

    Fix #982, Add test for object id inline functions
    astrogeco authored May 18, 2021
    Configuration menu
    Copy the full SHA
    278749a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06bcb18 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #998 from zanzaben/fix994_OS_mkdir_inputs

    Fix #994, fixed invalid inputs for OS_mkdir
    astrogeco authored May 18, 2021
    Configuration menu
    Copy the full SHA
    2446d69 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge pull request #987 from ArielSAdamsNASA/CodeQLPreview

    Fix #986, Show CodeQL Preview
    astrogeco authored May 19, 2021
    Configuration menu
    Copy the full SHA
    34767d7 View commit details
    Browse the repository at this point in the history
  2. IC:2021-05-19, Bump to v5.1.0-rc1+dev452

    Update Readme and version.h
    astrogeco committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c8a97ab View commit details
    Browse the repository at this point in the history