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
/
chd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-6
/
+6
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
use C++ library includes (nw)
firewave
2020-01-22
1
-4
/
+4
*
imgtool: MT 6693 wip, solves mess_hd issue (nw)
Sergey Svishchev
2019-06-02
1
-0
/
+1
*
Fix off-by-one error (nw)
Vas Crabb
2017-05-05
1
-1
/
+1
*
Minor improvement to CHD metadata loading
Nathan Woods
2017-05-04
1
-6
/
+2
*
fix chd build (nw)
Vas Crabb
2017-02-02
1
-7
/
+7
*
Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE...
smf-
2016-11-06
1
-3
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-215
/
+215
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-9
/
+9
*
fix after pass through the diff
Vas Crabb
2016-08-01
1
-3
/
+3
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-7
/
+7
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
1
-50
/
+50
*
chdman: attempt to workaround hang during chd creation
MetalliC
2016-06-04
1
-1
/
+4
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-3
/
+3
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-8
/
+8
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-31
/
+37
*
use std::atomic in chd.cpp/h (nw)
Miodrag Milanovic
2016-03-01
1
-6
/
+6
*
clang-modernize part 5
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-57
/
+57
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+3279