Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nasa/osal Loading
base: b27c73b592543bedddcb6891890f47074d5f27ca
Choose a base ref
...
head repository: nasa/osal Loading
compare: 7a7e6d1f585db719b8914a3697fe76d236b4dee7
Choose a head ref
  • 13 commits
  • 446 files changed
  • 7 contributors

Commits on Apr 20, 2020

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

Commits on Apr 21, 2020

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

Commits on Apr 22, 2020

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

Commits on Apr 28, 2020

  1. Merge pull request #428 from yammajamma/fix-425-Tautological-Assertio…

    …n-Fix
    
    Fix #425, Correct Test_OS_ConvertToArrayIndex assertion typo
    astrogeco committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f31e2d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #403 from skliper/fix346-add-ci-test

    Fix #346, Adds library build, functional, and coverage test to CI
    astrogeco committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a138fba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #426 from skliper/fix424-self-exit-task-delay

    Fix #424, Add looping wait for self exiting task
    astrogeco committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3707b78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #431 from stanislaw/osal-loader

    unit-tests/osloader-test: make modules always be built for the test
    astrogeco committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    230ba68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41862fd View commit details
    Browse the repository at this point in the history
  6. Fix #344, Consistent directory entry size limit

    Changes FileName in os_dirent_t from OS_MAX_PATH_LEN to OS_MAX_FILE_NAME,
    and moves OS_check_name_length into OS_TranslatePath so it is
    consistantly applied everywhere. Also fixes the length checks in
    OS_check_name_length to account for terminating null.
    
    Unit tests updated to match new directory name limit.  Coverage
    tests updated to match simplified logic.
    skliper committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3fdd398 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #423 from skliper/fix344-dirent-name-size

    Fix #344, Consistent directory entry size limit
    astrogeco committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a67ad31 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Fix #285, Refactor OSAL to avoid inclusion of C files

    Use separate source files and CMake-based source selection
    based on feature configuration, rather than using the C
    preprocessor for including/excluding different OSAL function
    groups.
    
    Refactor all implementation units to provide a separate header
    file for each functional group/subsystem.  Remove "static"
    declaration on internal helper functions so they can be invoked
    from unit test.
    jphickey authored and Gerardo E. Cruz-Ortiz committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    1431232 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #427 from jphickey/fix-285-code-selection

    Fix #285, Refactor OSAL code selection
    Gerardo E. Cruz-Ortiz committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    7a7e6d1 View commit details
    Browse the repository at this point in the history
Loading