From 3cf844d8637ec31bbbba2997c106330991d67528 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 5 Sep 2023 11:31:53 +0200 Subject: Update docs --- README | 10 ++++++---- TODO | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index bfba646..e15bd1c 100644 --- a/README +++ b/README @@ -24,10 +24,12 @@ Features - Async functions (coroutines) Preprocessor options -- KIT_DISABLE_SHORT_NAMES - Disable short names for functions and types. -- KIT_DISABLE_SYSTEM_MALLOC - Disable system memory allocation functions. -- KIT_DISABLE_SYSTEM_THREADS - Disable system multithreading functions. -- KIT_DISABLE_SYSTEM_SOCKETS - Disable system socket library. +- KIT_DISABLE_SHORT_NAMES - Disable short names for functions and types. +- KIT_DISABLE_SYSTEM_MALLOC - Disable system memory allocation functions. +- KIT_DISABLE_SYSTEM_THREADS - Disable system multithreading functions. +- KIT_DISABLE_SYSTEM_SOCKETS - Disable system socket library. +- KIT_ENABLE_CUSTOM_ALLOC_DISPATCH - Enable custom allocation dispatch. +- KIT_ENABLE_CUSTOM_ASYNC_FUNCTION_DISPATCH - Enable custom async function dispatch. Condition variables, mutual exclusion and threads implementation was forked from Mesa source code. * https://gitlab.freedesktop.org/mesa/mesa diff --git a/TODO b/TODO index 82e2b3f..e69f23a 100644 --- a/TODO +++ b/TODO @@ -18,7 +18,6 @@ To-Do - Win32 (Windows) - Cocoa (macOS) - Emscripten (WebAssembly) -- Windows and macOS build scripts. - FILE wrapper for input stream. - Sockets tests - HTTP 1 client. -- cgit v1.2.3