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
/
src
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Much more core std::string_view modernization
AJR
2021-01-20
10
-131
/
+154
*
zippath.cpp: Checkpoint #2
AJR
2021-01-08
1
-32
/
+12
*
util/zippath.cpp: Fix suffix for zip archives.
Vas Crabb
2021-01-08
1
-1
/
+1
*
zippath.cpp: Checkpoint
AJR
2021-01-06
2
-97
/
+44
*
options.h: Be more honest about #including prerequisites
AJR
2021-01-02
1
-0
/
+7
*
vbiparse.cpp: Add missing #include
AJR
2021-01-02
1
-0
/
+1
*
disasmintf.h: Attempt at fixing build on other compilers
AJR
2021-01-02
1
-0
/
+1
*
Low-level #include overhaul
AJR
2021-01-02
50
-105
/
+100
*
palette.cpp: Use std::fill instead of memset for dirty vector; add range check
AJR
2021-01-02
1
-2
/
+3
*
Further additions of std::string_view
AJR
2021-01-01
5
-33
/
+70
*
hash.cpp, hashing.cpp: Change string processing to use std::string_view param...
AJR
2021-01-01
4
-43
/
+158
*
util/xmlfile.cpp: C++ comment conversion
AJR
2020-12-31
1
-225
/
+225
*
srcclean for 0.227
Vas Crabb
2020-12-27
1
-5
/
+5
*
util/wavwrite.cpp: Hopefully fix build with clang libc++.
Vas Crabb
2020-12-27
1
-0
/
+1
*
More Lua interface cleanup - it's simpler with cleaner underlyng APIs.
Vas Crabb
2020-12-27
3
-65
/
+91
*
util/png: Use std::string_view internally in another function
AJR
2020-12-22
1
-8
/
+6
*
util/png: Update add_text to take std::string_view for arguments
AJR
2020-12-21
2
-12
/
+11
*
Fix some oversights and emergent behaviour with view selection.
Vas Crabb
2020-12-20
2
-0
/
+72
*
More Lua engine clean-up and documentation, resulting in core cleanup.
Vas Crabb
2020-12-18
1
-61
/
+58
*
support Redump extended bin/cue format for Dreamcast discs (#7422)
nhand42
2020-12-17
2
-1
/
+519
*
unicode.h: Updates
AJR
2020-12-15
2
-43
/
+16
*
Fix most implicit fallthrough warnings from clang
Vas Crabb
2020-11-17
1
-1
/
+1
*
Remove some deprecated instantiations of static constexpr members (MSVC compl...
Vas Crabb
2020-11-15
1
-6
/
+2
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
5
-255
/
+258
*
emu/debug: Removed more macros, added more const, make a couple more things u...
Vas Crabb
2020-10-12
1
-2
/
+2
*
Various improvements to image file handling:
Vas Crabb
2020-10-08
5
-149
/
+867
*
3rdparty/nanosvg: Re-base on latest upstream.
Vas Crabb
2020-10-05
1
-1
/
+5
*
-emu/rendlay.cpp: Allow item animation.
Vas Crabb
2020-10-05
1
-5
/
+4
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
2
-38
/
+8
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
7
-101
/
+120
*
util/bitmap.cpp: Use std::fill_n to get better code for modern CPUs.
Vas Crabb
2020-09-20
1
-74
/
+15
*
xmlfile.cpp: Put newline where it’s supposed to go after element content.
Vas Crabb
2020-09-06
1
-1
/
+2
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-4
/
+42
*
Don't ignore config elements with attributes but no child nodes.
Vas Crabb
2020-09-02
2
-5
/
+16
*
frontend: Added option to skip repeated imperfect emulation warnings.
Vas Crabb
2020-09-02
2
-11
/
+10
*
recording: fix frame sync regression (nw)
hap
2020-06-19
2
-4
/
+4
*
With permission from Dirk Best, apply 3-clause BSD license to common devices ...
Vas Crabb
2020-04-13
1
-1
/
+0
*
split was using sha1.h directly - fix that (nw)
Vas Crabb
2020-04-13
1
-1
/
+1
*
util: re-implement SHA-1 and get rid of the two third-party implementations (nw)
Vas Crabb
2020-04-13
7
-731
/
+198
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
18
-15
/
+110
*
centralise instantiation of more of the util::strformat engine
Vas Crabb
2020-04-08
2
-0
/
+1066
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-11
/
+95
*
util/strformat.h: future-proof for C++20 (GitHub #6275)
Vas Crabb
2020-02-09
1
-31
/
+54
*
Revert "Alfaskop improvements"
Vas Crabb
2020-01-31
2
-21
/
+3
*
Merge pull request #6068 from JoakimLarsson/alfaskop_pla
Joakim Larsson Edström
2020-01-31
2
-3
/
+21
|
\
|
*
alfaskop41xx.cpp, jedparse.h, mc6844.cpp : addressed PR feedback
Joakim Larsson Edstrom
2019-12-27
1
-7
/
+6
|
*
pla.cpp, jedparse, jedutil: Added recognition and some support for alternativ...
Joakim Larsson Edstrom
2019-12-18
2
-1
/
+20
*
|
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
8
-6
/
+57
*
|
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
12
-38
/
+38
*
|
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
22
-166
/
+20
[next]