| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove emu.h from headers (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude. | ||||
| * | XML refactoring: | 2016-12-11 | 1 | -2/+2 | |
| | | | | | | | | * move stuff to namespace util::xml * scope down some enums * split config load/save delegate types * make config load take const so it can't mangle data | ||||
| * | patch up Qt debugger for new xmlfile API (nw) | 2016-11-17 | 1 | -2/+2 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -2/+2 | |
| | | |||||
| * | remove usage of NO_MEM_TRACKING macro (nw) | 2016-01-08 | 1 | -2/+0 | |
| | | |||||
| * | qt5 debugger port [O. Galibert] | 2015-12-27 | 1 | -0/+2 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+72 | |
