bear 3.0.16-1 source package in Ubuntu

Changelog

bear (3.0.16-1) unstable; urgency=medium

  * New upstream release

 -- Sebastian Ramacher <email address hidden>  Wed, 29 Sep 2021 21:22:05 +0200

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

Downloads

File Size SHA-256 Checksum
bear_3.0.16-1.dsc 2.0 KiB 7b2c2363107fffa5e358009c7bb1749a0cf74a06c0484194fbf47637c758421b
bear_3.0.16.orig.tar.gz 120.1 KiB 877ee5e89e8445f74df95f2f3896597f04b86a4e5d0dbbca07ac71027dcb362d
bear_3.0.16-1.debian.tar.xz 4.4 KiB 2afdb11c30fd19eea39b754060b06d811c652cd3fd980780ef1f699777422834

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