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
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
strconv.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
osd/strconv.cpp: Deal with NUL when osd_uchar_from_osdchar uses mbstowcs.
Vas Crabb
2025-01-08
1
-0
/
+8
*
osd/strconv.cpp: Handle UTF-8 Windows code page internally in osd_uchar_from_...
invertego
2024-04-16
1
-20
/
+30
*
osd: Added multibyte check to osd_uchar_from_osdchar to fix decoding ASCII te...
987123879113
2022-04-10
1
-1
/
+6
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
1
-2
/
+2
*
strconv: avoid msvc debug assertion
Patrick Mackinlay
2021-10-25
1
-2
/
+2
*
frontend: Fixed clone sorting; osd/strconv.cpp: The string_view treatment, an...
Vas Crabb
2021-10-09
1
-53
/
+26
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-3
/
+0
*
Some more work on UWP (nw)
Miodrag Milanovic
2016-11-10
1
-2
/
+2
*
srcclean (nw)
Vas Crabb
2016-10-23
1
-3
/
+3
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
Bulk renaming of Windows string conversion functions
Nathan Woods
2016-10-03
1
-44
/
+51
*
Collapsing string_source class hierarchy
Nathan Woods
2016-10-03
1
-34
/
+17
*
Eliminated virtual function use in strconv.cpp
Nathan Woods
2016-10-03
1
-17
/
+14
*
Refactored to eliminate duplicate logic, sidestepped concerns about writing N...
Nathan Woods
2016-10-02
1
-34
/
+78
*
Adding new string conversion overloads
Nathan Woods
2016-10-01
1
-6
/
+126
*
fix vs2015 build (nw)
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
algorithm-> utility where appropriate, fix imgtool (nw)
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-3
/
+4
*
Using decltype() and removing +1/-1 "dance"
Nathan Woods
2016-07-25
1
-3
/
+3
*
Fixed off by one issue and other cleanups requested by Vas
Nathan Woods
2016-07-25
1
-2
/
+2
*
Changed strconv.[cpp|h] functions to return their results as std::string and ...
Nathan Woods
2016-07-24
1
-41
/
+66
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-13
/
+13
*
ah (nw)
Miodrag Milanovic
2016-03-23
1
-1
/
+1
*
Fix clang compile error (nw)
Miodrag Milanovic
2016-03-23
1
-1
/
+1
*
Get max char size from ANSI codepage instead of IsDBCSLeadChar()
Brad Hughes
2016-03-22
1
-6
/
+16
*
ups, sorry for this
Miodrag Milanovic
2015-11-11
1
-1
/
+1
*
more cleanups and fix (nw)
Miodrag Milanovic
2015-11-11
1
-1
/
+0
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+141