| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix for few more executable files (nw) |  Miodrag Milanovic | 2015-04-16 | 2 | -0/+12 |
| * | extract libs and liboptions from pkg-config, prepare for future work (nw) |  Miodrag Milanovic | 2015-04-16 | 2 | -20/+48 |
| * | fix typo (nw) |  Miodrag Milanovic | 2015-04-13 | 1 | -2/+4 |
| * | Added QT_HOME to support custom QT installations (nw) |  Miodrag Milanovic | 2015-04-13 | 2 | -17/+50 |
| * | added SEPARATE_BIN option to put executable files in bin folder and not in ma... |  Miodrag Milanovic | 2015-04-08 | 2 | -3/+9 |
| * | Convert CoreAudio output to use AUGraph in preparation for effects |  Vas Crabb | 2015-04-07 | 1 | -0/+1 |
| * | Add a crappy utility for editing AU effect presets |  Vas Crabb | 2015-04-07 | 1 | -7/+46 |
| * | fixed osdmini build (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -0/+1 |
| * | Supported mingw-clang builds (nw) |  Miodrag Milanovic | 2015-04-06 | 4 | -10/+15 |
| * | back (nw) |  Miodrag Milanovic | 2015-04-05 | 1 | -18/+0 |
| * | rolled back, not worth of it (nw) |  Miodrag Milanovic | 2015-04-05 | 1 | -0/+18 |
| * | Made all windows build use icons (nw) |  Miodrag Milanovic | 2015-04-05 | 1 | -18/+0 |
| * | Implemented filtering of dependency files, only active if machine have awk or... |  Miodrag Milanovic | 2015-04-04 | 1 | -1/+0 |
| * | Add a simple CoreAudio sound output module |  Vas Crabb | 2015-04-05 | 1 | -1/+7 |
| * | Moved MOC handling in lua (nw) |  Miodrag Milanovic | 2015-04-04 | 1 | -0/+31 |
| * | Merge branch 'master' of https://github.com/mamedev/mame |  Miodrag Milanovic | 2015-04-04 | 5 | -17/+102 |
| |\ |
|
| | * | * Take more link dependencies caused by OSD out of genie.lua |  Vas Crabb | 2015-04-04 | 3 | -11/+32 |
| | * | Harmonise targetos between genie.lua and sdl{,_config}.lua |  Vas Crabb | 2015-04-04 | 2 | -3/+3 |
| | * | Remove some obsolete code, enable MALLOC_DEBUG for SDLWin32 |  Vas Crabb | 2015-04-04 | 1 | -0/+4 |
| | * | Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD |  Vas Crabb | 2015-04-04 | 2 | -3/+63 |
| * | | Moved creation of most non-layout files out of makefile (nw) |  Miodrag Milanovic | 2015-04-04 | 1 | -0/+6 |
| |/ |
|
| * | removed includeosd (nw) |  Miodrag Milanovic | 2015-04-02 | 2 | -4/+6 |
| * | SDL1 does not work with BFGX |  Vas Crabb | 2015-04-03 | 1 | -0/+4 |
| * | Add a nice wrapper for doing backtick-like processing of command output |  Vas Crabb | 2015-04-02 | 3 | -14/+14 |
| * | typo fix, SDL compile fix [qmc2] (nw) |  Miodrag Milanovic | 2015-04-01 | 1 | -1/+1 |
| * | Ok shuffling done |  Miodrag Milanovic | 2015-04-01 | 5 | -0/+33 |
| * | fix it properly (nw) |  Miodrag Milanovic | 2015-04-01 | 4 | -20/+0 |
| * | uf reverting breaks mingw (nw) |  Miodrag Milanovic | 2015-04-01 | 2 | -0/+9 |
| * | moved unicode specific build defines in genie.lua to fix tools build (nw) |  Miodrag Milanovic | 2015-04-01 | 2 | -9/+0 |
| * | MSVC build fix (nw) |  Miodrag Milanovic | 2015-04-01 | 1 | -3/+6 |
| * | Move osdcore.c back into libocore, don't allow libutil to #include osd |  Vas Crabb | 2015-04-01 | 2 | -0/+2 |
| * | Link osdnet into a library reflecting its location, define USE_NETWORK proper... |  Vas Crabb | 2015-04-01 | 3 | -2/+5 |
| * | Bring back NOASM |  Vas Crabb | 2015-04-01 | 2 | -5/+20 |
| * | Build Qt debugger on OSX if requested |  Vas Crabb | 2015-04-01 | 1 | -5/+11 |
| * | Add back DIRECTINPUT config for Windows OSD |  Vas Crabb | 2015-04-01 | 1 | -1/+34 |
| * | Can't use BGFX or QT without X11 on *NIX |  Vas Crabb | 2015-04-01 | 1 | -13/+15 |
| * | Refactor out common OSD modules into separate lua file |  Vas Crabb | 2015-04-01 | 5 | -244/+270 |
| * | Restore DONT_USE_NETWORK |  Vas Crabb | 2015-04-01 | 3 | -12/+26 |
| * | WTF was I thinking |  Vas Crabb | 2015-04-01 | 1 | -1/+1 |
| * | Restore SDL2_MULTIAPI |  Vas Crabb | 2015-04-01 | 2 | -0/+18 |
| * | Fix USE_BGFX=0 with windows OSD |  Vas Crabb | 2015-04-01 | 1 | -1/+7 |
| * | Small cleanup to how macros are defined for SDL OSD |  Vas Crabb | 2015-04-01 | 1 | -11/+0 |
| * | Restore MESA_INSTALL_ROOT |  Vas Crabb | 2015-04-01 | 2 | -5/+23 |
| * | Restore NO_OPENGL and USE_DISPATCH_GL |  Vas Crabb | 2015-04-01 | 2 | -7/+67 |
| * | Restore NO_USE_MIDI and some more OS support from the old SDL makefile |  Vas Crabb | 2015-04-01 | 2 | -5/+69 |
| * | Made SDL build to be able to be compiled on VS (nw) |  Miodrag Milanovic | 2015-03-31 | 2 | -8/+31 |
| * | Removed not needed flag since duplicate has been removed (nw) |  Miodrag Milanovic | 2015-03-31 | 1 | -1/+0 |
| * | Get NO_X11, NO_USE_XINPUT and SDL_LIBVER working on Linux |  Vas Crabb | 2015-03-31 | 2 | -37/+123 |
| * | Bring back some SDL OSD configurability (WIP) |  Vas Crabb | 2015-03-31 | 3 | -75/+272 |
| * | Remove need for winprefix.h and moved alloca define to osdcomm.h (nw) |  Miodrag Milanovic | 2015-03-31 | 1 | -4/+1 |