56 Commits (e696ed1f4d20f28f8b26c637498962938df7d96f)

Author SHA1 Message Date
Zach Hilman e696ed1f4d am: Deglobalize software keyboard applet 7 years ago
Zach Hilman c70529c1ec string_util: Implement buffer to UTF-16 string helper function 7 years ago
Lioncash c7387e6504 string_util: Remove ArrayToString() 7 years ago
Lioncash f1219e3a87 string_util: Remove TryParse() 7 years ago
Weiyi Wang fdb35760a7 string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang a4595bb939 string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
zhupengfei ff510157d8 common/string_utils: replace boost::transform with std counterpart 8 years ago
Lioncash 9d33122197 string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() 8 years ago
Lioncash 26a157cd31 string_util: Use emplace_back() in SplitString() instead of push_back() 8 years ago
Lioncash cd46b267f5 string_util: Remove unnecessary std::string instance in TabsToSpaces() 8 years ago
Lioncash 33fbcb45a7 string_util: Remove AsciiToHex() 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
mailwl a2efb1dd48 Common/string_util: add StringFromBuffer function 8 years ago
Lioncash 3abba08080
string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash 3cfe77ae75
common: Move logging macros over to new fmt-capable macros where applicable 8 years ago
Daniel Lim Wee Soong 3b558eebee Logging: Create logging macros based on fmtlib 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
Huw Pascoe a13ab958cb Fixed type conversion ambiguity 8 years ago
Jannik Vogel 45d941d62e Support mingw cross-compile 9 years ago
James Rowe c3ea6f4ddb Add mingw compile support 10 years ago
Yuri Kunde Schlesner f120e78b56 Remove special rules for Windows.h and library includes 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
LFsWang acfa76aa38 Fix encode problem On Windows 10 years ago
Yuri Kunde Schlesner 48393d452c Common: Work around bug in MSVC2015 standard library 11 years ago
zawata 6e9a6ca6bf Common : Fix Conversion Warnings 11 years ago
Emmanuel Gil Peyrot 13e6876463 Common: Fix string_util includes. 11 years ago
Yuri Kunde Schlesner 8809d02db3 Common: Add StringFromFixedZeroTerminatedBuffer 11 years ago
Lioncash 9adad45b0f string_util: Get rid of UriDecode/UriEncode 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
Subv 8e2b248e05 Build: Fixed some warnings 11 years ago
darkf 5d10b212ec Fix MSVC-related #defines and add CMakeLists comment 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
archshift 4763fca9f8 Explicitly specify LE strings to iconv, fixes paths in Steel Diver 11 years ago
Tony Wasserka 3d8c6e61be StringUtil: Perform some minimal cleanup. 11 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
darkf 459502e48c Fix MinGW build 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
archshift 1f7c4ab7f6 Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions 11 years ago
archshift 7fa4dbd0c6 Removed uses of raw c-string manipulation functions. 11 years ago
archshift 9d7cc2bedc common: Prune all redundant includes 11 years ago
archshift 5472fd4d9b Added string_util to common, small changes in loader.cpp 11 years ago
archshift 4ed24a0619 loader.cpp: improved file extension checking, made Upper/LowerStr useful 11 years ago
Lioncash 2f6ef914db Common: Fix a potential infinite loop in StringUtil's ReplaceAll 11 years ago
Lioncash da6f24b374 Common: Move remaining C header includes over to their C++ equivalent 12 years ago
bunnei cb504e236b added helper functions for upper/lowercase strings 12 years ago