Borislav Stanimirov

Results 60 issues of Borislav Stanimirov

I see that new boost versions are being added to the repo, but the repo tags aren't updated. Can you please update the tags to make it easier for shallow...

Allow the definition of a custom C++ namespace. Closes #705

I want to use xxHash in C++ and wrap it in several minimalistic classes to do incremental hashes. Since I want to avoid allocations I would like them to have...

If a message is unregistered (ie no mixin implements it and in the `default_msg` branch, it doesn't have a default implementation) a crash occurs when it's called for an object....

bug

It's useful when a mixin can tell it requires another as part of its definition

enhancement

* [x] Make standalone minimal headers * [x] Ditch build directory * [ ] perf -> bench * [ ] move `compiler` to `bench`

refactoring

Most things which are in `internal` don't actually need to be internal. There are perfectly good reasons for users to make use of them.

refactoring

Replace with actual `private`

refactoring

It is time for v2.0 to address deficiencies in the current design. Concrete things: * Use C++17 this is a long way into the future, so why not... * #24...

v2.0

Instead of using pngs, use svg files and remove pngs altogether

documentation