summaryrefslogtreecommitdiffstats
path: root/src/common/string_util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: rewrite IAudioDeviceLiam2024-02-211-0/+1
* gdbserver: use numeric character references for unicodeLiam2023-10-021-0/+1
* common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.bunnei2023-03-191-4/+4
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+1
* fsp_srv: Use ReadBufferSpanameerj2022-12-251-1/+2
* string_util: Add U16StringFromBufferlat9nq2022-05-161-0/+2
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+3
* string_util: Make use of std::string_view and add bounds checkingMorph2021-10-141-1/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-2/+0
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-16/+18
* common/string_util: Remove unimplemented function prototype (#4414)LC2020-07-251-12/+0
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-2/+2
* string_util: Implement buffer to UTF-16 string helper functionZach Hilman2018-11-181-0/+8
* string_util: Remove ArrayToString()Lioncash2018-11-141-2/+0
* string_util: Remove TryParse()Lioncash2018-11-141-17/+0
* string_util: Remove ThousandSeparate()Lioncash2018-11-131-14/+0
* string_util: remove TString conversion for windowsWeiyi Wang2018-10-021-18/+0
* string_util: remove ShiftJIS/CP1252 conversion functionWeiyi Wang2018-10-021-3/+0
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
* string_util: Remove unnecessary std::string instance in TabsToSpaces()Lioncash2018-07-221-1/+1
* string_util: Remove AsciiToHex()Lioncash2018-07-191-3/+0
* Common/string_util: add StringFromBuffer functionmailwl2018-06-071-0/+2
* string_util: Remove StringFromFormat() and related functionsLioncash2018-04-301-14/+0
* Logging: Create logging macros based on fmtlibDaniel Lim Wee Soong2018-03-221-0/+13
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-28/+28
* Fix encode problem On WindowsLFsWang2016-03-311-1/+1
* Common: Fix string_util includes.Emmanuel Gil Peyrot2015-06-281-1/+2
* Common: Add StringFromFixedZeroTerminatedBufferYuri Kunde Schlesner2015-05-081-0/+6
* string_util: Get rid of UriDecode/UriEncodeLioncash2015-05-071-2/+0
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+1
* License changepurpasmart962014-12-211-2/+2
* Implement text path trimming for shorter paths.Yuri Kunde Schlesner2014-12-131-0/+15
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift2014-11-131-3/+5
* Removed uses of raw c-string manipulation functions.archshift2014-10-241-1/+0
* Added string_util to common, small changes in loader.cpparchshift2014-09-091-3/+6
* loader.cpp: improved file extension checking, made Upper/LowerStr usefularchshift2014-09-091-2/+3
* Common: Move header guards over to pragma onceLioncash2014-08-171-8/+4
* added helper functions for upper/lowercase stringsbunnei2014-04-151-0/+6
* fixed project includes to use new directory structurebunnei2014-04-091-1/+1
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+111