subdiff : software systems
subdiff : software systems
Yea, that looks very nice. And it's great how compact it is. std::vector could be also composited but subclassing gives direct access to all its functionality and a spy should...
> I assume the spy will be used in a multi-threaded context, wait() being a blocking call? Yes. > QSignalSpy creates an event loop whenever wait() gets invoked. This loop...
> There is no obvious solution, I do not think implementing a generic event-loop agnostic spy is a good idea. Generally speaking, the wait() method should start or defer the...
I have added now some more info in the first post. Check it out and tell me if you think the plan is sound. > Thanks for the detailed issue,...
Something similar should hold for the alpha property. Once suitable plane has been found alpha should always be changable without the need to realloc.
Thanks, can I get some feedback on why the other commits weren't merged?
> * I'd still prefer not to have `\n` in debug messages. > * I'd prefer not to add log sections or special formatting (`LIFTOFF_LOG_SECTION_*`). IMHO adds too much complexity....
> > Thought about this again and what I need is a way to separate one burst of information from another one (i.e. per frame). In the default log I...
I tested it now and it works fine: ``` Computing plane allocation on output 0x55fd5876d920 Planes on CRTC 62: Plane 55: type: primary FB_ID: 107 IN_FENCE_FD: -1 CRTC_ID: 62 CRTC_X:...
I experience this issue already for longer with my blog: https://subdiff.org/blog Whenever I added a new blog post the above site with the list of posts did not load. With...