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
2026-07-08
mingw: lower case windows includes
Craig Carnell
2026-05-07
Core: Implement automatic symbol demangling
Amber Brault
2026-04-18
StringUtil: Make UTF16ToUTF8 and UTF8ToUTF16 use custom encoding/decoding imp...
Jordan Woyak
2025-12-15
StringUtils: Drop TabsToSpaces
Sintendo
2025-11-02
StringUtil: Replace strerror with Common::LastStrerrorString.
Jordan Woyak
2025-11-02
StringUtil: Make non-Windows WStringToUTF8 implementation use iconv instead o...
Jordan Woyak
2025-11-02
StringUtil: Fix many clang-tidy warnings.
Jordan Woyak
2025-08-04
Qt: Better wayland detection to enforce xcb
Joshua Vandaële
2024-10-10
Modernize `std::replace` with ranges
mitaclaw
2024-10-10
Modernize `std::transform` with ranges
mitaclaw
2024-10-10
Modernize `std::count_if` with ranges
mitaclaw
2024-09-26
Merge pull request #13068 from mitaclaw/redundant-case-insensitive
JMC47
2024-09-22
StringUtil: Remove `JoinStrings`
mitaclaw
2024-09-21
IniFile: Migrate `Common::CaseInsensitiveLess` to StringUtil
mitaclaw
2024-08-22
Add support for libfmt-11
Alfred Wingate
2024-05-03
improve NetBSD-specific code
Guilherme Janczak
2023-12-29
Common/StringUtil: Use internal linkage for codepage conversion functions.
Admiral H. Curtiss
2023-09-03
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
Sketch
2023-06-22
Kill AsciiToHex
get
2023-05-16
StringUtil: Move CommandLineToUtf8Argv() into Common namespace
Lioncash
2023-05-16
StringUtil: Move GetEscapedHtml() into Common namespace
Lioncash
2023-05-16
StringUtil: Move IsPrintableCharacter() into Common namespace
Lioncash
2023-04-25
Fix build of iconv code on OpenBSD
Brad Smith
2023-02-28
Common: Add utility function for case-insensitive string comparison.
Admiral H. Curtiss
2023-01-24
StringUtil: Make StringUTF8CodePointCount take string_view
Lioncash
2023-01-24
Common: Replace StringBeginsWith/StringEndsWith with std equivalents
Lioncash
2023-01-10
get rid of HAS_STD_FILESYSTEM
Shawn Hoffman
2022-07-26
Merge pull request #10876 from shuffle2/cpudetect
Admiral H. Curtiss
2022-07-25
CPUDetect: improve win/arm64 support
Shawn Hoffman
2022-07-25
StripSpaces: only strip spaces
Shawn Hoffman
2022-06-05
Common/StringUtil: Add convenience function for converting paths to use forwa...
Admiral H. Curtiss
2022-04-12
Common/StringUtil: Use simpler formatting for floats and doubles.
Admiral H. Curtiss
2022-01-16
Create Common::ToLower and Common::ToUpper
Pokechu22
2021-07-21
StringUtil: Remove unused function BuildCompleteFilename
Dentomologist
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-01
Updater: Escape HTML characters in commit descriptions
Dentomologist
2021-05-12
InputCommon: fix serialization of control expression with line breaks
Filoppi
2020-12-15
Add NetBSD support
David Carlier
2020-10-23
Common: Migrate logging to fmt
Lioncash
2020-09-21
DolphinQt: Handle non-ASCII characters in Windows cmd arguments
JosJuice
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
[next]