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 20200121 #490

Merged
merged 14 commits into from
Jan 27, 2020
Merged

Integration Candidate 20200121 #490

merged 14 commits into from
Jan 27, 2020

Commits on Jan 8, 2020

  1. Fix #459, resolve doxygen obsolete warning

    anh committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    f4af70f View commit details
    Browse the repository at this point in the history
  2. Fix #355: Add global scope option to omit deprecated items

    Adds a "global_build_options.cmake" file akin to the existing
    arch_build/mission_build option files.  Include an example of
    this file that optionally does add_definitions() to omit the
    deprected elements for build testing.
    jphickey committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b5c369a View commit details
    Browse the repository at this point in the history
  3. Fix #24: Add strict warning flags

    Add extra compile options for mission scope and arch scope.
    
    These are separated to support cross compile environments that
    do not/cannot use the same flags on both builds.
    
    For "mission" build the targets are never cross compiled, only
    built for the native host machine.  It should be safe to assume
    a compiler in the GCC family and the strict warnings should
    _always_ be applicable here.
    
    For "arch" build the options are compiler vendor dependent.  The
    file as-supplied can only be used if all the target cross compilers
    are in the same family and support the same warning options.
    However, this file can be modified without affecting the options
    used for the host side tools.
    jphickey committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ebd356b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Issue #24: Add _custom suffix to extension files

    Add a _custom suffix to differentiate the customization
    file from the base file in the cmake directory.
    jphickey committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    7a2f49b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Update #24: Also enable cast-align warning

    Include in the basic warning set.  Note that at this time the CFE
    does not build cleanly on all architectures with this warning enabled,
    pending resolution of issue #313.
    jphickey committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    c5625fc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Fix #101, Always increment sequence counter

    Adds logic and associated unit tests
    Removes no-longer-used EID
    CDKnightNASA authored and skliper committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    54fbccb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #419 from CDKnightNASA/fix-101-seq_count

    Fix #101, Always increment sequence counter
    skliper authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    108d8e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae5436 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #454 from dmknutsen/issue_412

    Fix #412, Clean up table services comments/references
    skliper authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    fec6a48 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #460 from avan989/new_doxygen_obsolete

    Fix #459, resolve doxygen obsolete warning
    skliper authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    15ed1cd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #462 from jphickey/jph-fix-24-basic-warnings

    Fix #24, Add compiler option examples
    skliper authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    451a94f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #463 from jphickey/jph-fix-335-omit-deprecated

    Fix #355, Add global scope option to omit deprecated items
    skliper authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    80ecc3e View commit details
    Browse the repository at this point in the history
  8. Fix #189, Add test coverage for cfe_efs_task.c

    anh authored and skliper committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    067ffe2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #464 from avan989/update_unitTest

    Fix #189, Unit test for cfe_evs_task.c
    skliper authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    94f91a9 View commit details
    Browse the repository at this point in the history