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
/
corestr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize core_strwildcmp() and core_iswildstr() (#10344)
npwoods
2022-10-16
1
-2
/
+2
*
util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (...
npwoods
2022-09-15
1
-1
/
+1
*
Change debugger command handler parameter vector element type from std::strin...
AJR
2022-08-02
1
-0
/
+3
*
Various minor cleanups.
Vas Crabb
2022-07-31
1
-13
/
+7
*
Created a CBM DOS file system driver and added it to the 1541 implementation ...
npwoods
2022-06-30
1
-0
/
+21
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-5
/
+6
*
Low-level #include overhaul
AJR
2021-01-02
1
-3
/
+0
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-2
/
+0
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-0
/
+7
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-7
/
+0
*
Make search not suck as badly (use algorithm derived from Jaro-Winkler simila...
Vas Crabb
2019-01-14
1
-0
/
+7
*
Better support for screen orientation/geometry:
Vas Crabb
2018-07-26
1
-4
/
+4
*
Eliminate core_strdup (nw)
AJR
2018-01-24
1
-8
/
+0
*
Returning a reference from various corestr.cpp calls to avoid unnecessary str...
npwoods
2017-09-02
1
-4
/
+4
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
1
-0
/
+1
*
Support -listroms for devices (e.g. mpu401 or m68705p3)
Vas Crabb
2017-05-18
1
-0
/
+1
*
No need for osd_malloc, osd_malloc_array and osd_free (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
core_i64_hex_format is now a static function in memory.cpp
Vas Crabb
2016-03-03
1
-4
/
+0
*
Get rid of most uses of core_i64_hex_format, all remaining uses are in memory...
Vas Crabb
2016-03-01
1
-1
/
+0
*
Move more things to type-safe printf
Vas Crabb
2016-03-01
1
-1
/
+0
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-2
/
+3
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-3
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-1
/
+1
*
Fix strreplace, fixes snapshot and dtd issue (nw)
Miodrag Milanovic
2015-04-23
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-0
/
+15
*
Some compilers have issue with ! signs (nw)
Miodrag Milanovic
2015-03-21
1
-5
/
+5
*
small core_strwildcmp() clarification (nw)
Oliver Stöneberg
2014-04-07
1
-1
/
+1
*
some comments (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Added a way to handle output for debug messages and debugger itself into octa...
Miodrag Milanovic
2011-10-04
1
-1
/
+2
*
Cleanups and version bump.
mame0134u3
Aaron Giles
2009-10-12
1
-13
/
+13
*
Assert copyright ownership of core library files, and relicense
Aaron Giles
2009-10-09
1
-2
/
+30
*
Added helper function core_i64_hex_format. Replaced several printf cases in t...
Aaron Giles
2009-09-10
1
-0
/
+5
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+60