| Commit message (Expand) | Author | Age | Files | Lines |
| * | Compile bgfx |  Miodrag Milanovic | 2021-08-10 | 1 | -2/+3 |
| * | Implement 68k FPU FATAN instruction (#8287) |  Calvin Buckley | 2021-07-18 | 1 | -0/+1 |
| * | ymfm: Sync with upstream: |  Aaron Giles | 2021-06-01 | 1 | -0/+2 |
| * | ymfm: Sync with latest, add complete YMF278B support (#8090) |  Aaron Giles | 2021-05-22 | 1 | -0/+2 |
| * | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 1 | -0/+34 |
| * | 3rdparty: use -Wno-strict-prototypes when building SDL2 on macOS [R. Belmont] |  arbee | 2020-12-13 | 1 | -0/+1 |
| * | -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... |  Vas Crabb | 2020-11-18 | 1 | -18/+17 |
| * | macOS: Disable BGFX threading, which causes crashes and wrong drawing on Cata... |  arbee | 2020-11-16 | 1 | -0/+1 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -9/+0 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+5 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -9/+7 |
| * | 3rdparty.lua: Another build fix for older OS X versions |  AJR | 2020-10-25 | 1 | -0/+8 |
| * | -3rdparty/expat: Update to 2.2.10." |  Vas Crabb | 2020-10-15 | 1 | -2/+21 |
| * | FreeBSD fixes (#7295) |  Emmanuel Vadot | 2020-09-27 | 1 | -0/+6 |
| * | Define IMGUI_DISABLE_OBSOLETE_FUNCTIONS consistently |  Julian Sikorski | 2020-08-12 | 1 | -0/+1 |
| * | netlist: Better fixes for Emscripten (#7031) |  Justin Kerk | 2020-08-04 | 1 | -0/+5 |
| * | Only build asmjit on x86 and x86_64 |  Julian Sikorski | 2020-06-27 | 1 | -0/+2 |
| * | Fix OS X build on older Xcode versions (nw) |  AJR | 2020-06-18 | 1 | -8/+0 |
| * | Fix OS X build with Xcode 7 (nw) |  AJR | 2020-06-12 | 1 | -0/+8 |
| * | asmjist: sync with upstream (nw) |  Patrick Mackinlay | 2020-06-12 | 1 | -4/+16 |
| * | Revert "Fix Mac Clang build (nw)" |  AJR | 2020-05-31 | 1 | -5/+0 |
| * | Fix Mac Clang build (nw) |  R. Belmont | 2020-05-30 | 1 | -0/+5 |
| * | asmjit: new 3rdparty library |  Patrick Mackinlay | 2020-05-28 | 1 | -0/+115 |
| * | fixed stray character (nw) |  smf- | 2020-04-25 | 1 | -1/+1 |
| * | appease vs2019_clang with llvm 10.0 |  smf- | 2020-04-25 | 1 | -6/+17 |
| * | unbreak vs2019 after 822e05189678719821c9ec715f07f2424086a82d (nw) |  smf- | 2020-04-25 | 1 | -2/+2 |
| * | fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings ... |  smf- | 2020-04-23 | 1 | -0/+10 |
| * | (nw) It helps if you're using the same data types in both places (VGM |  Vas Crabb | 2020-03-07 | 1 | -1/+1 |
| * | Maintenance: |  Vas Crabb | 2020-03-04 | 1 | -3/+42 |
| * | Lower number of warnings disabled with visual studio from 71 to 27 (nw) |  yz70s | 2020-01-02 | 1 | -23/+7 |
| * | Add bgfx file for asmjs build (nw) |  algestam | 2019-10-21 | 1 | -0/+1 |
| * | Fix bimg build for asmjs (nw) |  algestam | 2019-10-21 | 1 | -2/+2 |
| * | Odroid n2 build fixes (#5751) |  Julian Sikorski | 2019-10-18 | 1 | -0/+10 |
| * | -x c++ should not be applied to targets like msvc |  Julian Sikorski | 2019-10-15 | 1 | -8/+11 |
| * | Fix BGFX build on older OS X systems (nw) |  AJR | 2019-10-14 | 1 | -0/+8 |
| * | fix for clang 9.0.0 on windows (nw) |  smf- | 2019-10-13 | 1 | -1/+1 |
| * | WIP: sync bgfx, bx and bimg with latest upstream (#5723) |  Julian Sikorski | 2019-10-13 | 1 | -0/+34 |
| * | Fix for Visual Studio builds (nw) |  smf- | 2019-10-01 | 1 | -0/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+28 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -28/+0 |
| * | enable sub-second snapshot timers (nw) (#4493) |  Peter Ferrie | 2019-02-04 | 1 | -0/+28 |
| * | Actually, let's not completely break compilation with MSVC just because someo... |  mooglyguy | 2018-12-16 | 1 | -3/+0 |
| * | Fix compilation errors with -Og |  Celelibi | 2018-12-11 | 1 | -0/+3 |
| * | 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] |  mooglyguy | 2018-12-05 | 1 | -5/+5 |
| * | softfloat3: fix msvc build (nw) (#3566) |  Patrick Mackinlay | 2018-05-14 | 1 | -0/+6 |
| * | Initial import of SoftFloat release 3E [R. Belmont] |  arbee | 2018-05-13 | 1 | -0/+333 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... |  Miodrag Milanovic | 2017-12-01 | 1 | -9/+68 |
| * | Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1... |  Miso Kim | 2017-08-23 | 1 | -2/+6 |
| * | linenoise: replace linenoise-ng with a different port that is simpler and use... |  cracyc | 2017-05-13 | 1 | -7/+6 |