bear 3.0.17-1build1 source package in Ubuntu

Changelog

bear (3.0.17-1build1) jammy; urgency=medium

  * No-change rebuild against libfmt8

 -- Graham Inggs <email address hidden>  Fri, 24 Dec 2021 14:17:51 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
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.0.17.orig.tar.gz 121.0 KiB 107f94e045d930e88f5f5b4b484c8df1bf4834722943525765c271e0b5b34b78
bear_3.0.17-1build1.debian.tar.xz 4.5 KiB 796e8c21e2120b39ad436fc21301a314494e4a3dbafa0bc4c76d41b03c13b8f3
bear_3.0.17-1build1.dsc 2.0 KiB 26aac869eb7e1064538d5ae783838f9560e4b0d41deb0b43e35aa41018134018

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