scrcpy/app/src/util
Romain Vimont 0f1ca970d1 Add strlist_contains()
Add a function to know if a string list, using some separator, contains
a specific string.
2021-04-19 09:22:53 +02:00
..
buffer_util.h Fix undefined left shift 2021-01-24 15:31:21 +01:00
cbuf.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
log.h Make scrcpy.h independant of other headers 2020-06-19 22:30:02 +02:00
net.c Group common includes into common.h 2021-01-08 19:22:10 +01:00
net.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
process.c Fix file_handler process race condition 2021-01-24 14:24:24 +01:00
process.h Replace SDL_strdup() by strdup() 2021-02-17 09:54:03 +01:00
queue.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
str_util.c Add strlist_contains() 2021-04-19 09:22:53 +02:00
str_util.h Add strlist_contains() 2021-04-19 09:22:53 +02:00
thread.c Assert non-recursive usage of mutexes 2021-02-17 09:54:03 +01:00
thread.h Expose mutex assertions 2021-02-17 09:54:03 +01:00