-
Notifications
You must be signed in to change notification settings - Fork 203
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
Commits on Jan 8, 2020
-
Fix #459, resolve doxygen obsolete warning
anh committedJan 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f4af70f - Browse repository at this point
Copy the full SHA f4af70fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b5c369a - Browse repository at this point
Copy the full SHA b5c369aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ebd356b - Browse repository at this point
Copy the full SHA ebd356bView commit details
Commits on Jan 9, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7a2f49b - Browse repository at this point
Copy the full SHA 7a2f49bView commit details
Commits on Jan 15, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for c5625fc - Browse repository at this point
Copy the full SHA c5625fcView commit details
Commits on Jan 21, 2020
-
Fix #101, Always increment sequence counter
Adds logic and associated unit tests Removes no-longer-used EID
Configuration menu - View commit details
-
Copy full SHA for 54fbccb - Browse repository at this point
Copy the full SHA 54fbccbView commit details -
Merge pull request #419 from CDKnightNASA/fix-101-seq_count
Fix #101, Always increment sequence counter
Configuration menu - View commit details
-
Copy full SHA for 108d8e1 - Browse repository at this point
Copy the full SHA 108d8e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae5436 - Browse repository at this point
Copy the full SHA dae5436View commit details -
Merge pull request #454 from dmknutsen/issue_412
Fix #412, Clean up table services comments/references
Configuration menu - View commit details
-
Copy full SHA for fec6a48 - Browse repository at this point
Copy the full SHA fec6a48View commit details -
Merge pull request #460 from avan989/new_doxygen_obsolete
Fix #459, resolve doxygen obsolete warning
Configuration menu - View commit details
-
Copy full SHA for 15ed1cd - Browse repository at this point
Copy the full SHA 15ed1cdView commit details -
Merge pull request #462 from jphickey/jph-fix-24-basic-warnings
Fix #24, Add compiler option examples
Configuration menu - View commit details
-
Copy full SHA for 451a94f - Browse repository at this point
Copy the full SHA 451a94fView commit details -
Merge pull request #463 from jphickey/jph-fix-335-omit-deprecated
Fix #355, Add global scope option to omit deprecated items
Configuration menu - View commit details
-
Copy full SHA for 80ecc3e - Browse repository at this point
Copy the full SHA 80ecc3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 067ffe2 - Browse repository at this point
Copy the full SHA 067ffe2View commit details -
Merge pull request #464 from avan989/update_unitTest
Fix #189, Unit test for cfe_evs_task.c
Configuration menu - View commit details
-
Copy full SHA for 94f91a9 - Browse repository at this point
Copy the full SHA 94f91a9View commit details