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
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
2015-07-11
StringUtil: Always use the default C locale for StringFromFormat() instead of...
Admiral H. Curtiss
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-14
Core: Change NULLs to nullptrs.
Rohit Nirmal
2015-02-04
Use the C locale for non-Windows CharArrayFromFormatV() and StringFromFormat()
Gabriel Corona
2015-01-28
Use printf-like format in JitRegister::Register
Gabriel Corona
2015-01-12
Minor consistency changes
Stevoisiak
2014-12-05
Common: Remove locale based functions from CommonFuncs.
Lioncash
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-05
Common: Fix a potential infinite loop in ReplaceAll
lioncash
2014-09-04
DolphinWX: Simplify wiki link construction
Lioncash
2014-08-12
Common: Fix AsciiToHex returning true on overflow values
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-20
Fix more header sorting issues in Common/ (now check-includes clean).
Pierre Bourdon
[next]