jonwil

Results 35 comments of jonwil
trafficstars

PR solved by disabling the code via "#if 0". Closing.

This PR is obsolete. Current code builds with no warnings (at least none that matter). Closing.

Our code is full of "throw" statements (presumably the matching catch statements have yet to be reverse engineered) so we absolutely need C++ exceptions turned on.

Does this mean it will be possible to pull the tag and compile something that is a functionally identical (and ABI compatible) replacement for the dll that gets shipped with...

Is the intent that at some point in the future the STL bits that ship with the product will be built using this repo (or source that is a direct...

It would be nice to be able to pull a tag from this repo and get source code that (when compiled per the relavent build instructions) produces a binary that...

Having reviewed the original code, the correct fix is to rename time_left to total_time and total_time to time_left. So unsigned int time_left = next_shot - m_whenLastReloadStarted; becomes unsigned int total_time...

What we should do for QT is to take the latest Maemo QT code from https://github.com/community-ssu/qt-x11-maemo/tree/master and the upstream 4.7.4 repository at https://github.com/qt/qt/tree/v4.7.4 Then we compare the logs of both...

There will also be packaging bits we need to look at (in terms of changes to be made to the current Debian/Devuan packaging for QT to e.g. pull in Maemo...

Here is an example obj that triggers the issue along with its source code (which when compiled with the latest Visual C++ compiler using the default options produces the attached...