Liam
|
c575a85233
audio: rewrite IAudioDevice
|
2 лет назад |
Charles Lombardo
|
585b6e9d46
android: Fix resolving android URIs in native code
|
2 лет назад |
Liam
|
38394f36d7
gdbserver: use numeric character references for unicode
|
2 лет назад |
bunnei
|
00d401d639
common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.
|
3 лет назад |
ameerj
|
2d2522693e
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
|
3 лет назад |
liamwhite
|
b01698775b
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
|
3 лет назад |
ameerj
|
fbc375f0de
fsp_srv: Use ReadBufferSpan
|
3 лет назад |
ameerj
|
3c39c0ac3e
string_util: Fix Mingw compile error
|
3 лет назад |
lat9nq
|
ffd3afcf2f
string_util: Add U16StringFromBuffer
|
4 лет назад |
Andrea Pappacoda
|
01cf05bc75
chore: add missing SPDX tags
|
4 лет назад |
ameerj
|
923decae5a
common: Reduce unused includes
|
4 лет назад |
Morph
|
0d6057b2fa
string_util: Make use of std::string_view and add bounds checking
|
4 лет назад |
Morph
|
3ffff78a27
string_util: Prevent out of bounds access in u16string_view buffer
|
4 лет назад |
Morph
|
065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
|
5 лет назад |
Morph
|
ff58ad2050
string_util: Remove MSVC workaround for converting between UTF8/UTF16
|
5 лет назад |
Lioncash
|
4a4b685a04
common: Enable warnings as errors
|
5 лет назад |
BreadFish64
|
a31ed02ae4
common/logging: don't use regex for path trimming
|
6 лет назад |
Zach Hilman
|
e696ed1f4d
am: Deglobalize software keyboard applet
|
7 лет назад |
Zach Hilman
|
c70529c1ec
string_util: Implement buffer to UTF-16 string helper function
|
7 лет назад |
Lioncash
|
c7387e6504
string_util: Remove ArrayToString()
|
7 лет назад |
Lioncash
|
f1219e3a87
string_util: Remove TryParse()
|
7 лет назад |
Weiyi Wang
|
fdb35760a7
string_util: unify UTF8<->UTF16 conversion to codecvt
|
7 лет назад |
Weiyi Wang
|
a4595bb939
string_util: remove ShiftJIS/CP1252 conversion function
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
zhupengfei
|
ff510157d8
common/string_utils: replace boost::transform with std counterpart
|
8 лет назад |
Lioncash
|
9d33122197
string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16()
|
8 лет назад |
Lioncash
|
26a157cd31
string_util: Use emplace_back() in SplitString() instead of push_back()
|
8 лет назад |
Lioncash
|
cd46b267f5
string_util: Remove unnecessary std::string instance in TabsToSpaces()
|
8 лет назад |
Lioncash
|
33fbcb45a7
string_util: Remove AsciiToHex()
|
8 лет назад |
Hedges
|
e066bc75b9
More improvements to GDBStub (#653)
|
8 лет назад |