bear 3.1.2-1 source package in Ubuntu

Changelog

bear (3.1.2-1) unstable; urgency=medium

  * New upstream version 3.1.2

 -- Sebastian Ramacher <email address hidden>  Fri, 02 Jun 2023 21:24:29 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
bear_3.1.2-1.dsc 1.4 KiB 0dcd8ef1915cef5af44349025a9c731f5a62705d22aa6eb2d03210992d33ecb7
bear_3.1.2.orig.tar.gz 124.2 KiB 3791e9c1f1aa52cbbc2f0accd5f2dc399b1dc54bb2a2c5949da9215458401a3f
bear_3.1.2-1.debian.tar.xz 4.6 KiB d2ab0a1f5025c1c5b9b3a3d20c273d14e05f537d6980e7a521864e974dcc0f7c

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