cpptracev1.0.4
- Updated
Simple, portable, and self-contained stacktrace library for C++11 and newer
- Project website: https://github.com/jeremy-rifkin/cpptrace
#Usage
cpptrace provides CMake targets:
find_package(cpptrace CONFIG REQUIRED)
target_link_libraries(main PRIVATE cpptrace::cpptrace)#Features
No default features.
#libunwind
Use libunwind for stack unwinding
Platforms: linux
- ✅linux
- ❌
osx - ❌
windows
Host Dependencies:
4 transitive dependencies:
- vcpkg-cmake (through liblzma)
- vcpkg-cmake-config (through liblzma)
- vcpkg-cmake-get-vars (through vcpkg-make)
- vcpkg-make (through libunwind)
#Host Tool For
No ports use this.
#Contributors
Jeremy Rifkin
Ryan Zoeller
miyanyan
Charles Cabergs
Nick D'Ademo