Open source release of the cFS framework bundle under the Apache 2.0 license.
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
What's Changed
- Fix #6, remove implicit padding by @dmknutsen in #24
- Fix #8 #9, Resolve static analysis warnings by @skliper in #28
- Fix #7, Add requirements rationale by @skliper in #31
- Fix #32, Remove CFE_PSP_MemSet and CFE_PSP_MemCpy use by @skliper in #33
- Fix #34, Updates CLA information for Apache 2.0 by @chillfig in #35
- Fix #29, Added codeql-build.yml by @havencarlson in #30
- Fix #10 #14, Improve code coverage by @skliper in #36
- Fix #27, Add library support to application checksum computing function. by @dzbaker in #37
- Fix #40, Remove empty else condition and stray TODO by @skliper in #41
- Fix #38, Remove stray terminators by @skliper in #39
- Fix #42, Resolve usersguide issues with doxygen 1.8.17 by @skliper in #43
- Fix #46, Remove unnecessary parentheses around return values. by @thnkslprpt in #47
- Fix #48, Remove 'return;' from last line of void functions. by @thnkslprpt in #49
- Fix #50, Remove redundant/inconsistent comments (/* end of function /, / end if */ etc.) and clean up empty lines. by @thnkslprpt in #51
- Fix #55, Moves interface definition files to inc by @chillfig in #56
- Fix #59, Replace quotes with angle brackets in /inc by @dmknutsen in #60
- Fix #44, Update function key in CS_RecomputeAppChildTask_Test_DefEntryId by @thnkslprpt in #65
- Fix #62, Adds null termination to table name processing by @chillfig in #66
- Fix #71, table processing fixes by @jphickey in #73
- Fix #67, Combine consecutive, mutually-exclusive status checks by @thnkslprpt in #68
- Fix #69, Simplify CS_AttemptTableReshare by @thnkslprpt in #70
- Fix #76, Move function prototypes out of
cs_app.cby @thnkslprpt in #77 - Fix #78, Convert
int32return codes and variables toCFE_Status_tby @thnkslprpt in #79 - Fix #80, Update Command Code underscores for consistency by @thnkslprpt in #81
- Fix #75, Moved command validation out of command functions by @havencarlson in #87
- Fix #74, cmd and tlm messages use payload sub-structure by @havencarlson in #88
- Fix #82, Convert integers holding boolean truth values to
boolby @thnkslprpt in #83 - Fix #13, Use
CFE_MSG_PTRinstead of&(x).Msgby @thnkslprpt in #89 - Fix-91-buffer-overflow-unit-test by @avan989 in #92
- Fix #93, Replaces strncpy and strlen by @chillfig in #94
- Fix #52, Apply consistent Event ID names to common events by @thnkslprpt in #53
- Fix #103, Simplify
CS_ComputeAppby removing redundantResultvariable by @thnkslprpt in #104 - Fix #118, update pointer arg types by @jphickey in #120
- Open Source Draco Release by @dzbaker in #121
New Contributors
- @dmknutsen made their first contribution in #24
- @skliper made their first contribution in #28
- @chillfig made their first contribution in #35
- @havencarlson made their first contribution in #30
- @dzbaker made their first contribution in #37
- @thnkslprpt made their first contribution in #47
- @jphickey made their first contribution in #73
- @avan989 made their first contribution in #92
Full Changelog: v2.5.1...v7.0.0