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
*
util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers...
Julian Sikorski
2025-01-21
1
-0
/
+1
*
Modernize core_strwildcmp() and core_iswildstr() (#10344)
npwoods
2022-10-16
1
-53
/
+25
*
Fixes and cleanup:
Vas Crabb
2022-09-15
1
-1
/
+1
*
util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (...
npwoods
2022-09-15
1
-6
/
+14
*
Change debugger command handler parameter vector element type from std::strin...
AJR
2022-08-02
1
-2
/
+36
*
Various minor cleanups.
Vas Crabb
2022-07-31
1
-3
/
+3
*
Created a CBM DOS file system driver and added it to the 1541 implementation ...
npwoods
2022-06-30
1
-26
/
+3
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-24
/
+24
*
Low-level #include overhaul
AJR
2021-01-02
1
-1
/
+0
*
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