From c1523798a5acd5df2dc3f1289d1f236e1f4b581a Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 3 Sep 2023 22:46:04 +0200 Subject: Update README --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 417477b..bfba646 100644 --- a/README +++ b/README @@ -23,7 +23,14 @@ Features - Random number generation - 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. + Condition variables, mutual exclusion and threads implementation was forked from Mesa source code. * https://gitlab.freedesktop.org/mesa/mesa Folder "/include" contains header-only version of this library. +Use "#define KIT_IMPLEMENTATION" to enable implementation code. -- cgit v1.2.3