Skip to content

cpptracev1.0.4

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)

#Supported Platforms

!(uwp | android)

  • linux
  • osx
  • windows
  • uwp

#Features

No default features.

#libunwind

Use libunwind for stack unwinding

Platforms: linux
  • linux
  • osx
  • windows
Dependencies:
and one transitive dependency:
Host Dependencies:
4 transitive dependencies:

#Dependencies

  • libdwarf

    Platforms: (!windows | mingw) & !emscripten

and 2 transitive dependencies:

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Jeremy Rifkin's avatarJeremy Rifkin
  • Ryan Zoeller's avatarRyan Zoeller
  • miyanyan's avatarmiyanyan
  • Charles Cabergs's avatarCharles Cabergs
  • Nick D'Ademo's avatarNick D'Ademo

#Changelog

Show 22 earlier changes