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
/
corefile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
* Remove confusing method from vectorstreams that hide base_ios method (fixes...
Vas Crabb
2016-03-18
1
-3
/
+3
*
Clear error status on persistent streams
Vas Crabb
2016-03-17
1
-0
/
+1
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-87
/
+81
*
Allow seek to position 0 in a vectorstream with empty storage, always reserve...
Vas Crabb
2016-03-10
1
-0
/
+1
*
Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef...
Vas Crabb
2016-03-09
1
-23
/
+13
*
Fix complete failure to read zlib compressed data, handle EOF better in compr...
Vas Crabb
2016-03-08
1
-20
/
+21
*
Fix loading zipped image
Vas Crabb
2016-03-07
1
-0
/
+1
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-704
/
+927
*
Add function for flushing file buffers
Vas Crabb
2016-03-01
1
-0
/
+10
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-2
/
+2
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-26
/
+26
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1089