Skip to content

backward-cppv2023-11-24

Updated

A beautiful stack trace pretty printer for C++

#Usage

backward-cpp provides CMake targets:

find_package(Backward CONFIG REQUIRED)
# To use the header library
target_link_libraries(main PRIVATE Backward::Interface)
# To use the prebuilt library
target_link_libraries(main PRIVATE Backward::Backward)

#License

Could not be determined

#Supported Platforms

!uwp & !(windows & arm)

  • linux
  • osx
  • windows-x64
  • windows-x86
  • uwp
  • windows-arm64

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Francisco Facioni's avatarFrancisco Facioni
  • Kai Pastor's avatarKai Pastor
  • endingly's avatarendingly

#Changelog

  • bd9be17backward - disable test building (#37623)
  • eaee229[backward-cpp]Update version (#35583)
  • a31a450[vcpkg baseline][backward-cpp,ignition-tools] Fix include dir and dependencies (#30669)
  • 4ee9010[backward-cpp] new port (#30101)