index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
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
/
src
/
3rdparty.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce warnings that need to be suppressed to build linenoise.
Vas Crabb
2023-03-07
1
-6
/
+0
*
Updated forked linenoise to latest upstream.
Vas Crabb
2023-03-07
1
-343
/
+348
*
3rdparty: Avoid the need for -fpermissive since clang doesn't like it.
Vas Crabb
2023-03-07
1
-6
/
+5
*
Various updates, mostly around Lua:
Vas Crabb
2023-03-07
1
-9
/
+23
*
Removed local copy of SDL source and update Android build support. (#10899)
Miodrag Milanović
2023-02-27
1
-507
/
+5
*
3rdpary/bimg: Just disable SSE on all 32-bit builds to be safe.
Vas Crabb
2023-02-20
1
-2
/
+2
*
3rdparty/bimg: Try to keep all the builds working.
Vas Crabb
2023-02-19
1
-1
/
+1
*
3rdparty/bimg: Disable SSE on 32-bit x86 - it assumes x86-64 integer ALU is a...
Vas Crabb
2023-02-19
1
-1
/
+8
*
srcclean and bump copyright date on language files to 2023
Vas Crabb
2023-02-19
1
-1
/
+1
*
3rdparty: Suppress unused variabe warnings for SQLite3 - clang 15.0.5 for Win...
Vas Crabb
2023-01-13
1
-0
/
+1
*
Fix compile error on mingw due to invalid setting for ASTCENC_SSE (#10824)
Justin Kerk
2023-01-11
1
-1
/
+1
*
i386: fix fpu log2 and atan
cracyc
2023-01-09
1
-0
/
+1
*
Fix parameters for mingw build
Miodrag Milanovic
2023-01-05
1
-0
/
+7
*
Update BGFX, BX and BIMG (#10789)
Miodrag Milanović
2023-01-05
1
-14
/
+51
*
Revert "Update BGFX, BX and BIMG (#10750)" (#10787)
R. Belmont
2023-01-04
1
-51
/
+14
*
Update BGFX, BX and BIMG (#10750)
Miodrag Milanović
2023-01-04
1
-14
/
+51
*
fix visual studio builds after bdb9404c08908249210be53ddd640c165e6df1ed
smf-
2022-09-15
1
-1
/
+1
*
fixes for clang 15.0 on windows [smf]
smf-
2022-09-15
1
-0
/
+6
*
srcclean in preparation for release
Vas Crabb
2022-05-22
1
-1
/
+1
*
Suppress compile warnings in asmjit with GCC 7. (#9675)
couriersud
2022-05-04
1
-0
/
+7
*
Re-enabled some compiler warnings and cleaned up some Python scripts a little.
Vas Crabb
2022-02-24
1
-4
/
+23
*
asmjit: mame integration
Patrick Mackinlay
2022-02-13
1
-20
/
+49
*
3rdparty.lua: fix msvc build by reordering configuration statements
Patrick Mackinlay
2021-11-30
1
-10
/
+10
*
fixes for variables set but not used
smf-
2021-11-07
1
-0
/
+10
*
Remove uwp from build system
Miodrag Milanovic
2021-10-26
1
-14
/
+1
*
Remove of winstore/winphone
Miodrag Milanovic
2021-10-26
1
-24
/
+0
*
vs2019_clang target is now used instead of vsllvm
Miodrag Milanovic
2021-10-26
1
-27
/
+0
*
xcode4 and ios removal
Miodrag Milanovic
2021-10-26
1
-3
/
+3
*
mips platform is not supported for Android for some time
Miodrag Milanovic
2021-10-26
1
-6
/
+0
*
rpi target was not used, but regular linux one anyway
Miodrag Milanovic
2021-10-26
1
-8
/
+0
*
Remove steamlink
Miodrag Milanovic
2021-10-26
1
-5
/
+1
*
Remove pnacl remains
Miodrag Milanovic
2021-10-26
1
-11
/
+1
*
Overdue internal UI enhancements (#8674)
Vas Crabb
2021-10-09
1
-4
/
+1
*
Update bgfx, bx and bimg to latest upstream (fixes issue #8057) (#8645)
Julian Sikorski
2021-10-02
1
-0
/
+1
*
fixes for building with clang 12.0.1 on windows
smf-
2021-09-04
1
-0
/
+1
*
Compile bgfx
Miodrag Milanovic
2021-08-10
1
-2
/
+3
*
Implement 68k FPU FATAN instruction (#8287)
Calvin Buckley
2021-07-18
1
-0
/
+1
*
ymfm: Sync with upstream:
Aaron Giles
2021-06-01
1
-0
/
+2
*
ymfm: Sync with latest, add complete YMF278B support (#8090)
Aaron Giles
2021-05-22
1
-0
/
+2
*
ymfm: Refactor new FM engine into a 3rdparty library (#8046)
Aaron Giles
2021-05-14
1
-0
/
+34
*
3rdparty: use -Wno-strict-prototypes when building SDL2 on macOS [R. Belmont]
arbee
2020-12-13
1
-0
/
+1
*
-unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil...
Vas Crabb
2020-11-18
1
-18
/
+17
*
macOS: Disable BGFX threading, which causes crashes and wrong drawing on Cata...
arbee
2020-11-16
1
-0
/
+1
*
Fix most implicit fallthrough warnings from clang
Vas Crabb
2020-11-17
1
-9
/
+0
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
1
-0
/
+5
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-9
/
+7
*
3rdparty.lua: Another build fix for older OS X versions
AJR
2020-10-25
1
-0
/
+8
*
-3rdparty/expat: Update to 2.2.10."
Vas Crabb
2020-10-15
1
-2
/
+21
*
FreeBSD fixes (#7295)
Emmanuel Vadot
2020-09-27
1
-0
/
+6
*
Define IMGUI_DISABLE_OBSOLETE_FUNCTIONS consistently
Julian Sikorski
2020-08-12
1
-0
/
+1
[next]