| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Added PYTHON_EXECUTABLE to use differently named python executable(nw) |  Miodrag Milanovic | 2015-04-08 | 1 | -1/+12 |
| * | added SEPARATE_BIN option to put executable files in bin folder and not in ma... |  Miodrag Milanovic | 2015-04-08 | 1 | -0/+9 |
| * | Added FILTER_DEPS option for post compile filtering (nw) |  Miodrag Milanovic | 2015-04-07 | 1 | -5/+14 |
| * | well it helps some environments, back till deps are solved |  Miodrag Milanovic | 2015-04-07 | 1 | -0/+1 |
| * | my mistake (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -1/+1 |
| * | And one more (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -4/+14 |
| * | resurrected some more compile options (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -20/+80 |
| * | postcompile task is unstable, commented for now (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -4/+4 |
| * | Fix for PROFILER build (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -5/+9 |
| * | removed premake.make.linkoptions_after, need better static library dependency... |  Miodrag Milanovic | 2015-04-06 | 1 | -1/+0 |
| * | macosx build fix (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -0/+1 |
| * | make DEBUG=1 PROFILER=0 actually work (nw) |  Oliver Stöneberg | 2015-04-05 | 1 | -1/+1 |
| * | Selected Full Optimization for Release Visual Studio builds (nw) |  Miodrag Milanovic | 2015-04-05 | 1 | -0/+5 |
| * | Fixed linking on some linux platforms |  Miodrag Milanovic | 2015-04-05 | 1 | -4/+5 |
| * | Implemented filtering of dependency files, only active if machine have awk or... |  Miodrag Milanovic | 2015-04-04 | 1 | -4/+29 |
| * | Merge branch 'master' of https://github.com/mamedev/mame |  Miodrag Milanovic | 2015-04-04 | 1 | -23/+7 |
| |\ |
|
| | * | * Take more link dependencies caused by OSD out of genie.lua |  Vas Crabb | 2015-04-04 | 1 | -20/+1 |
| | * | Harmonise targetos between genie.lua and sdl{,_config}.lua |  Vas Crabb | 2015-04-04 | 1 | -3/+6 |
| * | | Moved creation of most non-layout files out of makefile (nw) |  Miodrag Milanovic | 2015-04-04 | 1 | -2/+7 |
| |/ |
|
| * | removed os_version, since it is not used anymore (nw) |  Miodrag Milanovic | 2015-04-03 | 1 | -8/+0 |
| * | Fix warning with some clang configurations, don't automatically disable bgfx ... |  Vas Crabb | 2015-04-03 | 1 | -3/+0 |
| * | Merge branch 'master' of https://github.com/mamedev/mame |  Miodrag Milanovic | 2015-04-02 | 1 | -38/+39 |
| |\ |
|
| | * | Fix for backtick [qmc2](nw) |  Miodrag Milanovic | 2015-04-02 | 1 | -38/+39 |
| * | | xcode4 fixed (nw) |  Miodrag Milanovic | 2015-04-02 | 1 | -0/+5 |
| |/ |
|
| * | removed includeosd (nw) |  Miodrag Milanovic | 2015-04-02 | 1 | -6/+0 |
| * | Enable BGFX by default on Snow Leopard |  Vas Crabb | 2015-04-03 | 1 | -1/+1 |