v/thirdparty
Kim Shrier be6f20a288
thirdparty/mbedtls: do not define MBEDTLS_HAVE_X86_64, when compiling with tcc (#19273)
While the tcc compiler does support some of the SSE instructions, it does not support all of them. And, in particular, it doesn't support movdqu which is used in the assembly language instructions in aesni.c.
2023-09-06 09:28:48 +03:00
..
android android: provide more predictable logging, add comptime termux support (#14984) 2022-07-07 18:28:29 +03:00
cJSON ci: fix clang sanitize errors for json_decode 2022-04-05 17:52:10 +03:00
fontstash thirdparty: update all sokol and fontstash headers with their upstream versions (#16940) 2023-01-11 11:29:38 +02:00
ios builtin: use NSLog on iOS for print (#9665) 2021-04-10 17:40:43 +03:00
libatomic_ops gc: fix msvc not using libatomic_ops (#15418) 2022-08-14 13:16:52 +03:00
libbacktrace builtin: add libbacktrace as option for generating stack traces (#14277) 2022-05-04 21:17:05 +03:00
libgc builtin: compile the gc statically by default (#14063) 2022-04-18 10:50:21 +03:00
mbedtls thirdparty/mbedtls: do not define MBEDTLS_HAVE_X86_64, when compiling with tcc (#19273) 2023-09-06 09:28:48 +03:00
mssql/include mssql: support windows (#10336) 2021-06-07 14:02:15 +03:00
photon all: coroutines (part 2) 2023-05-28 05:30:23 +02:00
picoev os.notify: fix sizeof(C.epoll_event) == 12 with tcc (was 16, while with gcc/clang it is 12) 2022-09-29 13:27:07 +03:00
picohttpparser ci: fix v -cc gcc -cstrict examples/pico/pico.v 2021-10-01 13:49:38 +03:00
sokol sokol: bring back command q on macos 2023-04-07 04:08:28 +02:00
stb_image stbi: add a resize_uint8 function for resizing images in memory (#18484) 2023-06-19 18:14:26 +03:00
stdatomic cleanup: fix old usages of os.write_file/2? to os.write_file/2! 2023-01-18 12:28:10 +02:00
vschannel net.http: fix crash on Windows when using Boehm GC (#14351) 2022-05-10 14:00:55 +03:00
walloc builtin.wasm_bare: use walloc as malloc/free implementation (#13731) 2022-03-14 09:20:20 +02:00
zip szip: update to 0.2.4 (#15296) 2022-08-01 00:47:45 +03:00
.gitignore git: add 'sqlite/' to thirdparty/.gitignore (#10009) 2021-05-05 14:12:36 +03:00