Peter Bindels
Peter Bindels
Attempted to upload a package that refers to the cpp11 branch as it is now (as a testing package). Should appear soon.
I've tagged the current source tree as v5.0 so that there's an official release here now. I've also added c++11 support to a separate branch, which will now be the...
From your bug report I get that this could be an ARM64 problem, rather than device specific. I'll look into ARM64 specifics to see if I can find out what's...
I have to agree with @dkgs on use of mocks - you either mock a part of an interaction, or you don't. If you feel the need to mock half...
Good question. I've put up a draft in the root to make Evoke build itself with platform libraries - https://github.com/dascandy/evoke/blob/modules/packages.conf - which I seem to have committed to the modules...
The description as you provide it just above is what is there now. It does not consider multiple variants of something to exist at all, so there's a point to...
Using clang removes one bit of problems, in exchange for lots more. Clang has entirely different goals. Fundamentally, Evoke's approach does not support macros, and your code dependency graph should...
It is an in-development thing. The intent is to merge these parts so that it's still a single-header for users, while at the same time making it easier to integrate...
Please do look at the cpp11 branch - it has detail/reporter.h which is the interface, and detail/defaultreporter.h which is the one that does what you can expect from before. It's...
That's actually I think one of the longest-lasting TODOs in the code - making the exceptions more useful & less verbose. This is the most hurtful one - can you...