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

Integration Candidate: 2020-11-10 #652

Merged
merged 7 commits into from
Nov 16, 2020
Merged

Integration Candidate: 2020-11-10 #652

merged 7 commits into from
Nov 16, 2020

Commits on Nov 4, 2020

  1. Fix #637, static module unload fix

    Mark static modules with a different type, and check that type at unload.
    Only call unload low level implementation if type is dynamic.
    jphickey committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    ba6375c View commit details
    Browse the repository at this point in the history
  2. Fix #641, add flags to OS_ModuleLoad

    Add flags to indicate symbol visibility for OS_ModuleLoad().
    
    By default (flags=0) symbols will have global visibility,
    which should be the same as existing behavior.
    jphickey committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c70936e View commit details
    Browse the repository at this point in the history
  3. Update #641, revert change to OS_SymbolLookup()

    This restores the original behavior when using OS_SymbolLookup on POSIX,
    so it doesn't return OS_ERR_NOT_IMPLEMENTED.
    
    This is required for transitional purposes.  Will submit a separate bug
    about use platform-dependent logic here.
    jphickey committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    a32392a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Merge pull request #638 from jphickey/fix-637-module-unload

    Fix #637, fix OS_ModuleUnload for static modules
    astrogeco committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f2f1f44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #643 from jphickey/fix-641-moduleload-flags

    Fix #641, add OS_ModuleLoad flags
    astrogeco committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    8a9e736 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Update #641, Doxygen comment corrections

    Add doxygen comment for flags parameter on OS_ModuleLoad
    
    Also correct the capitalization of parameters to the
    OS_ModuleSymbolLookup which caused them to be
    reported as undocumented.
    jphickey committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    3f5e8f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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