RetroArch/libretro-common
libretroadmin 631301b3f7 * Cut down on strlcat calls when possible and replace them with clever
usage of strlcpy (when position/offset of previous strlcpy/snprintf call
is known. strlcat implementation in libretro-common makes implicit strlen
call, using strlcpy avoids this
* Reduce a bunch of local char variables by use of said clever usage,
should save up on local stack size usage
2023-06-18 12:06:12 +02:00
..
audio Add microphone support via a new driver (#14731) 2023-06-06 21:55:06 +02:00
cdrom Silence more signedness warnings 2023-06-14 19:51:31 +02:00
compat Remove asserts 2023-01-09 00:51:05 +01:00
crt Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
dynamic (libretro-common) refinements to documentation 2022-08-01 13:06:35 +02:00
encodings Cleanups/style nits 2023-02-23 13:15:14 +01:00
features Trivial warnings fixes (#15383) 2023-06-14 23:46:27 +02:00
file * Cut down on strlcat calls when possible and replace them with clever 2023-06-18 12:06:12 +02:00
formats Trivial warnings fixes (#15383) 2023-06-14 23:46:27 +02:00
gfx (libretro-common) Resync 2023-05-30 19:34:55 +02:00
glsym (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
hash (libretro-common) Rename rhash to lrc_hash 2020-12-28 19:55:54 +01:00
include Introduce RETRO_DEPRECATED macro (#15363) 2023-06-15 23:16:18 +02:00
libco Cleanups/style nits 2023-02-23 13:15:14 +01:00
lists * Cut down on strlcat calls when possible and replace them with clever 2023-06-18 12:06:12 +02:00
media Gradually get rid of strcpy_literal 2022-08-23 15:04:47 +02:00
memmap (memmap.c) Silence implicit declaration of function 'free' for PSL1GHT 2023-02-20 14:29:40 +01:00
net Cleanups/style nits 2023-02-23 13:15:14 +01:00
playlists Fix label sanitization (#14428) 2022-09-18 19:25:21 +02:00
queues more thread-awareness in task callbacks (#14337) 2022-08-23 15:11:11 +02:00
rthreads Simplification 2023-05-28 22:45:46 +02:00
samples * Create fill_pathname_join_special - and specify fill_pathname_join 2022-08-04 14:19:38 +02:00
streams Fix trivial signedness warnings (#15377) 2023-06-14 04:43:11 +02:00
string Silence some warnings 2022-11-21 20:56:28 +01:00
test (word wrap functions in stdstring.c) Avoid implicit strlens, caller 2022-08-23 17:06:01 +02:00
time Remove asserts 2023-01-09 00:51:05 +01:00
utils Moving more stuff from samples to tests 2021-05-10 19:45:50 +02:00
vfs Silence more signedness warnings 2023-06-14 19:51:31 +02:00
vulkan [Vulkan] Define and implement v2 of context negotiation interface (#14890) 2023-02-04 16:51:50 +01:00
.gitignore Updates 2020-12-13 21:21:21 +01:00
Makefile.test Moving more stuff from samples to tests 2021-05-10 19:45:50 +02:00