diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |