Unified implementation utilities for Windows/Linux/Posix, uses posix for fallback.
  • C 60%
  • C++ 32.6%
  • CMake 7.4%
Find a file
dalmurii 6724dce033 Changes to be committed:
- modified:   impl/src/file/linuxnolibc.cc
	- modified:   impl/src/trm/others.c
	- modified:   impl/src/trm/windows.c
2026-07-06 23:20:27 +09:00
cfg mass refactour 2026-06-20 01:19:39 +09:00
examples DRAFT: nmplex implementation trial [epoll] 2026-03-13 15:52:46 +09:00
impl Changes to be committed: 2026-07-06 23:20:27 +09:00
inc/ae2f/Sys update: thread, pgsize 2026-07-06 16:10:18 +09:00
test update: thread, pgsize 2026-07-06 16:10:18 +09:00
.gitignore MASSREFACTOUR: separated the module so each module has separated dependencies. 2026-03-04 16:30:36 +09:00
CMakeLists.txt refactour: impl/inc/*** -> impl/src/*** 2026-07-06 01:22:05 +09:00
LICENSE UPDATE: LICENSE 2026-03-04 21:06:20 +09:00
README.md draft 2026-03-10 03:03:29 +09:00

             ____   __    ____            
   __ _  ___|___ \ / _| _/ ___| _   _ ___ 
  / _` |/ _ \ __) | |(_|_)___ \| | | / __|
 | (_| |  __// __/|  _| _ ___) | |_| \__ \
  \__,_|\___|_____|_|(_|_)____/ \__, |___/
                                |___/

Series of submodules about OS call.
Supported variations can be seen in probe.h.

Dependencies

  • cmake >= 3.10
  • C >= 90