mpv/misc
Kacper Michajłow d3941f235a bstr: change bstr0_s to bstr0_lit, restrict it only for string literals
Allows to avoid non-portable strlen usage. Also avoid "initializer
element is not constant" warnings on older GCC that doesn't like
explicit type specification in aggregate initialization.

Co-authored-by: NRK <nrk@disroot.org>
Co-authored-by: nanahi <130121847+na-na-hi@users.noreply.github.com>
2024-04-08 02:06:06 +02:00
..
bstr.c misc/bstr: add bstr_to_wchar for win32 2024-03-19 19:58:09 +01:00
bstr.h bstr: change bstr0_s to bstr0_lit, restrict it only for string literals 2024-04-08 02:06:06 +02:00
charset_conv.c
charset_conv.h
ctype.h
dispatch.c
dispatch.h
io_utils.c osdep/io: move I/O utility functions to misc/io_utils 2024-02-23 21:35:57 +01:00
io_utils.h osdep/io: move I/O utility functions to misc/io_utils 2024-02-23 21:35:57 +01:00
jni.c misc/jni: reduce duplication in mapping struct 2024-02-28 16:11:54 +01:00
jni.h misc/jni: reduce duplication in mapping struct 2024-02-28 16:11:54 +01:00
json.c
json.h
language.c
language.h
linked_list.h
natural_sort.c
natural_sort.h
node.c
node.h
path_utils.c options/path: move path utility functions to misc/path_utils 2024-02-23 21:35:57 +01:00
path_utils.h options/path: move path utility functions to misc/path_utils 2024-02-23 21:35:57 +01:00
random.c
random.h
rendezvous.c various: replace dead links in comments 2024-02-11 04:01:24 +00:00
rendezvous.h
thread_pool.c
thread_pool.h
thread_tools.c
thread_tools.h
uuid.c
uuid.h