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
/
fat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-tools/imgtool/modules: Fixed remaining calss memory access warnings.
Vas Crabb
2024-11-26
1
-9
/
+23
*
Miscellaneous change roll-up:
Vas Crabb
2023-09-29
1
-21
/
+21
*
imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the...
AJR
2023-09-17
1
-41
/
+40
*
Soul-crushingly frustrating clean-up:
Vas Crabb
2021-12-01
1
-3
/
+1
*
Formats-related refactoring
AJR
2021-09-11
1
-4
/
+8
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-6
/
+6
*
use C++ library includes (nw)
firewave
2020-01-22
1
-2
/
+2
*
Use canonical spelling of "canonical" (nw)
AJR
2019-08-02
1
-10
/
+10
*
tools/imgtool/modules/fat.cpp: fixed Coverity "Double Free" warning (nw)
firewave
2018-01-20
1
-0
/
+1
*
srcclean (nw)
Vas Crabb
2017-10-22
1
-6
/
+6
*
Created a more flexible imgtool::datetime structure for use within Imgtool (#...
npwoods
2017-10-17
1
-22
/
+14
*
Imgtool: Eliminated Imgtool-specific rand() function
Nathan Woods
2017-07-30
1
-2
/
+5
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-1
/
+1
*
TRUE/FALSE in tools section (nw)
Miodrag Milanovic
2016-10-22
1
-8
/
+8
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-147
/
+147
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-5
/
+5
*
[Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &'
Nathan Woods
2016-10-17
1
-27
/
+27
*
[Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &'
Nathan Woods
2016-10-16
1
-37
/
+37
*
[Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &'
Nathan Woods
2016-10-16
1
-4
/
+4
*
[Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &'
Nathan Woods
2016-10-14
1
-10
/
+10
*
[Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream)
Nathan Woods
2016-10-12
1
-10
/
+10
*
[Imgtool] C++-ified a few more classes
Nathan Woods
2016-10-09
1
-42
/
+42
*
Made imgtool_image (now imgtool::image) a "real" C++ class
Nathan Woods
2016-09-27
1
-8
/
+8
*
fix after pass through the diff
Vas Crabb
2016-08-01
1
-1
/
+1
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-5
/
+5
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-14
/
+14
*
Fix up imgtool as well
Vas Crabb
2016-07-08
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+2111