TylerGlaiel / Crashlogs
A simple way to output stack traces when a program crashes in C++, using the new C++23 <stacktrace> header
☆189Updated last year
Alternatives and similar repositories for Crashlogs:
Users that are interested in Crashlogs are comparing it to the libraries listed below
- Minimal Rust-inspired C++20 STL replacement☆179Updated 2 months ago
- Platform Abstraction C++ Libraries☆551Updated this week
- scpptool is a command line tool to help enforce a memory and data race safe subset of C++.☆156Updated this week
- Standard library / common utilities used to build the Sceneri engine driving 3D games and experiences☆67Updated last month
- A floating point arithmetic which works with types of any mantissa, exponent or base in modern header-only C++.☆80Updated 4 months ago
- Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++☆213Updated last year
- Smart Garbage Collection Library for C++☆202Updated this week
- A minimalist single-header library for building pattern-matchers, lexers, and parsers.☆201Updated 2 weeks ago
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…☆84Updated last month
- A C++ type to trace calls to special member functions.☆99Updated 10 months ago
- Replacement for std::optional that does not waste memory unnecessarily