summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.cpp
AgeCommit message (Expand)Author
2016-06-18StringUtil: Add a HexDump function.Pierre Bourdon
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2016-01-21Common: asterisks go against the type namemathieui
2015-12-02Merge pull request #2733 from AdmiralCurtiss/string-from-floatMarkus Wick
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-08-04Fix some warningsTillmann Karras
2015-07-11StringUtil: Always use the default C locale for StringFromFormat() instead of...Admiral H. Curtiss
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-14Core: Change NULLs to nullptrs.Rohit Nirmal
2015-02-04Use the C locale for non-Windows CharArrayFromFormatV() and StringFromFormat()Gabriel Corona
2015-01-28Use printf-like format in JitRegister::RegisterGabriel Corona
2015-01-12Minor consistency changesStevoisiak
2014-12-05Common: Remove locale based functions from CommonFuncs.Lioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-05Common: Fix a potential infinite loop in ReplaceAlllioncash
2014-09-04DolphinWX: Simplify wiki link constructionLioncash
2014-08-12Common: Fix AsciiToHex returning true on overflow valuesLioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix more header sorting issues in Common/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-07Revert "Merge pull request #47 from lioncash/remove-stringfromint"Pierre Bourdon
2014-02-06Remove function StringFromInt from StringUtil.cpp/.h. C++11 has std::to_strin...Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre