bear 3.1.3-1build1 source package in Ubuntu

Changelog

bear (3.1.3-1build1) noble; urgency=medium

  * Rebuild against latst spdlog

 -- Jeremy Bícha <email address hidden>  Fri, 24 Nov 2023 19:57:48 -0500

Upload details

Uploaded by:
Jeremy Bícha
Uploaded to:
Noble
Original maintainer:
Sebastian Ramacher
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bear_3.1.3.orig.tar.gz 124.8 KiB 389a5251a835cd156fad4f4e598d0bf8c66783a0d5835eba7f113ab5f26637f5
bear_3.1.3-1build1.debian.tar.xz 4.7 KiB ce11ececd9523b9bcae83082da35a60f2df8fdfc4ea3c1800683237a28d1d032
bear_3.1.3-1build1.dsc 2.0 KiB 4975fa5ea2467e96e5a01a6a0668d9d4e5fb3dec979fbed1e5d9e415813b874f

View changes file

Binary packages built by this source

bear: generate compilation database for Clang tooling

 Bear records the flags passed to the compiler for each translation unit and
 stores them in a JSON file. This file can be used by Clang's tooling interface
 and programs like clang-check to process a translation unit.
 .
 cmake supports the generation of JSON compilation databases out of the box.
 For any other build system that does not support this, Bear can be used
 instead to intercept the invocation of the compiler.

bear-dbgsym: debug symbols for bear
libear: generate compilation database for Clang tooling (wrapper library)

 Bear records the flags passed to the compiler for each translation unit and
 stores them in a JSON file. This file can be used by Clang's tooling interface
 and programs like clang-check to process a translation unit.
 .
 cmake supports the generation of JSON compilation databases out of the box.
 For any other build system that does not support this, Bear can be used
 instead to intercept the invocation of the compiler.
 .
 This is the required library for wrapping system calls.

libear-dbgsym: debug symbols for libear