R. Martinho Fernandes
R. Martinho Fernandes
Hey there. Yes, there has been some long hiatus in development on this. Life blah blah blah, you know. But watch this space. There's news (and activity!) coming.
That is very strange, as the test uses a fake clock. Maybe this is not propagated properly across calls :|
Right, figured that out. However, that this failed on Windows specifically means that I can use it to reproduce another bug I've seen before. I'll have a usable Windows machine...
Regarding 1), have you tried with the latest devel branch? I recently made a change related to a similar problem and those fixes are post-1.0 release. So, let me know...
Wait, regarding 1), what do you mean by "a void function which does nothing"? If you mean `void f() {}`, then the compiler will very likely optimise that away and...
So this fixes #48? Very cool, thanks! I shall review and merge this with the next batch of free time :D
The officially supported build is with ninja, not Visual Studio. (E.g. you run ninja in the VS command prompt)
Btw, the docs at https://nonius.io are always built from the stable branch, but the current devel docs can be found at https://nonius.io/devel (they are rebuilt daily if there are changes).
I personally would like to get rid of boost too, but I decided to stick to it for an initial release because I didn't want to replicate the features from...
Depends on #47 and #48