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
*
Made PTR64 a makefile-only thing - it isn't necessary in the code.
Vas Crabb
23 hours
1
-25
/
+0
*
Cleaned up build scripts and compiling documentation:
Vas Crabb
26 hours
1
-37
/
+7
*
emscripten: fixes to get bgfx working (#13255)
algestam
2025-02-06
1
-6
/
+5
*
-cpu/drcbex64.cpp: Directly dispatch memory accesses no larger than native wi...
Vas Crabb
2025-02-05
1
-8
/
+0
*
cpu/drcbearm64.cpp: Added a 64-bit ARMv8 (AArch64) DRC back-end. (#13162)
987123879113
2025-01-14
1
-9
/
+21
*
build: adjust msvc warning settings
Patrick Mackinlay
2025-01-03
1
-4
/
+4
*
Actually demote tautological-compare to a warning.
Vas Crabb
2024-11-27
1
-0
/
+1
*
Enable tautological-compare warning as error.
Vas Crabb
2024-11-27
1
-1
/
+0
*
Updated GENie and changed Visual Studio target to Visual Studio 2022. (#13000)
Patrick Mackinlay
2024-11-27
1
-0
/
+3
*
-nes.xml: Use self-closing tags for data areas with no load commands - saves ...
Vas Crabb
2024-03-31
1
-1
/
+1
*
Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10.
Vas Crabb
2024-03-28
1
-25
/
+10
*
Slightly different fix for asio compilation with newer Emscripten (#12098)
Justin Kerk
2024-03-13
1
-1
/
+1
*
Fix compile error in 3rdparty/asio with newer Emscripten versions (#12098)
Justin Kerk
2024-03-13
1
-0
/
+3
*
Make building emulator optional (allow building tools without building MAME) ...
Miodrag Milanović
2023-12-31
1
-41
/
+50
*
Ensure that the has_* file actually has data in them. The previous PR had cl...
Olivier Galibert
2023-12-09
1
-2
/
+7
*
Make generation of has_foo.h files deterministic (#11651)
Bernhard M. Wiedemann
2023-10-24
1
-1
/
+1
*
Set LinkSupportCircularDependencies for FreeBSD as well as NetBSD (#11271).
Vas Crabb
2023-05-28
1
-1
/
+1
*
3rdparty/lzma: Updated to LZMA SDK version 22.01
Vas Crabb
2023-05-04
1
-5
/
+0
*
ui: Don't use facets of destructed locales.
Vas Crabb
2023-05-01
1
-3
/
+3
*
Fixed another warning, a full compile now completes with GCC 13.1. [R. Belmont]
arbee
2023-04-29
1
-0
/
+1
*
Support GCC 13.1 / Fedora 38 [R. Belmont]
arbee
2023-04-29
1
-0
/
+9
*
-Lua engine: run everything in coroutines. (#11019)
Vas Crabb
2023-03-25
1
-1
/
+1
*
Removed local copy of SDL source and update Android build support. (#10899)
Miodrag Milanović
2023-02-27
1
-37
/
+2
*
Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ...
Vas Crabb
2023-02-01
1
-0
/
+1
*
Fail earlier in the build process if SOURCES= specifies no files containing s...
Vas Crabb
2022-07-07
1
-2
/
+12
*
genie: Explicitly set LinkSupportCircularDependencies for NetBSD. (#10020)
Thomas Klausner
2022-07-04
1
-0
/
+4
*
Allow leaving off the src/<target>/ prefix in SOURCES=
Vas Crabb
2022-07-01
1
-1
/
+5
*
-Added support for directory names in SOURCES=
Vas Crabb
2022-06-30
1
-2
/
+3
*
More quality of life features for new source layout:
Vas Crabb
2022-06-29
1
-5
/
+5
*
Added make opions for filter file, adjusted source path display.
Vas Crabb
2022-06-28
1
-15
/
+47
*
Eliminated cross dependencies between driver projects.
Vas Crabb
2022-06-27
1
-13
/
+15
*
Acknowledge presence of circular dependencies to keep GNU ld happy on Linux.
Vas Crabb
2022-06-17
1
-0
/
+3
*
Updated scripts to support SOURCES= builds after the reorganisation happens.
Vas Crabb
2022-06-15
1
-3
/
+3
*
Adjust toolchain versions for triggering workarounds:
Vas Crabb
2022-06-06
1
-2
/
+2
*
Remove spurious /wx option from prjects generated for visual studio
yz70s
2022-05-23
1
-1
/
+0
*
fix for building with clang 14 as asmjit uses | & operators on bools [smf]
smf-
2022-05-18
1
-0
/
+5
*
scripts: Improve str_to_version again.
Vas Crabb
2022-05-17
1
-15
/
+19
*
fix version detection in str_to_version (#9767)
sairuk
2022-05-16
1
-1
/
+1
*
mips3: Fixed error flagged by GCC 12 [Ryan Holtz, R. Belmont]
arbee
2022-05-11
1
-1
/
+0
*
Initial GCC 12 support for Fedora 36. [R. Belmont]
arbee
2022-05-11
1
-0
/
+7
*
Apparently the issue with Sol and std::optional is a GCC version thing, not L...
Vas Crabb
2022-04-06
1
-19
/
+19
*
Disable lifetime dead store elimination for Linux GCC builds.
Vas Crabb
2022-04-03
1
-1
/
+6
*
-util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays.
Vas Crabb
2022-04-03
1
-1
/
+0
*
Disabled clang warnings again - only the GCC ones should be re-enabled.
Vas Crabb
2022-02-24
1
-0
/
+2
*
Re-enabled some compiler warnings and cleaned up some Python scripts a little.
Vas Crabb
2022-02-24
1
-10
/
+0
*
Include $ERRNO_CODES in Emscripten build to fix error loading software in Emu...
Justin Kerk
2021-12-30
1
-0
/
+1
*
Fix build with newer versions of Emscripten; minimum supported version is now...
Justin Kerk
2021-12-23
1
-4
/
+45
*
Remove of winstore/winphone
Miodrag Milanovic
2021-10-26
1
-7
/
+0
*
vs2019_clang target is now used instead of vsllvm
Miodrag Milanovic
2021-10-26
1
-70
/
+0
*
Remove old VisualStudio
Miodrag Milanovic
2021-10-26
1
-1
/
+1
[next]