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
/
coretmpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/coretmpl.h: Fixed clang narrowing warning.
Vas Crabb
2021-09-06
1
-1
/
+1
*
-ui: Made zoom controls a bit more intuitive.
Vas Crabb
2021-09-06
1
-15
/
+4
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-0
/
+10
*
coretmpl.h: Move lru_cache_map to separate header
AJR
2021-02-03
1
-387
/
+0
*
Low-level #include overhaul
AJR
2021-01-02
1
-2
/
+11
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-9
/
+3
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-3
/
+3
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-11
/
+95
*
Eliminate simple_list_wrapper and replace its only use (nw)
AJR
2020-01-18
1
-34
/
+0
*
add missing return statement for LRU cache assignment operator (nw)
Vas Crabb
2019-12-20
1
-0
/
+1
*
coretmpl.h: different approach to member initialisation - hopefully work arou...
Vas Crabb
2019-12-20
1
-65
/
+62
*
util::fifo.queue_length() (nw)
Patrick Mackinlay
2018-10-18
1
-0
/
+11
*
Better support for screen orientation/geometry:
Vas Crabb
2018-07-26
1
-0
/
+20
*
emumem: Backend modernization [O. Galibert]
Olivier Galibert
2018-06-29
1
-0
/
+8
*
move some not-directly-emulation-related helpers to lib/util, further extrica...
Vas Crabb
2018-04-01
1
-0
/
+45
*
Cherry-pick some features from self-registering drivers PoC:
Vas Crabb
2017-02-16
1
-2
/
+1
*
Make bitmaps movable, allowing them to be used in vectors and emplaced easily.
Vas Crabb
2016-12-15
1
-0
/
+1
*
coretmpl: add an associative LRU cache with map-like behaviour
Vas Crabb
2016-12-15
1
-1
/
+387
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-1
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-0
/
+12
*
fixum (nw)
Vas Crabb
2016-11-05
1
-2
/
+1
*
Added 'poke' and 'clear' methods to fifo template
Joakim Larsson Edstrom
2016-11-04
1
-1
/
+18
*
there you go, Robbbbbbbbert (nw)
Vas Crabb
2016-11-01
1
-1
/
+1
*
add a fifo template in util for Edstrom
Vas Crabb
2016-11-01
1
-4
/
+109
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-4
/
+0
*
Alphabetizing the #include's, and added typedef's for the reverse iterators
Nathan Woods
2016-09-12
1
-8
/
+10
*
Fixed some stupid errors
Nathan Woods
2016-09-12
1
-2
/
+3
*
Folded util::contiguous_sequence_wrapper<T> into coretmpl.h, and fixing the r...
Nathan Woods
2016-09-12
1
-0
/
+70
*
More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2...
Vas Crabb
2016-08-30
1
-17
/
+34
*
some C++14 features are not supported by VS2013. VS2015 is free for home use ...
Miodrag Milanovic
2016-08-27
1
-5
/
+0
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
Avoid auto return types; silence some unused variable warnings (nw)
AJR
2016-03-31
1
-3
/
+3
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-2
/
+24
*
make make make_unique_clear accept all kind of parameters (nw)
Miodrag Milanovic
2016-01-08
1
-29
/
+0
*
Fixed missing noexcept in Visual Studio 2013.
dankan1890
2015-12-22
1
-0
/
+5
*
Modernize `simple_list`:
Vittorio Romeo
2015-12-21
1
-21
/
+21
*
added option to clear with value for arrays (nw)
Miodrag Milanovic
2015-12-17
1
-0
/
+10
*
removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ...
Miodrag Milanovic
2015-12-17
1
-0
/
+19
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-27
/
+27
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-35
/
+0
*
Revert "No need for simple_list_wrapper (nw)"
Miodrag Milanovic
2015-11-18
1
-0
/
+34
*
No need for simple_list_wrapper (nw)
Miodrag Milanovic
2015-11-18
1
-34
/
+0
*
Relaxed emu.h a bit, should make compile a bit faster (nw)
Miodrag Milanovic
2015-11-05
1
-1
/
+1
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-81
/
+3
*
moved assert replacement inside emucore.h so it is actually used / removed as...
Oliver Stöneberg
2015-03-20
1
-1
/
+0
*
Enable OpenGL renderer on Windows. By default, run-time function
couriersud
2015-02-25
1
-1
/
+1
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-6
/
+6
*
Palettes are now copied during get_primlist. This should fix
couriersud
2015-01-01
1
-0
/
+8
*
Fix Clang compile (nw)
R. Belmont
2014-08-10
1
-1
/
+1
*
Nuke some more auto_allocs.
Aaron Giles
2014-03-16
1
-0
/
+1
[next]