-
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 2020-05-13 #712
Commits on May 7, 2020
-
Fix #684, order of CleanupTaskResources
When cleaning up a task the child task resources should be cleaned first, followed by the main task resources. This is because child tasks are also associated with the original creator within OSAL and will be found through OSAL ForEachObject, and also via links within the ES task table. By cleaning child tasks first, this avoids attempting to delete the child task twice.
Configuration menu - View commit details
-
Copy full SHA for 8dad536 - Browse repository at this point
Copy the full SHA 8dad536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c42bf - Browse repository at this point
Copy the full SHA 75c42bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84809a7 - Browse repository at this point
Copy the full SHA 84809a7View commit details
Commits on May 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for de30de0 - Browse repository at this point
Copy the full SHA de30de0View commit details
Commits on May 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 070af1e - Browse repository at this point
Copy the full SHA 070af1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8042159 - Browse repository at this point
Copy the full SHA 8042159View commit details
Commits on May 18, 2020
-
Fix #679, Alignment warnings in UT
Resolve remaining alignment warnings in the unit test and stub code. In es_UT.c test cases were passing a char* as a stack pointer (uint32*) Memory pool code was also using uint8[] buffer as uint32. Most casting becomes unnecessary when defined as the correct type.
Configuration menu - View commit details
-
Copy full SHA for 744a9b4 - Browse repository at this point
Copy the full SHA 744a9b4View commit details
Commits on May 19, 2020
-
Fix #657, Register context in SendEvent and SysLog stubs
Add missing UT_Stub_RegisterContext to CFE_EVS_SendEvent and CFE_ES_WriteToSysLog. This will create the correct register buffer size.
Configuration menu - View commit details
-
Copy full SHA for 84e10c5 - Browse repository at this point
Copy the full SHA 84e10c5View commit details -
Fix #707, Resolve highest MsgID of 0xFFFF bug
Changes Message Key from uint16 to uint32 to avoid rollover
Configuration menu - View commit details
-
Copy full SHA for 71f3242 - Browse repository at this point
Copy the full SHA 71f3242View commit details -
Merge pull request #686 from CDKnightNASA/fix-681-tbl_doxygen
Fix #681, Resolve doxygen warnings for tbl
Configuration menu - View commit details
-
Copy full SHA for c72b0ba - Browse repository at this point
Copy the full SHA c72b0baView commit details -
Merge pull request #699 from skliper/fix309-syslog-typo
Fix #309, Typo in CFE_ES_RestartApp WriteToSysLog
Configuration menu - View commit details
-
Copy full SHA for 28faa4c - Browse repository at this point
Copy the full SHA 28faa4cView commit details -
Merge pull request #685 from jphickey/fix-684-cleanup-reorder
Fix #684, order of CleanupTaskResources
Configuration menu - View commit details
-
Copy full SHA for df31b09 - Browse repository at this point
Copy the full SHA df31b09View commit details -
Merge pull request #688 from CDKnightNASA/fix-687-tblhandle_verify
Fix #687, validate table handle prior to use
Configuration menu - View commit details
-
Copy full SHA for 0fa7baf - Browse repository at this point
Copy the full SHA 0fa7bafView commit details -
Merge pull request #698 from CDKnightNASA/fix-693-sb_UT
Fix #693, Utilize UT macros in sb_UT
Configuration menu - View commit details
-
Copy full SHA for db6f048 - Browse repository at this point
Copy the full SHA db6f048View commit details
Commits on May 20, 2020
-
Merge pull request #673 from jtovias/fix657-add-UT-Stub-RegisterContext
Fix #657, Add UT_Stub_RegisterContext to CFE_EVS_SendEvent and CFE_ES_WriteToSysLog
Configuration menu - View commit details
-
Copy full SHA for 5727781 - Browse repository at this point
Copy the full SHA 5727781View commit details -
Merge pull request #708 from skliper/fix707-msgkey-type-bug
Fix #707, Resolve highest MsgID of 0xFFFF bug
Configuration menu - View commit details
-
Copy full SHA for 4d78023 - Browse repository at this point
Copy the full SHA 4d78023View commit details -
Merge pull request #691 from jphickey/fix-679-ut-alignment-warnings
Fix #679, Alignment warnings in unit test
Configuration menu - View commit details
-
Copy full SHA for a702b83 - Browse repository at this point
Copy the full SHA a702b83View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 92c3521 - Browse repository at this point
Copy the full SHA 92c3521View commit details
Commits on May 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 31659cc - Browse repository at this point
Copy the full SHA 31659ccView commit details