Skip to Content

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
Dependencies:
and one transitive dependency:
Host Dependencies:
4 transitive dependencies:

# Dependencies

and 2 transitive dependencies:

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Jeremy Rifkin's avatar Jeremy Rifkin
  • Ryan Zoeller's avatar Ryan Zoeller
  • miyanyan's avatar miyanyan
  • Charles Cabergs's avatar Charles Cabergs

# Changelog

and 21 more commits:

# Source