Kai Krakow
Kai Krakow
> In older kernels, a backref search will search the entire file for a matching reference, instead of just the small region of the file where a match is possible....
I'm not sure if the toxic hash detector could be disabled for current kernels: I'm still seeing toxic hashes found in large files with extremely common hashes (some game data,...
I don't see how it is static... Everything is passed in as variables. You could probably just use `make CXX=clang` to use `clang` as compiler (I'm not using clang so...
@Zygo, I'm probably going to work on a meson/ninja build system for bees, soon. But I'd prefer to do this after a v0.7 tag. I was also thinking about integrating...
I'd rather migrate this to meson/ninja, it looks easier and more modern than cmake. @Zygo If you're fine with that, I'd be working on a PR.
Yeah, I think cmake is quite a complex beast - but at least with nice output, parallel building and progress reports. Meson and ninja can do the same with less...
Yeah but parallel building is a feature I hacked into the makefiles by building dependency files. Meson has this by default. Build-type feature tests should be possible with meson.
Could you try without the quotes around the UUID var content?
The beesd script works by looking up the UUID from all the config files and selecting the right one. Can this be closed then?
OTOH, maybe keep this open and we should provide better examples and docs for this.