summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.h
AgeCommit message (Expand)Author
2025-12-15StringUtils: Drop TabsToSpacesSintendo
2025-11-02StringUtil: Fix many clang-tidy warnings.Jordan Woyak
2025-08-04Qt: Better wayland detection to enforce xcbJoshua Vandaële
2025-05-01StringUtil: Use concepts instead of enable_if.Jordan Woyak
2025-04-23 linter: Add and apply new formatting rulesJoshua Vandaële
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaële
2024-12-15StringUtil: More Wrappers For <cctype>mitaclaw
2024-09-26Merge pull request #13068 from mitaclaw/redundant-case-insensitiveJMC47
2024-09-22StringUtil: Remove `JoinStrings`mitaclaw
2024-09-21IniFile: Migrate `Common::CaseInsensitiveLess` to StringUtilmitaclaw
2024-08-20Remove redundant semicolonsDr. Dystopia
2023-09-03IOS/KD: Implement NWC24_CHECK_MAIL_NOWSketch
2023-06-26Merge pull request #11903 from noahpistilli/wiilinkAdmiral H. Curtiss
2023-06-25Add default support for WiiLink + configurationSketch
2023-06-22Kill AsciiToHexget
2023-05-16StringUtil: Move ThousandSeparate() into Common namespaceLioncash
2023-05-16StringUtil: Move CommandLineToUtf8Argv() into Common namespaceLioncash
2023-05-16StringUtil: Move GetEscapedHtml() into Common namespaceLioncash
2023-05-16StringUtil: Move IsPrintableCharacter() into Common namespaceLioncash
2023-05-16StringUtil: Move IsAlpha() into Common namespaceLioncash
2023-02-28Common: Add utility function for case-insensitive string comparison.Admiral H. Curtiss
2023-01-24StringUtil: Make StringUTF8CodePointCount take string_viewLioncash
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2023-01-10get rid of HAS_STD_FILESYSTEMShawn Hoffman
2022-07-26Merge pull request #10876 from shuffle2/cpudetectAdmiral H. Curtiss
2022-07-25CPUDetect: improve win/arm64 supportShawn Hoffman
2022-07-25StripSpaces: only strip spacesShawn Hoffman
2022-06-05Common/StringUtil: Add convenience function for converting paths to use forwa...Admiral H. Curtiss
2022-03-06Move parts of MappingCommon out of DolphinQtJosJuice
2022-01-16Create Common::ToLower and Common::ToUpperPokechu22
2021-07-21StringUtil: Remove unused function BuildCompleteFilenameDentomologist
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-01Updater: Escape HTML characters in commit descriptionsDentomologist
2021-05-12InputCommon: fix serialization of control expression with line breaksFiloppi
2020-09-21DolphinQt: Handle non-ASCII characters in Windows cmd argumentsJosJuice
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-16NetPlay: Limit nickname lengthTechjar
2020-07-08Android: Use correct encoding when converting stringsJosJuice
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-05-23Common / Core: Update StringUtil to allow specifying the base, default to 0. ...iwubcode
2020-03-16StringUtil: Add PathToFileName functionJosJuice
2020-03-05Source/Core/Common/StringUtil.h: include <limits> for std::numeric_limitsSergei Trofimovich
2020-01-16StringUtil: Add IsPrintableCharacter and use itLéo Lam
2020-01-04StringUtil: Make TryParse of floats handle comma and dot decimal separators.Jordan Woyak
2019-10-18StringUtil: Require TryParse of float types to use the entire string.Jordan Woyak
2019-07-23StringUtil: Comply with variable naming styleJosJuice
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-06-21Work around C++20 std::filesystem changes related to u8stringJosJuice
2018-06-15PowerPC: Convert CPUCore enum into an enum classLioncash
2018-06-03StringUtil: Remove ValueToString(std::string)Léo Lam