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
/
src
/
emu
/
devdelegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers.
Vas Crabb
2023-06-13
1
-75
/
+170
*
Miscellaneous improvements:
Vas Crabb
2023-04-14
1
-0
/
+37
*
Fixed a few issues identified by Coverity:
Vas Crabb
2022-11-06
1
-1
/
+1
*
mactoolbox.h: Move std::function template deduction guide to more accessible ...
AJR
2022-09-25
1
-0
/
+8
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-1
/
+1
*
-util/delegate.cpp: One less level of indirection for functoid delegates.
Vas Crabb
2021-09-16
1
-4
/
+17
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-8
/
+8
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-0
/
+1
*
devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw)
Vas Crabb
2020-02-05
1
-2
/
+3
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-49
/
+213
*
(nw) So we're back to MSVC blowing up on non-trivial templates. Lovely.
Vas Crabb
2018-12-30
1
-7
/
+8
*
Start cleaning up palette configuration:
Vas Crabb
2018-12-29
1
-6
/
+0
*
Allow devcb to be bound to a device/mixin or the target of a device
Vas Crabb
2018-05-02
1
-28
/
+38
*
std::function and delegate both require runtime relocations, slowing down sta...
Vas Crabb
2018-01-18
1
-4
/
+3
*
Warning: implicit private inheritance may be hazardous to your build (nw)
AJR
2018-01-17
1
-1
/
+1
*
std::function is too inefficient, use a device delegate instead (nw)
AJR
2018-01-17
1
-3
/
+4
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-4
/
+4
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-7
/
+26
*
Delegate support for lambdas and std::functions in general, also supporting c...
Miodrag Milanovic
2016-11-05
1
-7
/
+11
*
gcc 6.1.1 warning fixes (nw)
Olivier Galibert
2016-06-16
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-11
/
+11
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-11
/
+11
*
Refactoring memory map validity checking
AJR
2015-12-19
1
-1
/
+4
*
cleanup
Miodrag Milanovic
2015-12-06
1
-4
/
+4
*
clang-modernize part 5
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-4
/
+4
*
delegate.h now supports mingw 32 bit builds with INTERNAL configuration.
couriersud
2015-05-31
1
-0
/
+4
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-1
/
+1
*
srcclean (nw)
Curt Coder
2012-10-07
1
-1
/
+1
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-0
/
+106