Borislav Stanimirov
Borislav Stanimirov
Some suggestions (taking the associated gist in mind) * Consider custom uris (not necessarily platform specific ones) like "assets://" or "gen://". This allows for fancy features like adding proceduraly generated...
@freol35241 [same here](https://github.com/iboB/boost-cmake)
I just converted it to a draft. It just occurred to me that there's another issue to resolve with this. The PR as it is keeps `extern "C"` as is....
The PR as it is is perhaps too influenced by my particular use case. I am creating a shared library and I am only exporting C++ classes from it (the...
I added the code part of my suggestion sans the documentation. I'm going to use if for my purposes anyway.
@GitMensch My intention was to document this in the readme if the suggestion is approved, but I now realize that I didn't express it clearly enough. I'm marking it as...
... alternatively a configuration option do skip all includes can be added. Thus one can include `xxhash.h` within a namespace: ```c++ namespace xxhash { #include "xxhash.h" } ``` ... though...
Since you seem to be open to the idea I can submit a PR
Next bidder calls might also be compromised when mutating within a message
Yes, `CPMFindPackage` doesn't support the shorthand syntax (yet?). The discussion about this is in #208