| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix more driver building, going deeper in checks (nw) |  Miodrag Milanovic | 2015-06-20 | 1 | -1/+0 |
| * | Made possible creation of custom builds with given list of drivers included. |  Miodrag Milanovic | 2015-06-20 | 1 | -4/+15 |
| * | keep SSE2 like it was |  Cowering | 2015-06-19 | 1 | -2/+1 |
| * | This lets sdlMAME/sdlMESS compile on Fedora GCC 5.1.1 with LTO enabled with l... |  Cowering | 2015-06-19 | 1 | -1/+3 |
| * | Nope. (nw) |  balr0g | 2015-06-07 | 1 | -0/+1 |
| * | Use attribute unused for inlined new/delete. (nw) |  balr0g | 2015-06-07 | 1 | -1/+0 |
| * | and remove (nw) |  Miodrag Milanovic | 2015-06-07 | 1 | -3/+0 |
| * | lets make it just for mingw (nw) |  Miodrag Milanovic | 2015-06-07 | 1 | -7/+3 |
| * | placed this back to disable warning on clang (nw) |  Miodrag Milanovic | 2015-06-07 | 1 | -0/+1 |
| * | should go like this (nw) |  Miodrag Milanovic | 2015-06-07 | 1 | -1/+1 |
| * | Fix for 64bit build size thanks to Peter Ferrie (nw) |  Miodrag Milanovic | 2015-06-07 | 1 | -0/+7 |
| * | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib b... |  Julian Sikorski | 2015-06-06 | 1 | -3/+53 |
| * | Added OPT_FLAGS back |  Julian Sikorski | 2015-06-06 | 1 | -0/+10 |
| * | fix for OG :) (nw) |  Miodrag Milanovic | 2015-06-03 | 1 | -2/+2 |
| * | Allow compiling with shared libraries [O. Galibert] |  Olivier Galibert | 2015-05-31 | 1 | -0/+21 |
| * | Removed -Wno-unused-variable for mingw/gcc (nw) |  Miodrag Milanovic | 2015-05-31 | 1 | -1/+0 |
| * | Let subtarget MESS (not MAME, yet) compile with Windows GCC 5.1 and lto. I am... |  Cowering | 2015-05-29 | 1 | -14/+9 |
| * | oops, forgot one |  Cowering | 2015-05-28 | 1 | -0/+6 |
| * | Merge branch 'master' of https://github.com/mamedev/mame |  Cowering | 2015-05-28 | 1 | -0/+15 |
| |\ |
|
| | * | Added skeleton support for Windows Phone and Windows Store - far from working... |  Miodrag Milanovic | 2015-05-28 | 1 | -0/+15 |
| * | | Merge branch 'master' of https://github.com/mamedev/mame |  Cowering | 2015-05-27 | 1 | -1/+0 |
| |\| |
|
| | * | Removed -Wno-unused-variable for mingw/gcc (nw) |  Miodrag Milanovic | 2015-05-27 | 1 | -1/+0 |
| * | | test |  Cowering | 2015-05-27 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/mamedev/mame |  Cowering | 2015-05-27 | 1 | -0/+9 |
| |\| |
|
| | * | Added lua script/makefile changes to support building tests and portaudio (nw) |  Miodrag Milanovic | 2015-05-27 | 1 | -0/+9 |
| * | | test |  Cowering | 2015-05-27 | 1 | -1/+16 |
| |/ |
|
| * | Remove nonstandard inline overloads (nw) |  balr0g | 2015-05-16 | 1 | -1/+0 |
| * | Warn for self-assignment (nw) |  balr0g | 2015-05-16 | 1 | -1/+0 |
| * | whoops? (nw) |  Wilbert Pol | 2015-05-16 | 1 | -1/+1 |
| * | Clang supports -Wshadow, so allow it |  balr0g | 2015-05-15 | 1 | -4/+6 |
| * | added some flags for VS build for Peter (nw) |  Miodrag Milanovic | 2015-05-15 | 1 | -0/+2 |
| * | Add makefile switch to choose linking against bundled OR system expat library. |  Cesare Falco | 2015-05-11 | 1 | -0/+5 |
| * | Removed comments and added generic license for whole team on top (nw) |  Miodrag Milanovic | 2015-05-09 | 1 | -0/+3 |
| * | MAME now represent full build, for building MESS drivers only use [Miodrag Mi... |  Miodrag Milanovic | 2015-05-09 | 1 | -2/+10 |
| * | ssues with white-space in MAME_DIR [qmc2] |  Miodrag Milanovic | 2015-04-30 | 1 | -0/+1 |
| * | use target suffixes only for main executable (nw) |  Miodrag Milanovic | 2015-04-25 | 1 | -38/+0 |
| * | do not strip by default |  Miodrag Milanovic | 2015-04-22 | 1 | -1/+1 |
| * | Renamed to STRIP_SYMBOLS and made logic more clear (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -5/+5 |
| * | Added NO_STRIPPING option and enabled stripping of executable by default (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -3/+13 |
| * | fixed android compile (nw) |  Miodrag Milanovic | 2015-04-18 | 1 | -0/+3 |
| * | Make sure USE_OPENMP is passed via define. (nw) |  couriersud | 2015-04-17 | 1 | -0/+4 |
| * | Fix OPENMP linking. (nw) |  couriersud | 2015-04-16 | 1 | -3/+6 |
| * | test for linking (nw) |  Miodrag Milanovic | 2015-04-16 | 1 | -1/+0 |
| * | Should speedup OSX builds (nw) |  Miodrag Milanovic | 2015-04-15 | 1 | -4/+0 |
| * | Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -0/+15 |
| * | Make it work on VS2010 (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -1/+5 |
| * | VS2015 compile works (nw) |  Miodrag Milanovic | 2015-04-10 | 1 | -1/+12 |
| * | Fixes for solaris 11 build (nw) |  Miodrag Milanovic | 2015-04-10 | 1 | -1/+9 |
| * | Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) |  Miodrag Milanovic | 2015-04-10 | 1 | -1/+7 |
| * | removed vconv, updated warnings/error for vs and icl (nw) |  Miodrag Milanovic | 2015-04-09 | 1 | -86/+86 |