| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed issue that genie did not update when arcade.lua or mess.lua only change... |  Miodrag Milanovic | 2015-11-12 | 1 | -0/+5 |
* | fix for cmakelist.txt creation (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+5 |
* | added make option to generate CMake files for CLion and root project file (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+9 |
* | Moved regtests out of source tree, and updated paths (nw) |  Miodrag Milanovic | 2015-11-05 | 1 | -1/+1 |
* | make it easier to build multiple configs (nw) |  Vas Crabb | 2015-11-02 | 1 | -7/+20 |
* | Renamed DRIVERS parameter to SOURCES since you can add any source you wish to... |  Miodrag Milanovic | 2015-10-09 | 1 | -4/+4 |
* | Moved tools in proper place, and moved build python scripts together with oth... |  Miodrag Milanovic | 2015-10-07 | 1 | -2/+2 |
* | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -2/+0 |
* | Fix build with Xcode 7 (nw) |  balr0g | 2015-09-18 | 1 | -3/+1 |
* | made FORCE_VERSION_COMPILE option to be used for build server (nw) |  Miodrag Milanovic | 2015-09-05 | 1 | -0/+6 |
* | OS/2 patch for 0.164 [KO Myung-Hun] |  Vas Crabb | 2015-08-25 | 1 | -0/+27 |
* | Merge pull request #257 from 0-wiz-0/master |  R. Belmont | 2015-07-22 | 1 | -0/+24 |
|\ |
|
| * | Add NetBSD support. |  Thomas Klausner | 2015-07-14 | 1 | -0/+24 |
* | | Do not pass -m32 to gcc on arm |  Julian Sikorski | 2015-07-16 | 1 | -3/+5 |
|/ |
|
* | Fix clang version detection on osx yet again (nw) |  Wilbert Pol | 2015-07-14 | 1 | -1/+1 |
* | fix clang version detection on macos |  Wilbert Pol | 2015-07-14 | 1 | -1/+1 |
* | Merge pull request #240 from belegdol/master |  R. Belmont | 2015-07-13 | 1 | -0/+5 |
|\ |
|
| * | Added ability to use system PortAudio |  Julian Sikorski | 2015-07-05 | 1 | -0/+5 |
* | | fix clang version detection in ubuntu |  Dirk Best | 2015-07-10 | 1 | -1/+1 |
|/ |
|
* | 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 |