| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | removed deps from 3rdparty to osd (nw) | 2015-09-13 | 1 | -1/+0 | |
| | | |||||
| * | added missing file for OSX (nw) | 2015-09-12 | 1 | -1/+1 | |
| | | |||||
| * | Update scripts for compile with latest BGFX (nw) | 2015-09-12 | 1 | -1/+7 | |
| | | |||||
| * | Added GoogleTest and convert tests to us it (nw) | 2015-09-02 | 1 | -64/+16 | |
| | | |||||
| * | Add NetBSD support. | 2015-07-14 | 1 | -0/+12 | |
| | | | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
| * | Added ability to use system PortAudio | 2015-07-05 | 1 | -0/+6 | |
| | | |||||
| * | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ | 2015-06-06 | 1 | -1/+41 | |
| | | | | | based on wallyweek's work | ||||
| * | fix compile on GCC 4.4 on old Ubuntu (nw) | 2015-05-31 | 1 | -1/+1 | |
| | | |||||
| * | removed duplicated compile option (nw) | 2015-05-31 | 1 | -1/+0 | |
| | | |||||
| * | fix for clang (nw) | 2015-05-31 | 1 | -0/+3 | |
| | | |||||
| * | Fix for osx 10.6.x build (nw) | 2015-05-31 | 1 | -11/+18 | |
| | | |||||
| * | Removed -Wno-unused-variable for mingw/gcc (nw) | 2015-05-31 | 1 | -0/+1 | |
| | | |||||
| * | fixed clang (nw) | 2015-05-29 | 1 | -0/+1 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/mamedev/mame | 2015-05-28 | 1 | -7/+11 | |
| |\ | |||||
| | * | 3rdparty.lua: add check for nil first (nw) | 2015-05-28 | 1 | -1/+1 | |
| | | | |||||
| | * | fix for one more warning (nw) | 2015-05-28 | 1 | -0/+1 | |
| | | | |||||
| | * | set for all clangs (nw) | 2015-05-28 | 1 | -5/+3 | |
| | | | |||||
| | * | ups (nw) | 2015-05-28 | 1 | -0/+1 | |
| | | | |||||
| | * | fix for unknown warning options for clang 3.5 (nw) | 2015-05-28 | 1 | -1/+9 | |
| | | | |||||
| | * | Fixed compile for portaudio on 32bit and windows clang (nw) | 2015-05-28 | 1 | -7/+3 | |
| | | | |||||
| | * | Removed -Wno-unused-variable for mingw/gcc (nw) | 2015-05-27 | 1 | -0/+1 | |
| |/ | |||||
| * | Added lua script/makefile changes to support building tests and portaudio (nw) | 2015-05-27 | 1 | -0/+188 | |
| | | |||||
| * | Document the changes necessary to compile lua using c++. | 2015-05-17 | 1 | -0/+13 | |
| | | | | | This may be necessary to completely avoid the usage of setjmp in MAME. (nw) | ||||
| * | Fix NO_USE_MIDI | 2015-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Add makefile switch to choose linking against bundled OR system expat library. | 2015-05-11 | 1 | -1/+11 | |
| | | |||||
| * | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -0/+3 | |
| | | |||||
| * | made libflac possible to compile under xcode, and simplify for other (nw) | 2015-04-17 | 1 | -8/+3 | |
| | | |||||
| * | Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw) | 2015-04-11 | 1 | -0/+65 | |
| | | |||||
| * | Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) | 2015-04-10 | 1 | -3/+8 | |
| | | |||||
| * | removed includeosd (nw) | 2015-04-02 | 1 | -6/+3 | |
| | | |||||
| * | Update to latest bgfx and fix for latest mingw releases (nw) | 2015-04-01 | 1 | -1/+1 | |
| | | |||||
| * | removed windows/osinline.h and placed MSVC dependent files in top folder (nw) | 2015-03-30 | 1 | -2/+1 | |
| | | | | | | | moved MSVC defines from winprefix.h to osdcomm.h removed empty file compilation - porttime.c removed osinline.h in windows and sdl and change files using them. | ||||
| * | made bgfx compile on more platforms (nw) | 2015-03-29 | 1 | -0/+5 | |
| | | |||||
| * | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -143/+232 | |
| | | |||||
| * | changed to removefiles and fixed locations, vs builds do fine now (nw) | 2015-03-26 | 1 | -4/+10 | |
| | | |||||
| * | fix compile bgfx under OSX (nw) | 2015-03-26 | 1 | -0/+5 | |
| | | |||||
| * | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -0/+414 | |
| make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files | |||||
