Ondrej Mosnáček
Ondrej Mosnáček
Has there been any progress on this? I have a moderately complex kernel that just takes forever to compile. I've been waiting for several minutes now, stack trace still incredibly...
I just tried with current master (instead of the version provided by Ubuntu Zesty) and the problem is still present.
OK, I replaced some conditional code with a branchless equivalent and now pocl is able to compile it. So the problem seems to be caused by too many conditionals inside...
Sure, no problem. My original code was not optimal anyway (it's targeting GPUs), so at least it forced me to improve it :)
Hm... I cannot reproduce it locally - might be some issue in the build environment where it happened. Let me investigate...
So this happens only when the locale is set to "C" (or something else non-UTF-8). Overriding it to e.g. "C.UTF-8" makes the test pass. A workaround is to run the...
After some digging, it seems that the main difference is that Qt 5+ respects the codec chosen by libicu, which returns UTF-8 also for the plain C locale, at least...
I updated the PR to use the new QuaZip development interface (where we can take advantage of pkgconfig) used in version 1.0 and later. Previous version would work against the...
Updated to also use pkgconfig for zlib, which is used directly by `kzip.cpp`, which I missed before. Also I changed it to just react to the built-in `link_pkgconfig` config rather...
@Isarhamster Any feedback to this and the other PR? I'm currently carrying these as downstream patches in Fedora [1]. It would be nice to have them included in an official...