Portable C++ stacktrace library.
This is a build2 package for the cpptrace
C++ library. It provides simple, portable stacktraces for C++11 and later on
Linux, macOS, and Windows.
Usage
To start using libcpptrace in your project, add the following depends
value to your manifest, adjusting the version constraint as appropriate:
depends: libcpptrace ^1.0.4
Then import the library in your buildfile:
import libs = libcpptrace%lib{cpptrace}
Importable targets
This package provides the following importable targets:
lib{cpptrace}
The lib{cpptrace} target provides the C++ API via <cpptrace/cpptrace.hpp>
and the C API via <ctrace/ctrace.h>. A C++20 module interface is also
available as import cpptrace;.
... More
| license | MIT |
|---|---|
| project | cpptrace |
| url | github.com/jeremy-rifkin/cpptrace |
1 Version
| version | 1.0.4+3 |
|---|---|
| repository | https://pkg.cppget.org/1/testing |
| depends | 2; libz ?, libzstd ? |
| reviews | 0 |