index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
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
*
-util/corefile.cpp: Fixed core_file failing to propagate write errors.
Vas Crabb
2024-06-21
1
-1
/
+1
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-69
/
+53
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
1
-4
/
+4
*
corefile.h: Move filename utilities to path.h
AJR
2022-09-25
1
-71
/
+0
*
srcclean in preparation for 0.243
Vas Crabb
2022-04-24
1
-1
/
+1
*
File handling cleanup
AJR
2022-04-19
1
-223
/
+175
*
corefile.cpp: Typo fix
AJR
2022-02-11
1
-2
/
+2
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-207
/
+374
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-373
/
+68
*
corefile.cpp: Make core_filename_extract_base behave more robustly in degener...
AJR
2021-03-05
1
-0
/
+2
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-4
/
+4
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-9
/
+8
*
Low-level #include overhaul
AJR
2021-01-02
1
-1
/
+3
*
Further additions of std::string_view
AJR
2021-01-01
1
-9
/
+7
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-1
/
+10
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
1
-0
/
+9
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-19
/
+1
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-19
/
+3
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-3
/
+19
*
More UI stuff:
Vas Crabb
2019-01-19
1
-19
/
+3
*
Revert "using of IS_ENABLED in files used in tiny build (nw)"
Miodrag Milanovic
2016-11-12
1
-1
/
+1
*
using of IS_ENABLED in files used in tiny build (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
No need for osd_malloc, osd_malloc_array and osd_free (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-1
/
+1
*
1. Merge branch 'master' into diimage_filetype_as_stdstring
Nathan Woods
2016-07-31
1
-3
/
+1
|
\
*
|
This changes device_image_interface::filetype() to return 'const std::string ...
Nathan Woods
2016-07-31
1
-9
/
+25
|
/
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-1
/
+1
*
misc fixes (nw)
Vas Crabb
2016-07-12
1
-4
/
+5
*
Fixed issue that could cause core_filename_ends_with() to return true when ex...
Nathan Woods
2016-07-11
1
-5
/
+6
*
Adding a check for reverse overflow when extensions is longer than filename
Nathan Woods
2016-07-11
1
-2
/
+2
*
Adopting std::find() and std::find_if() in core_filename_extract_base()
Nathan Woods
2016-07-11
1
-10
/
+8
*
Deeper C++-ification
Nathan Woods
2016-07-11
1
-8
/
+12
*
C++-ification of some corefile static functions
Nathan Woods
2016-07-10
1
-8
/
+8
*
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
[next]