saxbophone
saxbophone
https://github.com/maddouri/dynalo/blob/27859bc37cb06ac67b7b8c4508f9efe05d72bc59/CMakeLists.txt#L21 An alternative approach I have seen used elsewhere is to test if this project is being included as a sub-project and enabling/disabling install based on this. Something like: ```cmake...
It's a shame nothing else could be found on the marketplace, I think *this* repo is becoming unmaintained soon (#119)
> I would actually like to reimplement the distributions for Catch2 to provide reproducibility across platforms, but this is definitely a "when I have a lot of time" thing. That's...
Funnily enough, I have a related but opposite issue —when comparing two `std::array` instances using equality operator, Catch prints out both arrays to console when they differ, which is fine...
Hurrah! How do you feel about going down the route of specializing `std::numeric_limits` instead? IIRC, there are members within that struct that can provide similar traits-like functionality as you were...
> @saxbophone feel free to open a separate issue about that. Thanks, I think I will and I will also try and send a PR with the structure of the...
I think this issue should be changed (or a new one opened up) to **Document the NPM package in the README**.
Hmmm, interesting —I wonder if this same issue might be why I can't seem to get the sanitisers provided by this package to fail my CI builds? https://github.com/saxbophone/arby/pull/153 I am...
> I think It could lead to security issues Such as my program loading a maliciously-placed alternative plugin rather than the one _I_ intended? Fair enough, what about providing an...
> @martin-olivier What if we could have an #ifdef with some option to choose either dylib or so? This can also be wrapped in a cmake option IMO making it...