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 20191001 #264

Merged
merged 5 commits into from
Oct 2, 2019
Merged

Integration Candidate 20191001 #264

merged 5 commits into from
Oct 2, 2019

Commits on Sep 18, 2019

  1. Fix #15: warnings in OSAL unit test code

    Qualify all pointers referring to string literals as `const`
    Eliminate unused local variables
    Add missing local function prototypes.
    jphickey committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ba82d52 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    ef6863f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e572937 View commit details
    Browse the repository at this point in the history
  3. Fix #17: Update function description blocks across OSAL

    Update all block comments for OSAL functions to follow a
    consistent style and ensure correctness of the descriptions.
    
    - All documentation covering the specific details, inputs/outputs
    and return values should be on the function _declaration_, not the
    definition.
    
    - The definition should also contain a block comment for visual
    distinction in the source file, but should be brief and refer
    back to the prototype/declaration for detail.  Any detail information
    that was indicated only with the definition is moved to the
    declaration.
    
    - Add doxygen tags/markup to external/public API block comments
    and expand the descriptions of these functions where needed.
    
    - Add block comments to the internal API prototypes, but _not_
    as doxygen tags/markup.  Note these functions are internal use,
    not part of the public API, and are not necessarily intended
    to be stable across OSAL releases like the public API is.
    
    - Removed stray prototypes for functions where there was no
    actual definition/implementation.
    jphickey authored and skliper committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    689a3cc View commit details
    Browse the repository at this point in the history
  4. CCB 2019-09-25: Merge #10, #11, #15, #17

    Reviewed and approved at 2019-09-25 CCB
    skliper committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    4f6afbe View commit details
    Browse the repository at this point in the history