Tomi Valkeinen
Tomi Valkeinen
Why do you need this?
Ok. Well, pre-boot env is certainly something I didn't plan this library to be used for =). So do you mean you have full linux running in that env, with...
Good question. DmabufFramebuffer needs to store the fd, so that it can mmap. But, e.g. DumbFramebuffer owns its fd, and closes it at destructor. So if you pass the DumbFb's...
That behavior would be slightly different than with ExtFramebuffer and ExtCPUFramebuffer, as neither of those take the ownership of the passed buffer, and expect the caller to keep it alive....
Hmm, so what components are involved in your use case? You can't close the fd in your code? I don't know... I feel a bit uneasy changing the behavior, especially...
So isn't the owner model the same for Ext and Dmabuf fbs? In both cases the caller owns the buffers, and must not close them until they're no longer used....
The "Fix indentation" looks fine, but please don't add "fix an earlier commit in this pull request" commits to a pull request. Just fix the earlier commits, and push the...
There's GetSHA256(). But it only looks for type names and type IDs, so it won't notice things like added fields.
Sorry, I haven't worked on .Net for a long time. If at some point I'll get back to it, I'll also add signed assemblies.
Yes, I never really finished the mechanism to create custom serializers. I didn't want to make all the stuff public, as I felt it's exposing too much internal data, but...