| Commit message (Expand) | Author | Age | Files | Lines |
| * | -docs update: |  Vas Crabb | 2021-01-23 | 1 | -1/+1 |
| * | genie.lua: Attempted fix for GCC build |  AJR | 2021-01-22 | 1 | -0/+1 |
| * | Add macosx_arm64_clang target support [R. Belmont, Miodrag Milanovic] |  arbee | 2020-12-12 | 1 | -2/+9 |
| * | Fixed clang warning in Lua engine properly, converted a few fallthrough comme... |  Vas Crabb | 2020-11-17 | 1 | -9/+9 |
| * | Add C++17 flag for visual studio (hopefully in the right place) |  Vas Crabb | 2020-11-15 | 1 | -0/+3 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+6 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -37/+10 |
| * | Apple calls llvm/clang 10 Xcode 12, update warning flags. |  Vas Crabb | 2020-10-29 | 1 | -1/+1 |
| * | Fix link errors with new versions of Emscripten |  Justin Kerk | 2020-10-18 | 1 | -0/+1 |
| * | emscripten: netlist and OpenGL improvements. (#7254) |  couriersud | 2020-09-18 | 1 | -1/+1 |
| * | Clean up clang options now that clang 5 is a hard requirement, and suppress x... |  Vas Crabb | 2020-08-18 | 1 | -15/+11 |
| * | genie: mingw sdl build fails with end-group auto added by that LinkSupportCir... |  hap | 2020-06-21 | 1 | -5/+8 |
| * | Fix OS X build on older Xcode versions (nw) |  AJR | 2020-06-18 | 1 | -0/+10 |
| * | Enable option to generate symbols in Release as well as Debug under Visual St... |  Frank Palazzolo | 2020-05-27 | 1 | -0/+5 |
| * | mingw: get rid of missing end-group warning (nw) |  hap | 2020-05-10 | 1 | -2/+2 |
| * | GCC 10 fix for sqlite3 (nw) |  arbee | 2020-05-02 | 1 | -0/+5 |
| * | Fix hang with Emscripten's "upstream" backend (nw) |  Justin Kerk | 2020-04-16 | 1 | -0/+2 |
| * | removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I intro... |  firewave | 2020-01-21 | 1 | -16/+0 |
| * | Lower number of warnings disabled with visual studio from 71 to 27 (nw) |  yz70s | 2020-01-02 | 1 | -58/+16 |
| * | Revert "Revert "enable clang missing braces warning - it's useful to be able ... |  Vas Crabb | 2019-12-21 | 1 | -1/+0 |
| * | Revert "enable clang missing braces warning - it's useful to be able to see w... |  AJR | 2019-12-20 | 1 | -0/+1 |
| * | enable clang missing braces warning - it's useful to be able to see when you'... |  Vas Crabb | 2019-12-20 | 1 | -1/+0 |
| * | damn inconsistent macros, maybe I really _will_ kill them off next year (nw) |  Vas Crabb | 2019-12-20 | 1 | -2/+2 |
| * | Enable visual studio warning C5038 about member initialization order (nw) |  yz70s | 2019-12-20 | 1 | -14/+13 |
| * | Revert "Fix gcc version 5 compile. (nw)" |  couriersud | 2019-11-01 | 1 | -10/+4 |
| * | Fix gcc version 5 compile. (nw) |  couriersud | 2019-11-01 | 1 | -4/+10 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -10/+4 |
| * | Fix build for nonstandard compiler versions like '8.3-win32' |  Melissa Goad | 2019-10-17 | 1 | -0/+3 |
| * | fix for clang 9.0.0 on windows (nw) |  smf- | 2019-10-13 | 1 | -0/+1 |
| * | WIP: sync bgfx, bx and bimg with latest upstream (#5723) |  Julian Sikorski | 2019-10-13 | 1 | -7/+0 |
| * | (nw) fix std::array initialisation with GCC5 in nlwav.cpp, stop suppressing -... |  Vas Crabb | 2019-10-05 | 1 | -6/+0 |
| * | Build system maintenance: |  Vas Crabb | 2019-10-04 | 1 | -3/+5 |
| * | vs2019 fixes, initial clang-cl support (#5698) |  Julian Sikorski | 2019-10-02 | 1 | -0/+23 |
| * | asmjs: can not ignore errors on missing libraries |  68bit | 2019-08-28 | 1 | -1/+0 |
| * | Enable precompiled header usage in the Visual Studio compiler (#5473) |  S.Z | 2019-08-13 | 1 | -1/+10 |
| * | Fix build in newer Emscripten versions (nw) |  Justin Kerk | 2019-08-08 | 1 | -0/+1 |
| * | fix vsllvm configuration |  feos | 2019-06-03 | 1 | -0/+4 |
| * | srcclean (nw) |  Vas Crabb | 2019-05-26 | 1 | -1/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+65 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -65/+0 |
| * | further quieting of MS-LLVM (nw) |  Peter Ferrie | 2019-02-25 | 1 | -0/+1 |
| * | genie: restore msvc build (nw) |  Patrick Mackinlay | 2019-02-19 | 1 | -10/+10 |
| * | (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... |  Vas Crabb | 2019-02-18 | 1 | -1/+1 |
| * | Fix testkeys compile/link on windows. (nw) |  couriersud | 2019-02-17 | 1 | -1/+1 |
| * | silence MS-LLVM (nw) |  Peter Ferrie | 2019-02-16 | 1 | -1/+42 |
| * | enable sub-second snapshot timers (nw) (#4493) |  Peter Ferrie | 2019-02-04 | 1 | -0/+23 |
| * | Fix errors with single-driver build of vsnes.cpp [Justin Kerk] |  Justin Kerk | 2018-12-30 | 1 | -4/+4 |
| * | (nw) fix stuff: |  Vas Crabb | 2018-11-29 | 1 | -1/+45 |
| * | enable edit and continue in visual studio debug builds (nw) |  smf- | 2018-08-29 | 1 | -2/+3 |
| * | disable multiple constructor warning for rendlay.cpp (nw) |  smf- | 2018-07-22 | 1 | -0/+1 |