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
/
chdman.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-2958
/
+0
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-114
/
+118
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
more conversions to std::string (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-29
/
+33
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-15
/
+15
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-68
/
+68
*
Merge https://github.com/ZoeB/mame
Vas Crabb
2015-04-12
1
-2
/
+2
|
\
|
*
Fix various typos and spelling mistakes
Zoë Blade
2015-04-11
1
-2
/
+2
*
|
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-65
/
+65
|
/
*
moved assert replacement inside emucore.h so it is actually used / removed as...
Oliver Stöneberg
2015-03-20
1
-0
/
+2
*
fixed some C++11 compiler warnings (nw)
Oliver Stöneberg
2015-02-05
1
-1
/
+1
*
Report core file position in case of a CHD hunk read error (nw)
jbu
2015-02-05
1
-1
/
+4
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-2
/
+2
*
added missing catch in chd_file_compressor::async_read() and chdman main() (nw)
Oliver Stöneberg
2015-01-16
1
-0
/
+6
*
fixed chdman.c compiler warning (nw)
Oliver Stöneberg
2015-01-16
1
-1
/
+1
*
chdman: added -s/--size parameter for "createhd" to create blank harddisk bas...
Oliver Stöneberg
2015-01-16
1
-9
/
+24
*
fixed "make tools" with VS14 CTP4 (nw)
smf-
2014-10-18
1
-3
/
+3
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
CHD cleanups: [MetalliC]
R. Belmont
2014-04-28
1
-2
/
+6
*
chd updates: [MetalliC]
R. Belmont
2014-04-18
1
-5
/
+55
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-4
/
+4
*
Fix tools compile (nw)
Alex W. Jackson
2014-02-20
1
-5
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
removed accidental change from src/tools/chdman.c (nw)
Oliver Stöneberg
2013-09-05
1
-2
/
+0
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-1
/
+1
*
Fixes for building MAME with Visual Studio 2013 preview [smf]
smf-
2013-07-05
1
-7
/
+7
*
disable creation of uncompressed LD CHDs (nw)
Oliver Stöneberg
2013-07-03
1
-0
/
+5
*
chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying...
Oliver Stöneberg
2013-06-21
1
-7
/
+2
*
chdman: fixed deletion of output file in case of an error (nw)
Oliver Stöneberg
2013-06-21
1
-5
/
+5
*
chdman: -c would only overwrite the amount of compressions defined - part of ...
Oliver Stöneberg
2013-06-18
1
-0
/
+5
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-1
/
+1
*
Various CD-ROM / CHDMAN improvements: [R. Belmont]
R. Belmont
2013-05-18
1
-4
/
+15
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-263
/
+263
*
cdrom: Introduces concept of logical sector addresses so games see the disc w...
R. Belmont
2013-01-05
1
-2
/
+2
*
Fix for output of TOC and GDI content on extractcd option (nw)
Miodrag Milanovic
2012-05-17
1
-2
/
+3
*
Added code to cdrom.c to compute and verify ECC codes for mode 1/2
Aaron Giles
2012-04-06
1
-1
/
+1
*
When copying CHDs, preserve the flag that indicates whether the metadata
Aaron Giles
2012-03-06
1
-2
/
+2
*
Windows compile fix, thanks OG (no whatsnew)
Miodrag Milanovic
2012-03-05
1
-1
/
+1
*
chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve...
R. Belmont
2012-03-04
1
-109
/
+220
*
Cleanup recent changes, fix a missing case where a compressor was
Aaron Giles
2012-02-28
1
-42
/
+21
*
fixed stack overflow in chdman when compiled with Visual Studio by moving obj...
Miodrag Milanovic
2012-02-28
1
-23
/
+39
*
SDL: support unofficial (not in the OSD class) num_processors API used by chd...
R. Belmont
2012-02-26
1
-5
/
+0
*
chdman: Properly handle and warn on bin/cue output of images with subcode dat...
R. Belmont
2012-02-26
1
-4
/
+19
*
Clean-ups and version bump
mame0145u2
Angelo Salese
2012-02-26
1
-3
/
+3
*
Better management of FLAC block sizes, aiming to keep them around 2k
Aaron Giles
2012-02-26
1
-2
/
+2
*
Added new function dumpmeta to dump out a particular piece of metadata
Aaron Giles
2012-02-21
1
-0
/
+89
*
Better fix is to just not parse start/end when there's no input file.
Aaron Giles
2012-02-20
1
-4
/
+5
*
Fixed empty CHD creation for HDD's (no whatsnew)
Miodrag Milanovic
2012-02-20
1
-2
/
+2
*
Error message type fix from Firewave (nw)
Miodrag Milanovic
2012-02-20
1
-1
/
+1
[next]