Unified implementation utilities for Windows/Linux/Posix, uses posix for fallback.
  • C 74%
  • CMake 12.4%
  • C++ 12.2%
  • Shell 1.4%
Find a file
dalmurii 65130e88f1 ADD: core.h [nmplex]
Changes to be committed:
	- new file:   impl/inc/ae2f/Sys/.nmplex/core.h
2026-03-13 15:56:49 +09:00
.forgejo/workflows UPDATE: add forgejo test 2026-03-10 03:03:45 +09:00
cfg DRAFT: nmplex implementation trial [epoll] 2026-03-13 15:52:46 +09:00
examples DRAFT: nmplex implementation trial [epoll] 2026-03-13 15:52:46 +09:00
impl ADD: core.h [nmplex] 2026-03-13 15:56:49 +09:00
inc/ae2f/Sys MASSREFACTOUR: separated the module so each module has separated dependencies. 2026-03-04 16:30:36 +09:00
test UPDATE: assert -> assertassume 2026-03-11 15:54:31 +09:00
.gitignore MASSREFACTOUR: separated the module so each module has separated dependencies. 2026-03-04 16:30:36 +09:00
CMakeLists.txt DRAFT: nmplex implementation trial [epoll] 2026-03-13 15:52:46 +09:00
LICENSE UPDATE: LICENSE 2026-03-04 21:06:20 +09:00
README.md draft 2026-03-10 03:03:29 +09:00
test.sh Changes to be committed: 2026-03-04 21:34:43 +09:00

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

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

Dependencies

  • cmake >= 3.10
  • C >= 90