nolange
nolange
last commit for me today, if clang + libc++ still doesnt builds, then allow it as failure.
I can build your tests with clang + LTO locally (with libc++ on top if d70b03c374485a6864aec157862088cae1f60c75 is applied), thats not the issue here. CMake has trouble picking up the matching...
My use case would be some embedded linux installation, I need just enough dbus to get some systemd functionality working. (some rather outdated attempt: https://github.com/nolange/buildroot/commits/add_dbusbroker) I am not that familiar...
> If your goal is minimal binary size as a priority, > there are additional build flags that could prove useful > described in [this documentation](https://github.com/facebook/zstd/tree/dev/lib#modular-build). That is merely a...
> Hi @nolange, > > I'm really excited to see your interest in bringing zstd to busybox! We'd be very happy to be included in the toolkit. > Just to...
Unfortunately, no news. gonna prod the ML again. I am gonna work on it as far as getting it into Busybox (unless that requires writing a minimized zstd from scratch).
> Need more information to make progress on this: > > * What/Who is conan? You could call it an dependency manager, say you need zlib, and one other library...
> IMHO it would make much more sense to let CMake handle dependency resolution and place the dependencies in the CMakeLists.txt. When you want to build on your CI-system and...
For illustration, there is a plugin for Clion, written about in the [Clion Blog](https://blog.jetbrains.com/clion/2019/05/getting-started-with-the-conan-clion-plugin). Whats relevant is that Conan can build missing libraries from source, whether they are themselfes CMake...
Ping? Shouldnt be much trouble to review this.