-
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: 2021-05-18 #1006
Commits on May 6, 2021
-
Fix #983, rename hooks to handlers
CCB 2021-05-05 review item. Makes filenames better match terms used in implementation.
Configuration menu - View commit details
-
Copy full SHA for 1a42cdb - Browse repository at this point
Copy the full SHA 1a42cdbView commit details
Commits on May 11, 2021
-
Fix #999, propagate status code in OS_rmdir
The status code from the low level implementation needs to be returned from the caller, in case it was not OS_SUCCESS.
Configuration menu - View commit details
-
Copy full SHA for 9e85ba9 - Browse repository at this point
Copy the full SHA 9e85ba9View commit details
Commits on May 12, 2021
-
Fix #981, rework "unit-tests" to use macros
Update most of the conditions in the "unit tests" to use the support macros whenever possible. The macros display the function being called as well as the return value being checked for, and therefore this makes it so the test log file can be cross referenced back to the documentation to ensure the documented return codes are being tested. As a nice side effect this also removes quite a bit of repetition in the test programs.
Configuration menu - View commit details
-
Copy full SHA for 0548239 - Browse repository at this point
Copy the full SHA 0548239View commit details -
Fix #1002, remove extra newlines in utassert logs
If messages (e.g. from UtPrintf, etc) already have a newline, do not add another.
Configuration menu - View commit details
-
Copy full SHA for 51e4f85 - Browse repository at this point
Copy the full SHA 51e4f85View commit details -
Merge pull request #985 from jphickey/fix-983-handler-filenames
Fix #983, rename hooks to handlers
Configuration menu - View commit details
-
Copy full SHA for ad0b5db - Browse repository at this point
Copy the full SHA ad0b5dbView commit details -
Merge pull request #1000 from jphickey/fix-999-rmdir-rc
Fix #999, propagate status code in OS_rmdir
Configuration menu - View commit details
-
Copy full SHA for b8ef55c - Browse repository at this point
Copy the full SHA b8ef55cView commit details -
Merge pull request #1003 from jphickey/fix-1002-utassert-newlines
Fix #1002, remove extra newlines in utassert logs
Configuration menu - View commit details
-
Copy full SHA for 2607cd2 - Browse repository at this point
Copy the full SHA 2607cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fad0e4 - Browse repository at this point
Copy the full SHA 1fad0e4View commit details -
Merge pull request #1001 from jphickey/fix-981-rework-unit-tests
Fix #981, rework "unit-tests" to use macros
Configuration menu - View commit details
-
Copy full SHA for 09fe7b7 - Browse repository at this point
Copy the full SHA 09fe7b7View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ec2c2e - Browse repository at this point
Copy the full SHA 3ec2c2eView commit details -
Update #982, Only log failures in id inequality check
This cuts the number of logged test cases from nearly 80k to about 580.
Configuration menu - View commit details
-
Copy full SHA for b18dcc6 - Browse repository at this point
Copy the full SHA b18dcc6View commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 788d3fc - Browse repository at this point
Copy the full SHA 788d3fcView commit details -
Merge pull request #990 from zanzaben/fix982_object_id_test
Fix #982, Add test for object id inline functions
Configuration menu - View commit details
-
Copy full SHA for 278749a - Browse repository at this point
Copy the full SHA 278749aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06bcb18 - Browse repository at this point
Copy the full SHA 06bcb18View commit details -
Merge pull request #998 from zanzaben/fix994_OS_mkdir_inputs
Fix #994, fixed invalid inputs for OS_mkdir
Configuration menu - View commit details
-
Copy full SHA for 2446d69 - Browse repository at this point
Copy the full SHA 2446d69View commit details
Commits on May 19, 2021
-
Merge pull request #987 from ArielSAdamsNASA/CodeQLPreview
Fix #986, Show CodeQL Preview
Configuration menu - View commit details
-
Copy full SHA for 34767d7 - Browse repository at this point
Copy the full SHA 34767d7View commit details -
IC:2021-05-19, Bump to v5.1.0-rc1+dev452
Update Readme and version.h
Configuration menu - View commit details
-
Copy full SHA for c8a97ab - Browse repository at this point
Copy the full SHA c8a97abView commit details