bear 3.1.0-1 source package in Ubuntu

Changelog

bear (3.1.0-1) unstable; urgency=medium

  * New upstream version 3.1.0
  * Update copyright years

 -- Sebastian Ramacher <email address hidden>  Thu, 16 Feb 2023 23:14:14 +0100

Upload details

Uploaded by:
Sebastian Ramacher
Uploaded to:
Sid
Original maintainer:
Sebastian Ramacher
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
bear_3.1.0-1.dsc 2.0 KiB fbd32ba62518e8e91cd821972ef4c4f2fbc92e13a8cb810a33aafefc398a8e41
bear_3.1.0.orig.tar.gz 124.4 KiB 88a5b0e033a842e2655baf48188406668a7f1ccf96984ae4583eef140d6f188d
bear_3.1.0-1.debian.tar.xz 4.6 KiB 511f9ac2330d5b0ba172cc93a7e317f8d168cdf9713350b270a0a0eb41f9fd9f

Available diffs

No changes file available.

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