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
/
tools
/
imgtool
/
modules
/
pc_hard.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Formats-related refactoring
AJR
2021-09-11
1
-0
/
+2
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-2
/
+1
*
imgtool: MT 6693 wip, solves mess_hd issue (nw)
Sergey Svishchev
2019-06-02
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-35
/
+35
*
[Imgtool] Modernized imgtool::image::list_partitions()
Nathan Woods
2016-10-17
1
-8
/
+12
*
[Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &'
Nathan Woods
2016-10-16
1
-25
/
+25
*
[Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&'
Nathan Woods
2016-10-15
1
-5
/
+5
*
[Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &'
Nathan Woods
2016-10-14
1
-28
/
+28
*
[Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream)
Nathan Woods
2016-10-12
1
-2
/
+2
*
Made imgtool_image (now imgtool::image) a "real" C++ class
Nathan Woods
2016-09-27
1
-21
/
+21
*
Changing bad_alloc catch declarations
Nathan Woods
2016-09-25
1
-1
/
+1
*
Putting try { ... } catch(std::bad_alloc &) { ... } around recently introduce...
Nathan Woods
2016-09-25
1
-1
/
+2
*
Imgtool: Changed the read_sector apparatus to use std::vector
Nathan Woods
2016-09-24
1
-15
/
+9
*
Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ...
Nathan Woods
2016-09-03
1
-1
/
+1
*
option_guide C++-ification, touched up imgtool
Nathan Woods
2016-08-27
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
Fix up imgtool as well
Vas Crabb
2016-07-08
1
-4
/
+4
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+470