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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fixed incorrect util::string_format() ==> util::stream_format()
Nathan Woods
2017-01-04
1
-1
/
+1
*
|
|
Vas Crabb feedback:
Nathan Woods
2017-01-04
1
-62
/
+60
*
|
|
[Imgtool] Changed to use wcout/wcerr in order to support Unicode console output
Nathan Woods
2017-01-02
1
-61
/
+77
|
|
/
|
/
|
*
|
[Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization
Nathan Woods
2016-12-24
3
-88
/
+165
|
/
*
Merge pull request #1830 from npwoods/imgtool_dir_formatting_fix
R. Belmont
2016-12-13
1
-8
/
+21
|
\
|
*
[Imgtool] Cleaned up the output of the 'dir' command
Nathan Woods
2016-12-12
1
-8
/
+21
*
|
[Imgtool] Fixed a recently introduced error in the 'dir' command line command
Nathan Woods
2016-12-12
1
-3
/
+3
|
/
*
Merge pull request #1827 from npwoods/remove_strncatz
Vas Crabb
2016-12-12
2
-13
/
+0
|
\
|
*
[Imgtool] Removed dead strncatz() function
Nathan Woods
2016-12-11
2
-13
/
+0
*
|
Changed a number of declarations in Imgtool to use std::string instead of 'co...
Nathan Woods
2016-12-11
4
-40
/
+35
|
/
*
srcclean (nw)
Vas Crabb
2016-11-27
2
-3
/
+3
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
4
-5
/
+5
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-1
/
+1
*
Merge pull request #1660 from npwoods/imgtool_fix_implicit_partition
R. Belmont
2016-11-11
3
-14
/
+18
|
\
|
*
[Imgtool] Fixed a recently introduced bug which caused image types that do no...
Nathan Woods
2016-11-11
3
-14
/
+18
*
|
No need for osd_malloc, osd_malloc_array and osd_free (nw)
Miodrag Milanovic
2016-11-11
2
-13
/
+13
|
/
*
Merge pull request #1542 from npwoods/imgtool_list_partitions
Vas Crabb
2016-10-24
1
-31
/
+29
|
\
|
*
Merge branch 'master' into imgtool_list_partitions
Nathan Woods
2016-10-23
19
-326
/
+326
|
|
\
|
*
|
[Imgtool] Consolidated logic for default implementation of imgtool::image::li...
Nathan Woods
2016-10-22
1
-31
/
+29
*
|
|
Merge pull request #1543 from npwoods/imgtool_stream_open_smartpointer
Vas Crabb
2016-10-24
10
-142
/
+69
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr
Nathan Woods
2016-10-22
10
-142
/
+69
|
|
/
*
|
srcclean (nw)
Vas Crabb
2016-10-23
8
-126
/
+126
*
|
TRUE/FALSE in tools section (nw)
Miodrag Milanovic
2016-10-22
15
-201
/
+201
|
/
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
40
-1794
/
+1794
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
2
-6
/
+6
*
trying to fix issue noticed by qmc2 (nw)
Miodrag Milanovic
2016-10-21
1
-1
/
+1
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
5
-6
/
+6
*
[Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst...
Nathan Woods
2016-10-17
11
-30
/
+35
*
Merge pull request #1526 from npwoods/imgtool_directory_refs
Vas Crabb
2016-10-18
20
-411
/
+384
|
\
|
*
[Imgtool] Fixed a few spacing issues
Nathan Woods
2016-10-17
2
-8
/
+8
|
*
[Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &'
Nathan Woods
2016-10-17
20
-407
/
+380
*
|
[Imgtool] Modernized imgtool::image::list_partitions()
Nathan Woods
2016-10-17
7
-62
/
+64
|
/
*
[Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &'
Nathan Woods
2016-10-16
23
-340
/
+342
*
[Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &'
Nathan Woods
2016-10-16
25
-537
/
+577
*
Merge pull request #1516 from npwoods/imgtool_use_rvalue_refs_for_streams
Vas Crabb
2016-10-16
22
-209
/
+247
|
\
|
*
[Imgtool] Fixed a stupid mistake
Nathan Woods
2016-10-15
1
-4
/
+7
|
*
[Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&'
Nathan Woods
2016-10-15
22
-205
/
+240
*
|
[Imgtool] Changed a number of callbacks to be std::function instead of old fa...
Nathan Woods
2016-10-14
1
-17
/
+18
|
/
*
Merge pull request #1500 from npwoods/imgtool_cplusplus_stream
Vas Crabb
2016-10-15
33
-1071
/
+1181
|
\
|
*
[Imgtool] Fixed some gnarley formatting in thomson.cpp
Nathan Woods
2016-10-14
1
-74
/
+86
|
*
[Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &'
Nathan Woods
2016-10-14
29
-588
/
+594
|
*
[Imgtool] More formatting fixes
Nathan Woods
2016-10-13
1
-7
/
+7
|
*
Changes requested by Vas
Nathan Woods
2016-10-12
3
-28
/
+32
|
*
[Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream)
Nathan Woods
2016-10-12
33
-809
/
+897
*
|
fixed tools build (nw)
smf-
2016-10-12
2
-3
/
+2
|
/
*
[Imgtool] C++-ified a few more classes
Nathan Woods
2016-10-09
24
-1150
/
+1058
*
[Imgtool] Fixed a recently introduced bug that could cause module's close() c...
Nathan Woods
2016-10-08
2
-2
/
+10
*
Merge pull request #1456 from npwoods/imgtool_image_cplusplus
R. Belmont
2016-10-08
28
-846
/
+833
|
\
|
*
Made imgtool_image (now imgtool::image) a "real" C++ class
Nathan Woods
2016-09-27
28
-846
/
+833
*
|
[Imgtool Mac Module] Fixed an unsigned overflow error that would causes cras...
Nathan Woods
2016-09-30
1
-2
/
+3
|
/
[prev]
[next]