Miodrag Milanovic
|
9827278296
|
Fixed compile when using params like OVERRIDE_CXX='ccache g++' OVERRIDE_CC='ccache gcc' from QMC2 (nw)
|
2016-02-08 10:52:33 +01:00 |
|
Miodrag Milanovic
|
178167b8fe
|
Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic]
Need optimization and cleanup, note that all shaders can be built only on windows
due to usage of DirectX DLLs
|
2016-02-07 15:49:55 +01:00 |
|
Justin Kerk
|
b1eaf63758
|
Fix Emscripten build (nw)
|
2016-01-31 20:43:55 +00:00 |
|
Miodrag Milanovic
|
0be7219fbb
|
user overriden parameters for compiling mc68k core (nw)
|
2016-01-30 13:46:26 +01:00 |
|
Miodrag Milanovic
|
042050ef67
|
Added Google Benchmark library (nw)
Included sample benchmark for eminline for native and noasm
Made GoogleTest compile only if tests are compiled
|
2016-01-29 11:47:40 +01:00 |
|
Miodrag Milanovic
|
3f2add802d
|
Updated makefile to generate m68k files (nw)
|
2016-01-27 15:36:29 +01:00 |
|
Miodrag Milanovic
|
e691634439
|
Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic]
|
2016-01-25 20:01:40 +01:00 |
|
R. Belmont
|
6fd9e66cd0
|
Merge pull request #571 from bradhugh/xaudio2
XAudio2 support
|
2016-01-22 17:59:21 -05:00 |
|
Brad Hughes
|
2f36228306
|
XAudio2 support
|
2016-01-20 23:16:18 -05:00 |
|
Miodrag Milanovic
|
0fdaab2f96
|
Make SYMLEVEL=1 for full builds, and when custom builds are made save more debug info, otherwise it is not possible to create working executable (is over 2GB) for full build (nw)
|
2016-01-20 08:48:42 +01:00 |
|
Miodrag Milanovic
|
3f632c9b37
|
Revert "Enforce cmd shell when started from regular command prompt even if sh.exe is in path"
This reverts commit ad04d3cda4 .
|
2016-01-03 18:09:28 +01:00 |
|
Miodrag Milanovic
|
ad04d3cda4
|
Enforce cmd shell when started from regular command prompt even if sh.exe is in path
|
2016-01-03 17:49:57 +01:00 |
|
Miodrag Milanovic
|
698cec6344
|
Removed FILTER_DEPS, not stable and not functional (nw)
|
2016-01-03 17:13:16 +01:00 |
|
Miodrag Milanovic
|
842519672e
|
Synced with latest GENie, our specific code is not overwritten (nw)
|
2016-01-03 16:55:52 +01:00 |
|
Miodrag Milanovic
|
65c0e45a5d
|
fix for checks (nw)
|
2016-01-02 19:01:25 +01:00 |
|
Miodrag Milanovic
|
e3d419dacd
|
no need for this it is already in path (nw)
|
2016-01-01 13:08:54 +01:00 |
|
Miodrag Milanovic
|
9cd42de78b
|
make compiler detection works under posix windows environments (nw)
|
2016-01-01 12:27:34 +01:00 |
|
Miodrag Milanovic
|
f1a0a3cb88
|
Added pre-compiled headers support to build system (nw)
|
2016-01-01 08:23:58 +01:00 |
|
Miodrag Milanovic
|
1aa986d617
|
Revert "removing MESS brand and making MAME a name not acronym (nw)"
Too contraversial for now :)
This reverts commit 47bf03513e .
|
2015-12-31 10:51:15 +01:00 |
|
Miodrag Milanovic
|
47bf03513e
|
removing MESS brand and making MAME a name not acronym (nw)
|
2015-12-31 10:31:00 +01:00 |
|
Justin Kerk
|
84dcf402fb
|
Fix outdated comments
|
2015-12-28 13:10:24 -08:00 |
|
Miodrag Milanovic
|
2e9fa84503
|
Fix recognition for more platforms, and fixed compile on arm (nw)
|
2015-12-27 16:37:16 +01:00 |
|
Miodrag Milanovic
|
658128897c
|
Fixed platform detection (nw)
|
2015-12-27 15:48:44 +01:00 |
|
Miodrag Milanovic
|
9c2669081c
|
Added platform parameter and some ARM fixes (nw)
|
2015-12-27 15:35:29 +01:00 |
|
Justin Kerk
|
85d74eb2c9
|
Emscripten build fixes (nw)
|
2015-12-19 08:17:34 +00:00 |
|
Cowering
|
850733ce5a
|
touch me (nw)
|
2015-12-12 12:30:43 -06:00 |
|
Miodrag Milanovic
|
ee942ae0fb
|
some MSBUILD fixes (nw)
|
2015-12-10 12:16:06 +01:00 |
|
Miodrag Milanovic
|
bae93ee22c
|
fix clang/gcc detection on windows (nw)
|
2015-12-07 13:31:06 +01:00 |
|
Miodrag Milanovic
|
f540242c73
|
proper windows clang version detection (nw)
make OVERRIDE_CXX=clang++ OVERRIDE_CC=clang
|
2015-12-07 13:05:25 +01:00 |
|
Miodrag Milanovic
|
8d7ae45c3f
|
fix windows build till clang detection is fixed (nw)
|
2015-12-07 11:38:16 +01:00 |
|
Miodrag Milanovic
|
f5371ffa1b
|
Respect OVERRIDE_CC and OVERRIDE_CXX
|
2015-12-07 11:30:31 +01:00 |
|
Miodrag Milanovic
|
92f81361d6
|
Initial conversion of core to C++14. Note that compilers are now limited to GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic]
|
2015-12-03 11:40:45 +01:00 |
|
Miodrag Milanovic
|
4b4b659679
|
Added MSBUILD support, msbuild.exe must be in path so update your tools (nw)
|
2015-11-23 10:01:21 +01:00 |
|
Justin Kerk
|
078d8e099a
|
Emscripten build fixes (nw)
|
2015-11-21 01:40:59 -08:00 |
|
Cowering
|
09d7fbc9fa
|
make example match new name scheme
|
2015-11-17 13:07:45 -06:00 |
|
Miodrag Milanovic
|
cabec7b81c
|
Added new doxygen templates and limited basic to core (nw)
|
2015-11-16 10:32:27 +01:00 |
|
Miodrag Milanovic
|
8c0d01d426
|
Fix compile for Intel C++ 15 compiler (nw)
|
2015-11-14 11:52:15 +01:00 |
|
Miodrag Milanovic
|
09f75f519d
|
fixed issue that genie did not update when arcade.lua or mess.lua only changed (nw)
|
2015-11-12 15:18:16 +01:00 |
|
Miodrag Milanovic
|
60249e4101
|
fix for cmakelist.txt creation (nw)
|
2015-11-08 17:26:46 +01:00 |
|
Miodrag Milanovic
|
44ffd8dd61
|
added make option to generate CMake files for CLion and root project file (nw)
also ignored CMakeLists.txt in root
|
2015-11-08 15:00:26 +01:00 |
|
Miodrag Milanovic
|
583a1f81f2
|
Moved regtests out of source tree, and updated paths (nw)
|
2015-11-05 13:41:25 +01:00 |
|
Vas Crabb
|
8247cab558
|
make it easier to build multiple configs (nw)
|
2015-11-02 23:40:03 +11:00 |
|
Miodrag Milanovic
|
8e22b1d22f
|
Renamed DRIVERS parameter to SOURCES since you can add any source you wish to include in target (nw)
|
2015-10-09 14:13:35 +02:00 |
|
Miodrag Milanovic
|
86d3aa8065
|
Moved tools in proper place, and moved build python scripts together with other scripts (nw)
|
2015-10-07 12:01:21 +02:00 |
|
Miodrag Milanovic
|
1fc48ce120
|
move mess into mame (nw)
|
2015-09-30 17:21:14 +02:00 |
|
balr0g
|
459c86dee3
|
Fix build with Xcode 7 (nw)
|
2015-09-18 16:00:03 -04:00 |
|
Miodrag Milanovic
|
6359b876b9
|
made FORCE_VERSION_COMPILE option to be used for build server (nw)
|
2015-09-05 11:53:19 +02:00 |
|
Vas Crabb
|
f500420346
|
OS/2 patch for 0.164 [KO Myung-Hun]
|
2015-08-25 13:02:01 +10:00 |
|
R. Belmont
|
b83cc37ae2
|
Merge pull request #257 from 0-wiz-0/master
Re-add NetBSD support.
|
2015-07-22 15:46:15 -04:00 |
|
Julian Sikorski
|
d4ec50198c
|
Do not pass -m32 to gcc on arm
|
2015-07-16 22:54:34 +02:00 |
|