vmarkovtsev / DeathHandler
SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.
☆182Updated 2 years ago
Alternatives and similar repositories for DeathHandler:
Users that are interested in DeathHandler are comparing it to the libraries listed below
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- A public domain lock free queues implemented in C++11☆182Updated 11 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆138Updated 3 weeks ago
- C++ library for executors☆499Updated 8 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers