Erik Rigtorp
Erik Rigtorp
Yes, those first two are invalid and will break the queue invariants. I really should never have used the front() and pop() APi from std::queue. Instead they should be a...
Yes but I don't have time!
I think I would rather fix the warnings. What warnings did you encounter?
Catch2 also doesn't mark the includes as SYSTEM: https://github.com/catchorg/Catch2/blob/devel/src/CMakeLists.txt#L395 If you use ExternalProject you can patch there. If you vendor you can just modify the CMakeLists.txt.
I'm proposing to add an option to the plugin to use the DVD info by default.
There's actually a paper from Hans Boehm showing that you cannot express Seqlock in C++11 memory model :(. I would recommend making your own version that uses assembly to insert...
Yes and unfortunately it's not really possible to implement seqlock in C++11 :( On Thu, Mar 2, 2023 at 12:52 AM stravager ***@***.***> wrote: > axelriet the whole point of...
I agree, ideally this should be configurable using a template parameter.
Thanks for the PR. I'm not sure how this could happen? Why are the number of samples for cpu 6-11 0? I would rather fix that underlying issue than the...
Fixed here https://github.com/rigtorp/hiccups/commit/071656c016a361620db12ff28b22f6d9f18856d8