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

Fix #916, scrub include guards #931

Merged

Commits on Mar 25, 2021

  1. Fix nasa#916, scrub headers in src/bsp and src/os

    Ensure all headers have a consistent include guard and file block comment
    This gets all FSW code within src/os and src/bsp.
    jphickey committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6a3f0b7 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#916, scrub headers in unit tests and ut assert

    Ensure all headers have a consistent include guard and file block comment
    This gets all unit tests (function, not coverage) and ut assert
    jphickey committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    fe5eb35 View commit details
    Browse the repository at this point in the history
  3. Fix nasa#916, scrub headers in unit-test-coverage

    Scrub all include guards and file scope doxygen comments in
    src/unit-test-coverage
    jphickey committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4ce8dec View commit details
    Browse the repository at this point in the history
  4. Fix nasa#916, remove remaining extraneous info

    Filter out author and creation date info (not relevant)
    jphickey committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    da1658e View commit details
    Browse the repository at this point in the history