Wojciech Muła

Results 94 comments of Wojciech Muła

Hi Christian! The Apache License is fine for me too, feel free to use the code. :) I will upgrade the repo later and make the project dual-licensed.

Sure! Would you provide a merge request?

Hi, I'm not maintaining this tool anymore and I think it's quite simple one. Not sure if it's worth publishing.

There's no simple way to cleanup header files. I don't know what criteria should be used then. BTW, did you try https://clang.llvm.org/extra/include-fixer.html?

That's interesting. Maybe some static objects/fields are not pulled into program?

I use Geeqie from Debian (geeqie --version reports 1.5.1) and encountered similar problem. When a directory contains huge number of files than start-up takes a few seconds. I do not...

@caclark Thank you for the hint. When I reset the configuration that problem disappeared. Here's what has changed, hope this help to track down problem. ``` diff -u geeqie.xml geeqie.xml.old...

Hi, I used this library with sigal (see: http://0x80.pl/birds/). Here is my template: https://gist.github.com/WojciechMula/4092de342594948c5e6c56b94b16e92f. It's customized for my specific needs, but shows how to setup HTML element to make then...

That's cool! I just read about AltiVec, never programmed with these instructions. Looks like it's (almost?) 1:1 translation.

Didn't check the recent versions of libc from gcc nor clang, but I guess they haven't speed things up significantly. And from what I can gather their strstr never used...