cpptrace v1.0.4
- Created
- Updated
Simple, portable, and self-contained stacktrace library for C++11 and newer
# Usage
cpptrace provides CMake targets:
find_package(cpptrace CONFIG REQUIRED)
target_link_libraries(main PRIVATE cpptrace::cpptrace) # License
# Supported Platforms
!(uwp | android)
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No default features set.
# libunwind
Use libunwind for stack unwinding
Supports: linux
- ✅ linux
- ❌
osx - ❌
windows
Host Dependencies:
4 transitive dependencies:
- vcpkg-cmake (by liblzma )
- vcpkg-cmake-config (by liblzma )
- vcpkg-cmake-get-vars (by vcpkg-make )
- vcpkg-make (by libunwind )
# Dependencies
libdwarf
Platforms:
!windows | mingw
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
Jeremy Rifkin
Ryan Zoeller
miyanyan
Charles Cabergs