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
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
...
*
Remove CI20
Miodrag Milanovic
2021-10-26
1
-12
/
+1
*
Remove steamlink
Miodrag Milanovic
2021-10-26
1
-12
/
+0
*
Remove pnacl remains
Miodrag Milanovic
2021-10-26
1
-17
/
+4
*
Overdue internal UI enhancements (#8674)
Vas Crabb
2021-10-09
1
-1
/
+1
*
util/strformat.h: Detect C++ standard > C++17 before doing weird stuff.
Vas Crabb
2021-09-18
1
-0
/
+3
*
Revert "enable BGFX_CONFIG_DEBUG to get proper asserts"
Miodrag Milanovic
2021-08-20
1
-1
/
+1
*
enable BGFX_CONFIG_DEBUG to get proper asserts
Miodrag Milanovic
2021-08-13
1
-1
/
+1
*
Disable another MSVC warning that is known to be noisy (and which showed up w...
Aaron Giles
2021-07-09
1
-0
/
+1
*
Stupid warning is stupid
Olivier Galibert
2021-05-26
1
-0
/
+1
*
srcclean for release
Vas Crabb
2021-05-23
1
-4
/
+4
*
Preliminary support for GCC 11.1 (Fedora 34) [R. Belmont]
arbee
2021-05-20
1
-0
/
+8
*
ymfm: Refactor new FM engine into a 3rdparty library (#8046)
Aaron Giles
2021-05-14
1
-0
/
+1
*
Fix vs2019_clang build
feos
2021-04-05
1
-3
/
+2
*
Merge tag 'mame0230' into mainline-master
Vas Crabb
2021-03-31
1
-0
/
+6
|
\
|
*
Fix building with clang 6
Vas Crabb
2021-03-29
1
-0
/
+6
*
|
makefile: added param to override ar
hap
2021-03-30
1
-0
/
+5
|
/
*
formats: Create mame_formats_full_list which gives access to all the supporte...
Olivier Galibert
2021-03-04
1
-2
/
+35
*
-docs update:
Vas Crabb
2021-01-23
1
-1
/
+1
*
genie.lua: Attempted fix for GCC build
AJR
2021-01-22
1
-0
/
+1
*
Add macosx_arm64_clang target support [R. Belmont, Miodrag Milanovic]
arbee
2020-12-12
1
-2
/
+9
*
Fixed clang warning in Lua engine properly, converted a few fallthrough comme...
Vas Crabb
2020-11-17
1
-9
/
+9
*
Add C++17 flag for visual studio (hopefully in the right place)
Vas Crabb
2020-11-15
1
-0
/
+3
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
1
-0
/
+6
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-37
/
+10
*
Apple calls llvm/clang 10 Xcode 12, update warning flags.
Vas Crabb
2020-10-29
1
-1
/
+1
*
Fix link errors with new versions of Emscripten
Justin Kerk
2020-10-18
1
-0
/
+1
*
emscripten: netlist and OpenGL improvements. (#7254)
couriersud
2020-09-18
1
-1
/
+1
*
Clean up clang options now that clang 5 is a hard requirement, and suppress x...
Vas Crabb
2020-08-18
1
-15
/
+11
*
genie: mingw sdl build fails with end-group auto added by that LinkSupportCir...
hap
2020-06-21
1
-5
/
+8
*
Fix OS X build on older Xcode versions (nw)
AJR
2020-06-18
1
-0
/
+10
*
Enable option to generate symbols in Release as well as Debug under Visual St...
Frank Palazzolo
2020-05-27
1
-0
/
+5
*
mingw: get rid of missing end-group warning (nw)
hap
2020-05-10
1
-2
/
+2
*
GCC 10 fix for sqlite3 (nw)
arbee
2020-05-02
1
-0
/
+5
*
Fix hang with Emscripten's "upstream" backend (nw)
Justin Kerk
2020-04-16
1
-0
/
+2
*
removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I intro...
firewave
2020-01-21
1
-16
/
+0
*
Lower number of warnings disabled with visual studio from 71 to 27 (nw)
yz70s
2020-01-02
1
-58
/
+16
*
Revert "Revert "enable clang missing braces warning - it's useful to be able ...
Vas Crabb
2019-12-21
1
-1
/
+0
*
Revert "enable clang missing braces warning - it's useful to be able to see w...
AJR
2019-12-20
1
-0
/
+1
*
enable clang missing braces warning - it's useful to be able to see when you'...
Vas Crabb
2019-12-20
1
-1
/
+0
*
damn inconsistent macros, maybe I really _will_ kill them off next year (nw)
Vas Crabb
2019-12-20
1
-2
/
+2
*
Enable visual studio warning C5038 about member initialization order (nw)
yz70s
2019-12-20
1
-14
/
+13
*
Revert "Fix gcc version 5 compile. (nw)"
couriersud
2019-11-01
1
-10
/
+4
*
Fix gcc version 5 compile. (nw)
couriersud
2019-11-01
1
-4
/
+10
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-10
/
+4
*
Fix build for nonstandard compiler versions like '8.3-win32'
Melissa Goad
2019-10-17
1
-0
/
+3
*
fix for clang 9.0.0 on windows (nw)
smf-
2019-10-13
1
-0
/
+1
*
WIP: sync bgfx, bx and bimg with latest upstream (#5723)
Julian Sikorski
2019-10-13
1
-7
/
+0
*
(nw) fix std::array initialisation with GCC5 in nlwav.cpp, stop suppressing -...
Vas Crabb
2019-10-05
1
-6
/
+0
*
Build system maintenance:
Vas Crabb
2019-10-04
1
-3
/
+5
*
vs2019 fixes, initial clang-cl support (#5698)
Julian Sikorski
2019-10-02
1
-0
/
+23
[prev]
[next]