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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
use C++ library includes (nw)
firewave
2020-01-22
1
-2
/
+2
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-10
/
+0
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-0
/
+95
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-95
/
+0
*
Make search not suck as badly (use algorithm derived from Jaro-Winkler simila...
Vas Crabb
2019-01-14
1
-0
/
+95
*
Eliminate core_strdup (nw)
AJR
2018-01-24
1
-17
/
+0
*
Returning a reference from various corestr.cpp calls to avoid unnecessary str...
npwoods
2017-09-02
1
-9
/
+9
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
1
-15
/
+29
*
Support -listroms for devices (e.g. mpu401 or m68705p3)
Vas Crabb
2017-05-18
1
-0
/
+10
*
No need for osd_malloc, osd_malloc_array and osd_free (nw)
Miodrag Milanovic
2016-11-11
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-6
/
+6
*
core_i64_hex_format is now a static function in memory.cpp
Vas Crabb
2016-03-03
1
-67
/
+0
*
Move more things to type-safe printf
Vas Crabb
2016-03-01
1
-10
/
+0
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-28
/
+0
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-3
/
+2
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-7
/
+7
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+337