index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
StringUtil.cpp
Age
Commit message (
Expand
)
Author
2020-07-18
Merge pull request #8905 from JosJuice/jni-encoding
LC
2020-07-16
NetPlay: Limit nickname length
Techjar
2020-07-08
Android: Use correct encoding when converting strings
JosJuice
2020-07-08
Common: Never convert from UCS-2 in WStringToUTF8
JosJuice
2020-07-08
Common: Rename UTF16ToUTF8
JosJuice
2020-03-16
StringUtil: Add PathToFileName function
JosJuice
2020-02-09
Fix another implicit false-to-nullptr conversion
magiblot
2020-01-16
StringUtil: Add IsPrintableCharacter and use it
Léo Lam
2020-01-04
StringUtil: Make TryParse of floats handle comma and dot decimal separators.
Jordan Woyak
2019-12-29
Use std::istringstream or std::ostringstream instead of std::stringstream whe...
David Korth
2019-08-15
Fix implicit false-to-nullptr conversions
QuellaZhang
2019-07-23
StringUtil: Comply with variable naming style
JosJuice
2019-07-23
StringUtil: Use std::string_view more
JosJuice
2019-06-21
Work around C++20 std::filesystem changes related to u8string
JosJuice
2019-06-14
Common: Use fmt where applicable
Lioncash
2019-02-13
Use empty instead of size
Filip Gawin
2018-11-22
Fix spurious error logs for conversions of empty strings on Windows.
Jordan Woyak
2018-06-03
StringUtil: Remove ValueToString(std::string)
Léo Lam
2018-06-03
Move Config ValueToString to StringUtil
Léo Lam
2018-04-12
Reformat all the things!
spycrab
2018-03-26
StringUtil: Fix possible bad free
Miikka Juomoja
2018-01-11
Modified StringUtil to change UTF16ToUTF8 to use a wstring_convert and codecv...
34will
2018-01-11
Modified UTF16BEUTF8 to just convert the UTF-16 C-string into a std::u16strin...
34will
2018-01-11
Modified StringUtil to use a u16string instead of a wstring in the non-win32 ...
34will
2017-11-11
Simplify StringUtil::UTF16ToUTF8
JosJuice
2017-11-11
Remove unneeded check in StringUtil::UTF16ToUTF8
JosJuice
2017-11-03
When NAND is damaged, show title names from save files
JosJuice
2017-11-03
Add WiiSaveBanner class
JosJuice
2017-09-18
StringUtil: support TryParse(u16*)
Pierre Bourdon
2017-07-05
Replace StringFromInt with std::to_string
Léo Lam
2017-06-11
StringUtil: Make SplitString return by value
Léo Lam
2017-06-06
StringUtil: StringPopBackIf added
Sepalani
2017-05-01
Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)
spycrab
2017-04-06
StringUtil: Fix a ctype assertion
Sepalani
2017-03-27
Initial support for Haiku.
Augustin Cavalier
2017-02-25
IniFile: Handle s64/u64 values
Lioncash
2017-02-04
Translate Swedish in example strings to English
JosJuice
2016-12-18
Import/Export signature files as CSV
Sepalani
2016-11-26
IOS HLE: More robust escaping of NAND paths
JosJuice
2016-07-17
OpenBSD doesn't support per-thread locales.
Anthony J. Bentley
2016-07-13
StringUtil: Make TryParse parse floats as booleans
Léo Lam
2016-06-24
Further fixes to the formatting change. WX sucks.
Pierre Bourdon
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-06-18
StringUtil: Add a HexDump function.
Pierre Bourdon
2016-01-21
Correct ampersands as well
mathieui
2016-01-21
More asterisks
mathieui
2016-01-21
Common: asterisks go against the type name
mathieui
2015-12-02
Merge pull request #2733 from AdmiralCurtiss/string-from-float
Markus Wick
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-08-04
Fix some warnings
Tillmann Karras
[next]