Robert Clausecker
Robert Clausecker
Hi there, I don't use Linux so I cannot reproduce this issue at the moment. It is very likely that the list of required dependencies has changed from last time....
@ThePlaneGuy45 Why should it not work? I recall that I managed to build a Linux binary just a few years ago. The only problem since is that libpng has changed...
If you decide to do this, please have the courtesy to declare the API of the libfreefare as stable as soon as possible. Having an unchanged but “unstable” API in...
Very cool! Does this also fix that rtprio tasks were not shown in blue on the CPU usage bar? @BenBE, what do you think of this? Is there a way...
> Is there a way to show for the scheduling class what level the process has within the scheduling class? I think niceness and priority class are orthogonal process. E.g....
@BenBE On FreeBSD, everything in the "idle priority" scheduler class has "lower than normal" priority. Maybe new colours for "idle priority" and "real time priority" could be helpful instead.
I'm sorry for not having looked at this before, I honestly kind of forgot this existed. @Alandipert, maybe you could just give commit rights to the submitter?
`whcar_t` is not guaranteed to be any particular encoding. This would require some sort of configure test.
Quite honestly: I don't. This library is likely to explode horribly in your face if you use it concurrently.
Yes, that's very likely. The library is designed to only have a single global context for the application. I made this simplification as there seemed no point in having more...