72 Commits (98db67a720a95dde358013bf5e2aeb5811d99fe7)

Author SHA1 Message Date
Charles Lombardo df17162f9c android: Fix resolving android URIs in native code 2 years ago
Liam 890f5f8759 gdbserver: use numeric character references for unicode 2 years ago
bunnei a59583c7ab common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. 3 years ago
ameerj 7cc5da4a9f Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 3 years ago
liamwhite f74a95b6fb Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 3 years ago
ameerj 399b6d3a0c fsp_srv: Use ReadBufferSpan 3 years ago
ameerj 04a6ddddfb string_util: Fix Mingw compile error 3 years ago
lat9nq bef52745b1 string_util: Add U16StringFromBuffer 4 years ago
Andrea Pappacoda b2eb103829 chore: add missing SPDX tags 4 years ago
ameerj e70b4f3fc5 common: Reduce unused includes 4 years ago
Morph 49ae05213e string_util: Make use of std::string_view and add bounds checking 4 years ago
Morph 0196b5a01f string_util: Prevent out of bounds access in u16string_view buffer 4 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Morph 1b1866e7ee string_util: Remove MSVC workaround for converting between UTF8/UTF16 5 years ago
Lioncash 38ffaef6eb common: Enable warnings as errors 5 years ago
BreadFish64 45e463971b common/logging: don't use regex for path trimming 6 years ago
Zach Hilman efced53d38 am: Deglobalize software keyboard applet 7 years ago
Zach Hilman 83aa10f58f string_util: Implement buffer to UTF-16 string helper function 7 years ago
Lioncash 35bddb257b string_util: Remove ArrayToString() 7 years ago
Lioncash a6309c3e1c string_util: Remove TryParse() 7 years ago
Weiyi Wang 365e6fdefd string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang f876f9b85c string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
zhupengfei 4cabe17f0b common/string_utils: replace boost::transform with std counterpart 8 years ago
Lioncash 54b477c4f9 string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() 8 years ago
Lioncash cd09896057 string_util: Use emplace_back() in SplitString() instead of push_back() 8 years ago
Lioncash 7b00b5c322 string_util: Remove unnecessary std::string instance in TabsToSpaces() 8 years ago
Lioncash 7ad7ee1411 string_util: Remove AsciiToHex() 8 years ago
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
mailwl b70838ca60 Common/string_util: add StringFromBuffer function 8 years ago
Lioncash d1e3e0eb42 string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash f4cc29c07c common: Move logging macros over to new fmt-capable macros where applicable 8 years ago
Daniel Lim Wee Soong a0298a552c Logging: Create logging macros based on fmtlib 8 years ago
James Rowe ea88c44eb8 Format: Run the new clang format on everything 8 years ago
Huw Pascoe da1c8d1522 Fixed type conversion ambiguity 8 years ago
Jannik Vogel 89e57a3fb0 Support mingw cross-compile 9 years ago
James Rowe f0dcbd3f73 Add mingw compile support 10 years ago
Yuri Kunde Schlesner 32bddfa1f5 Remove special rules for Windows.h and library includes 10 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 10 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 10 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 10 years ago
LFsWang 9ad1f457de 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