mcpplibs是mcpp-community社区维护的一个"模块化"的现代C++库集合
// more-details: https://github.com/mcpplibs/templates
import mcpplibs.templates;
auto main() -> int {
mcpplibs::hello_mcpp();
}mcpplibs是mcpp-community社区维护的一个"模块化"的现代C++库集合
// more-details: https://github.com/mcpplibs/templates
import mcpplibs.templates;
auto main() -> int {
mcpplibs::hello_mcpp();
}An implementation of openkal for macOS, which exists as much to test the specification as to be used
LLVM's C++ runtime — libc++, libc++abi and libunwind — configured for openkal-musl rather than for a host C library.
musl 1.2.5 redirected onto openkal: one C library, ported once, above every implementation of the specification rather than above one kernel.
An implementation of openkal for Windows, written on the Win32 and NT interfaces with no C runtime, so that the specification is tested against an environment whose shapes are not Unix's
openarch: the architecture-mechanism layer — execution contexts, traps and address spaces, as one interface over several instruction sets
An implementation of openkal on the RISC-V Supervisor Binary Interface, portable across every machine whose firmware provides one
An implementation of openkal on UEFI Boot Services, for applications the firmware loads before an operating system exists
The reference implementation of openkal for Linux, maintained as a worked example
Loading…
Loading…