-
Notifications
You must be signed in to change notification settings - Fork 217
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
osal Integration Candidate: Caelum+dev2 #1212
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2abd8e6 - Browse repository at this point
Copy the full SHA 2abd8e6View commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09032ee - Browse repository at this point
Copy the full SHA 09032eeView commit details
Commits on Jan 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7aa674c - Browse repository at this point
Copy the full SHA 7aa674cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bf245 - Browse repository at this point
Copy the full SHA a3bf245View commit details
Commits on Jan 10, 2022
-
Fix #1199, correct warnings on gcc11
These new warnings are detected by the new compiler. They are all places in unit test where an uninitialized value is passed via "const" pointer into a unit under test. By definition a "const" pointer is always an input. While the warning is pedantically true - should not pass an uninitialized struct as an input - these were all unit tests where the object value is a don't-care value, so it does not matter. But to fix the warning, simply need to initialize a value before making the call.
Configuration menu - View commit details
-
Copy full SHA for e51cbe3 - Browse repository at this point
Copy the full SHA e51cbe3View commit details
Commits on Jan 18, 2022
-
Fix #1204, Search global and local symbol tables
- Refactors symbol table searching to include both local and global symbol tables for POSIX - Renamed global search to generic since there isn't currently a use case for global only search
Configuration menu - View commit details
-
Copy full SHA for 82487f9 - Browse repository at this point
Copy the full SHA 82487f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ab4e1 - Browse repository at this point
Copy the full SHA 45ab4e1View commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 92308d9 - Browse repository at this point
Copy the full SHA 92308d9View commit details -
Merge pull request #1201 from kurtjd/fix-1200-add-missing-space-UtAss…
…ert_STUB_COUNT Fix #1200, Add missing space to UtAssert_STUB_COUNT
Configuration menu - View commit details
-
Copy full SHA for 2b15096 - Browse repository at this point
Copy the full SHA 2b15096View commit details -
Merge pull request #1202 from kurtjd.fix-1196-add-uint8-and-uint16-eq…
…uivalents-for-UtAssert_UINT32-macros Fix #1196, Add UINT8 and UINT16 equivalents for UtAssert_UINT32_<Comparison> macros
Configuration menu - View commit details
-
Copy full SHA for 3d1a7e4 - Browse repository at this point
Copy the full SHA 3d1a7e4View commit details -
Merge pull request #1203 from jphickey/fix-1199-gcc11-warnings
Fix #1199, correct warnings on gcc11 # Please enter a commit message to explain why this merge is necessary,
Configuration menu - View commit details
-
Copy full SHA for 17b7163 - Browse repository at this point
Copy the full SHA 17b7163View commit details -
Merge pull request #1211 from skliper/fix1210-os_stat_handler_init
Fix #1210, Set output in OS_stat handler
Configuration menu - View commit details
-
Copy full SHA for cf01555 - Browse repository at this point
Copy the full SHA cf01555View commit details
Commits on Jan 20, 2022
-
Merge pull request #1190 from ArielSAdamsNASA/fix-1188-reuse-workflows
Fix #1188, Reuse CodeQL, Static Analysis, Format Check
Configuration menu - View commit details
-
Copy full SHA for c67450b - Browse repository at this point
Copy the full SHA c67450bView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6375bbf - Browse repository at this point
Copy the full SHA 6375bbfView commit details