summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.h
AgeCommit message (Expand)Author
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
2018-06-03Move Config ValueToString to StringUtilLéo Lam
2018-05-08StringUtil.h: Move ThousandSeparate downJosJuice
2018-04-09Remove old code for using default localeJosJuice
2018-03-10StringUtil: Fix Windows encoding in ThousandSeparateJosJuice
2017-11-03Add WiiSaveBanner classJosJuice
2017-09-18StringUtil: support TryParse(u16*)Pierre Bourdon
2017-07-05Replace StringFromInt with std::to_stringLéo Lam
2017-06-11StringUtil: Make SplitString return by valueLéo Lam
2017-06-06StringUtil: StringPopBackIf addedSepalani
2017-05-01Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)spycrab
2017-02-25IniFile: Handle s64/u64 valuesLioncash
2016-12-18Import/Export signature files as CSVSepalani
2016-11-26IOS HLE: More robust escaping of NAND pathsJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-06-18StringUtil: Add a HexDump function.Pierre Bourdon
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-28Use printf-like format in JitRegister::RegisterGabriel Corona
2015-01-11StringUtils: use C locale instead of .1252Fiora
2015-01-10Support overclocking and underclocking the Gamecube CPUFiora
2014-09-04DolphinWX: Simplify wiki link constructionLioncash
2014-08-12Add TryParseVector to StringUtil.Ryan Houdek
2014-03-14Kill off some usages of c_str.Lioncash
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-07Revert "Merge pull request #47 from lioncash/remove-stringfromint"Pierre Bourdon
2014-02-07Merge pull request #47 from lioncash/remove-stringfromintPierre Bourdon
2014-02-06Remove function StringFromInt from StringUtil.cpp/.h. C++11 has std::to_strin...Lioncash
2014-02-07Give StringFromFormat a printf format attribute.Matthew Parlane
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre