From fb6c9ff7f21e46edf8a7d72cc77769966a3f6a05 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 15 Sep 2023 15:17:24 +0200 Subject: shared_memory: win32 impl --- TODO | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index eb568f1..5571249 100644 --- a/TODO +++ b/TODO @@ -8,24 +8,25 @@ To-Do - Memory stack - Bump - Data formats - - UTF-8. + - UTF-8 - XML - JSON - unival - System - - Better atomics support. - - System call + - Better atomics support + - System call, run process - Terminal - File and memory mapping - Inter-process transfer - Sockets tests. - - Graphics boilerplate + - System boilerplate (graphics, audio, input) + - SDL - X11 (Linux) - Win32 (Windows) - Cocoa (macOS) - Emscripten (WebAssembly) - Parsing OpenGL interface - Utils - - parse, print. - - String builder. - - HTTP 1 client. + - parse, print + - String builder + - HTTP 1 client -- cgit v1.2.3