Anton Filimonov
Anton Filimonov
@dia-susca your use case to some extent can be done using existing search limit functionality
Could you provide the output of `lscpu`? It does look like some cpu instruction is enabled in build but missing from physical cpu, could be `popcnt`
Thanks for `lscpu`. That cpu has all required instructions. What compiler are you using? Could you attach the output of clean cmake configuration step?
The build tools are the same as in ubuntu 18.04 docker container. Could you try passing `-DKLOGG_USE_LTO=OFF` to cmake? That should disable link time optimizations, and that is used for...
This conflicts with current behavior. Any opinions which is better?
@vitalii-honchar I wonder if there are any glitches with glogg 1.1.4 on recent MacOS? I test [Klogg](https://github.com/variar/klogg) only in Catalina VirtualBox VM, and would appreciate feedback from real MacOS users.
Site is back up and download links are working
@fritzmg this issue has been raised on the mailing list. I'm afraid it won't be resolved any time soon. Scoop package descriptions does not look too complicated. I'll try add...
Created a scoop for latest stable release of klogg https://raw.githubusercontent.com/variar/klogg/master/packaging/windows/scoop/klogg.json However, current dev-version is much faster and has a lot more features.