| Commit message (Expand) | Author | Age | Files | Lines |
| * | Missing bits needed for Emscripten compile (nw) |  Justin Kerk | 2015-06-20 | 1 | -0/+9 |
| * | Made possible creation of custom builds with given list of drivers included. |  Miodrag Milanovic | 2015-06-20 | 1 | -1/+11 |
| * | Merge pull request #202 from wallyweek/sdlinipath |  Miodrag Milanović | 2015-06-07 | 1 | -0/+5 |
| |\ |
|
| | * | Added new SDL_INI_PATH flag |  Cesare Falco | 2015-06-06 | 1 | -0/+5 |
| * | | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib b... |  Julian Sikorski | 2015-06-06 | 1 | -0/+36 |
| |/ |
|
| * | Added OPT_FLAGS back |  Julian Sikorski | 2015-06-06 | 1 | -0/+5 |
| * | Allow compiling with shared libraries [O. Galibert] |  Olivier Galibert | 2015-05-31 | 1 | -0/+4 |
| * | remove text (nw) |  Miodrag Milanovic | 2015-05-31 | 1 | -3/+0 |
| * | Added skeleton support for Windows Phone and Windows Store - far from working... |  Miodrag Milanovic | 2015-05-28 | 1 | -0/+3 |
| * | Re-enable optimizing SYMBOLS=1 builds, nw |  therealmogminer@gmail.com | 2015-05-27 | 1 | -4/+0 |
| * | Added lua script/makefile changes to support building tests and portaudio (nw) |  Miodrag Milanovic | 2015-05-27 | 1 | -0/+6 |
| * | added cppcheck target in order to run analysis of code (nw) |  Miodrag Milanovic | 2015-05-12 | 1 | -0/+45 |
| * | Added doxygen documentation definition file and make target for it (nw) |  Miodrag Milanovic | 2015-05-12 | 1 | -0/+10 |
| * | Add makefile switch to choose linking against bundled OR system expat library. |  Cesare Falco | 2015-05-11 | 1 | -0/+9 |
| * | Fix layout gen (nw) |  Miodrag Milanovic | 2015-05-09 | 1 | -2/+2 |
| * | No optimization for PROFILE otherwise symbols are not right (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -1/+0 |
| * | Added cleansrc to makefile (nw) |  Miodrag Milanovic | 2015-04-25 | 1 | -0/+28 |
| * | Include make for regression tests (nw) |  Miodrag Milanovic | 2015-04-23 | 1 | -0/+9 |
| * | Renamed to STRIP_SYMBOLS and made logic more clear (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -3/+3 |
| * | Added NO_STRIPPING option and enabled stripping of executable by default (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -0/+5 |
| * | better fix for windres (nw) |  Miodrag Milanovic | 2015-04-15 | 1 | -6/+17 |
| * | fix 32bit compile (nw) |  Miodrag Milanovic | 2015-04-15 | 1 | -4/+4 |
| * | Added QT_HOME to support custom QT installations (nw) |  Miodrag Milanovic | 2015-04-13 | 1 | -0/+6 |
| * | Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -0/+5 |
| * | Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) |  Miodrag Milanovic | 2015-04-10 | 1 | -0/+58 |
| * | Placed back and fixed python availability check |  Miodrag Milanovic | 2015-04-08 | 1 | -9/+8 |
| * | commented to test on MATE (nw) |  Miodrag Milanovic | 2015-04-08 | 1 | -3/+3 |
| * | Added PYTHON_EXECUTABLE to use differently named python executable(nw) |  Miodrag Milanovic | 2015-04-08 | 1 | -3/+11 |
| * | Create one more dir, should help MATE (nw) |  Miodrag Milanovic | 2015-04-08 | 1 | -1/+1 |
| * | added SEPARATE_BIN option to put executable files in bin folder and not in ma... |  Miodrag Milanovic | 2015-04-08 | 1 | -0/+4 |
| * | User configuration option can be now stored in useroptions.mak, so no need to... |  Miodrag Milanovic | 2015-04-07 | 1 | -0/+2 |
| * | Added FILTER_DEPS option for post compile filtering (nw) |  Miodrag Milanovic | 2015-04-07 | 1 | -0/+7 |
| * | Some vs2013-clang work (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -0/+3 |
| * | And one more (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -0/+5 |
| * | resurrected some more compile options (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -0/+25 |
| * | Fixed GENie building from main file (nw) |  Miodrag Milanovic | 2015-04-05 | 1 | -1/+5 |
| * | Add a simple CoreAudio sound output module |  Vas Crabb | 2015-04-05 | 1 | -0/+1 |
| * | Moved MOC handling in lua (nw) |  Miodrag Milanovic | 2015-04-04 | 1 | -46/+3 |
| * | remove not needed dirs from creation list (nw) |  Miodrag Milanovic | 2015-04-04 | 1 | -4/+1 |
| * | Moved plist generate to lua (nw) |  Miodrag Milanovic | 2015-04-04 | 1 | -6/+1 |
| * | Merge branch 'master' of https://github.com/mamedev/mame |  Miodrag Milanovic | 2015-04-04 | 1 | -0/+10 |
| |\ |
|
| | * | Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD |  Vas Crabb | 2015-04-04 | 1 | -0/+10 |
| * | | Moved creation of most non-layout files out of makefile (nw) |  Miodrag Milanovic | 2015-04-04 | 1 | -126/+2 |
| |/ |
|
| * | Added generated m68kops files to tree, added makefile for developers working ... |  Miodrag Milanovic | 2015-04-03 | 1 | -15/+1 |
| * | removed os_version, since it is not used anymore (nw) |  Miodrag Milanovic | 2015-04-03 | 1 | -3/+2 |
| * | skeleton for XCode support (nw) |  Miodrag Milanovic | 2015-04-02 | 1 | -0/+7 |
| * | Make VERBOSE=1 propagate properly, add summary of user-configurable options |  Vas Crabb | 2015-04-03 | 1 | -24/+83 |
| * | Add back support for big endian targets including OSX-PPC |  Vas Crabb | 2015-04-02 | 1 | -9/+25 |
| * | Ignore moc missing if MOC_FILES is empty (nw) |  Miodrag Milanovic | 2015-04-01 | 1 | -0/+2 |
| * | Bring back NOASM |  Vas Crabb | 2015-04-01 | 1 | -2/+17 |