-
Notifications
You must be signed in to change notification settings - Fork 32
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
add fixed provider #976
base: main
Are you sure you want to change the base?
add fixed provider #976
Conversation
@@ -0,0 +1,330 @@ | |||
#include "base.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing copyright
please keep system indludes first, then umf public API, then local
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright - added. An order of the includes are consistent with other provider tests. So unless we will fix it in all files, it should stay the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR depends on #981 and should be merged after it.
After having applied the requested changes the tests starts to fail and they should be fixed accordingly.
#981 has been merged. Rebase please. |
umfFileMemoryProviderOps | ||
umfFileMemoryProviderParamsCreate | ||
umfFileMemoryProviderParamsDestroy | ||
umfFileMemoryProviderParamsSetPath | ||
umfFileMemoryProviderParamsSetProtection | ||
umfFileMemoryProviderParamsSetVisibility | ||
umfFixedMemoryProviderOps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add new functions to LIBUMF_0.11 set (requires #974 merged + rebase)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if it will be merged....
e9f92ca
to
4e91bc9
Compare
Description
Checklist