dominic
dominic
I worry a bit about the use of a string to identify the intrinsic as opposed to the explicit `intrinsic_xxx` syntax. I think it would be too easy to make...
Almost certainly - this code was written before there was a benchmark harness. Patches welcome!
FrictionJoint added in 89caf89
So began investigating... For Box2D (C++), the closest to the demos we have are in the Testbed app (which uses .h files as loadable 'levels'). Don't see and checksums here...
this is somewhat surprising given all our CI bots pass on multiple platforms with multiple compilers. what OS and compiler are you on?
sure, but then shouldn't you be building the GTEST bundled to make sure it's using the same ABI throughout the toolset?
> I am building Gtest, with the toolset, not with Google Benchmark. Look, I hope this thread is not about my virtues, i.e. what I should or shouldn't do. I...
> > why you have a toolchain that builds googletest with one setup (not c++11) and benchmark with another (it requires c++11 to build). i think it's unsurprising that if...
today we (benchmark) set c++11 and fallback to c++0x. there's even a comment that c++14 doesn't work for some configurations. ie, if we set CMAKE_CXX_STANDARD, which would be reasonable, it...
yeah you did... but googletest suggests setting `CMAKE_CXX_STANDARD` in their docs and given we're trying to align with them on your suggestion...