index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
scripts
/
genie.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
looks like 32-bit release builds need /bigobj as well (nw)
Vas Crabb
2017-05-28
1
-3
/
+3
*
don't use -static on msys2 clang 4.0.0 as it's currently broken, also removed...
smf-
2017-05-25
1
-3
/
+7
*
fix MSVC debug builds by specifying /bigobj (needed for mpu4). Release builds...
smf-
2017-05-16
1
-0
/
+3
*
detect if SOURCES file do not exist (nw)
Miodrag Milanovic
2016-12-09
1
-0
/
+7
*
Enable building projects that are separate of MAME but use same core and live...
Miodrag Milanovic
2016-12-08
1
-1
/
+13
*
Disable incremental linking for VS debug builds (nw)
Miodrag Milanovic
2016-11-29
1
-0
/
+1
*
Added VS2017 support into project files (nw)
Miodrag Milanovic
2016-11-16
1
-2
/
+2
*
Fix UWP build issue (nw)
Brad Hughes
2016-11-16
1
-1
/
+1
*
fix build (nw)
Miodrag Milanovic
2016-11-16
1
-1
/
+1
*
UWP: Remove explicit links for winstore builds (nw)
Brad Hughes
2016-11-16
1
-9
/
+3
*
fix mingw-clang linking for latest version (nw)
Miodrag Milanovic
2016-11-16
1
-0
/
+4
*
Make 3rdparty compile for UWP and start adding new OSD for UWP based on previ...
Miodrag Milanovic
2016-11-09
1
-0
/
+6
*
Finally sync with GENie, no more local changes (nw)
Miodrag Milanovic
2016-11-03
1
-0
/
+4
*
Fix macOS build (nw)
Miodrag Milanovic
2016-11-02
1
-3
/
+3
*
Experimental support for compiling to WebAssembly using Emscripten (not yet w...
Justin Kerk
2016-10-29
1
-0
/
+5
*
cleanup (nw)
Miodrag Milanovic
2016-10-07
1
-19
/
+0
*
disable unknown-attributes & ignored_qualifiers to allow font_dwrite.cpp to b...
smf-
2016-09-17
1
-0
/
+2
*
Add Lua-cleaning ability to srcclean
Vas Crabb
2016-08-30
1
-1
/
+1
*
Cleanup for VS2015 build (nw)
Miodrag Milanovic
2016-08-28
1
-0
/
+1
*
some C++14 features are not supported by VS2013. VS2015 is free for home use ...
Miodrag Milanovic
2016-08-27
1
-1
/
+1
*
Setting GCC bar bit higher (nw)
Miodrag Milanovic
2016-08-27
1
-2
/
+2
*
Temporary fix for debug compile till we fix assert (nw)
Miodrag Milanovic
2016-08-27
1
-0
/
+6
*
Change warning flags for Clang build (nw)
AJR
2016-08-25
1
-9
/
+1
*
made proper formats compiled only if needed (nw)
Miodrag Milanovic
2016-08-12
1
-0
/
+8
*
Attempt to prevent GCC optimising away global_alloc_clear (MT06335)
Vas Crabb
2016-07-30
1
-4
/
+11
*
Add arch defines for Linux alpha and mips64el.
Jordi Mallach
2016-07-14
1
-0
/
+12
*
damn circular deps (nw)
Vas Crabb
2016-06-26
1
-0
/
+1
*
Fixed double hyphen in -pipe
Julian Sikorski
2016-06-14
1
-1
/
+1
*
Sync GENie, one thing changed, and I have revoked one patch that is going to ...
Miodrag Milanovic
2016-06-10
1
-2
/
+0
*
Synced GENie with latest and applied few changes sent as PR (nw)
Miodrag Milanovic
2016-06-10
1
-0
/
+2
*
Fix git version [Vas Crabb]
Vas Crabb
2016-06-10
1
-9
/
+0
*
Added initial ninja support to use add MAKETYPE=ninja to compile command line...
Miodrag Milanovic
2016-06-09
1
-2
/
+2
*
support msbuild from posix shell
Jeffrey Clark
2016-05-31
1
-1
/
+1
*
disable BGFX debug info (nw)
Miodrag Milanovic
2016-05-24
1
-1
/
+1
*
Added ability to create standalone emulators, added zexall as example (nw)
Miodrag Milanovic
2016-05-08
1
-3
/
+8
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-0
/
+2
*
set GIT_VERSION only where it is used (nw)
Miodrag Milanovic
2016-04-21
1
-11
/
+0
*
Always rebuild version.cpp when there is git version change (nw)
Miodrag Milanovic
2016-04-16
1
-17
/
+7
*
Add short git version if building non-release build, also if git command is n...
Miodrag Milanovic
2016-04-16
1
-0
/
+21
*
Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build ...
Miodrag Milanovic
2016-04-12
1
-0
/
+10
*
Add more clang output to tell where #include errors are coming from
Justin Kerk
2016-04-09
1
-0
/
+1
*
Added PRECOMPILE=0 so in conjunction with ccache it gives better compile spee...
Miodrag Milanovic
2016-04-02
1
-3
/
+13
*
support build without optimize flag (nw)
Jeffrey Clark
2016-03-30
1
-19
/
+16
*
Compressed internal layouts [David Haywood]
Miodrag Milanovic
2016-03-30
1
-1
/
+1
*
Fix VS build (it was reverse logic then others) (nw)
mame0172
Miodrag Milanovic
2016-03-30
1
-1
/
+1
*
scrclean on lua scripts (nw)
Miodrag Milanovic
2016-03-29
1
-101
/
+101
*
cleanup build includes (nw)
Jeffrey Clark
2016-03-28
1
-25
/
+7
*
Extend system library support (nw)
Jeffrey Clark
2016-03-28
1
-49
/
+6
*
Ci20 wip support (nw)
Miodrag Milanovic
2016-03-23
1
-1
/
+13
*
BGFX_CONFIG_DEBUG=1 for Debug builds (nw)
Miodrag Milanovic
2016-03-20
1
-0
/
+2
[next]