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(); }
mcpp package index registry — modular C++23 packages for mcpp build tool
LLVM's C++ runtime — libc++, libc++abi and libunwind — configured for openkal-musl rather than for a host C library.
C++ 2
Board support for QEMU's aarch64 virt machine — zero-libc tier: memory layout, startup, console and runner
Board support for QEMU's RISC-V virt machine — picolibc, startup, memory layout and the emulator, so a bare-metal mcpp project needs no [target.*] section
openarch: the architecture-mechanism layer — execution contexts, traps and address spaces, as one interface over several instruction sets
picolibc as a source package: a freestanding C library compiled with the consuming program own flags, so there is no multilib
Board support for Cortex-M: startup, memory layout, semihosting console, and the runners that reach an emulator or a debug probe
The compiler-rt builtins as a source package, compiled with the consuming program own flags
The freestanding subset of the C++ standard library as one module — 103 of libc++'s 110 headers, measured, for targets with no OS
Loading...
Loading...