Alexander Grund

Results 960 comments of Alexander Grund

The music is currently loaded from the update server :/ We would need to convert it anyway (the music dat file contains a list of midis and midis can't be...

> Guess for now it'd be enough to simply work with either the original or history edition The question is: How? Currently all those names and indices are hard coded...

+1 for the override. Easy to implement and could even have a short macro: `MOCK_VIRTUAL`/`MOCK_VIRTUAL_METHOD` which adds this. IMO in C++ it is much more common to mock virtual functions...

As with C++11 you also have reference specifiers, override, noexcept, throw etc you likely need a more flexible approach. What about using something inspired by GMock which has this (syntax...

There likely just needs to be another release of turtle. Try the recent master which has lot's of changes improving compiletimes and more. Note that it also requires C++14

I guess that depends on the Boost version but generally they should be able to be moved, but in the code they are not. In any case as this is...

Ah ok. Then how about creating a test that consists of defined1/2.cpp and only links them together (tests the "multiple inclusion issue") and adding the undefined.cpp only to the 2...

I'd like to create a bulk PR moving from Boost compatibility stuff like Boost.Move, Boost.SmartPtr, Boost.Bind to the C++11 versions to reduce dependencies especially as Boost 1.73 throws warnings with...

While doing this I came upon the format/serialize/stream stuff (log.hpp, stream.hpp, format.hpp) There are many functions and they still don't cover everything. An alternative would be to use a single...

I'm seeing the same. Using a profile_batch of `50,60` shows step numbers of `199,392,583,778,973,1172,1333,1554,1741` Those numbers match the profile steps (9) but the values are completely random and vary from...