Bear Versions Save

Bear is a tool that generates a compilation database for clang tooling.

3.1.3

7 months ago

Bugfixes:

  • citnames: include filter works with trailing separator ( #539, @Pennycook )
  • dependency: fmt to work with all recent versions ( #471, #526, #543, @peeweep , @Moisan )
  • ci: fix GitHub action runs ( #533, @mamaria-k )
  • cmake: Avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP ( #531, @Spongman )
  • language: Add missing include for std::find ( #530, @thesamesam )

3.1.2

1 year ago

Bugfixes:

  • fix incorrect parsing arguments with same prefixes (#519, @MashaK5)
  • Avoid implicit function declarations in tests, for C99 compatibility (#521, @fweimer-rh)

3.1.1

1 year ago

Bugfixes:

  • intercept: file open with O_TRUNC to avoid corrupt output if the file is already exists. (#511 , @asierllano)
  • intercept: file writing needs to loop on content until it gets empty (#512 , @asierllano)
  • citnames: output writing is an atomic operation (#513 , @asierllano)
  • documentation: run pandoc against man page sources

3.1.0

1 year ago

Features:

  • Bear internal running processes are no longer released as executable. This was requested to avoid collision with the interception-tool package. (Special thanks to @samu698 for the patches.)

Bugfixes:

  • missing preprocessor guard for confstr (#475 @mahmood601)
  • documentation fixes

3.0.21

1 year ago

Bugfixes:

  • Fix libexec.so linking problem (#477, @neverpanic )
  • Fix various CMake flag problems (#480, #484, @leleliu008 , @adfernandes )
  • Fix repology link in README file (#482, @dmitris )
  • Process execution close stdin file descriptor in wrapper.

3.0.20

1 year ago

Bugfixes:

  • Set errno to zero after libexec's on_load (#470, @Absolucy)
  • Add C compiler argument for dependencies (#462, @arturo-salinas)
  • Update dependency versions.
  • Fix build failure with fmt-9.0.0 (#471)

3.0.19

2 years ago

Bugfixes:

  • Temp workaround note for old 2.4 release (#440 @ZuseZ4)
  • Build: local dependencies get first in the search path (#453 @ton)
  • Fix cannot execute binary file (#439 @marxin)

3.0.18

2 years ago

Bugfixes:

  • Fix compile errors with g++ 11.02 (#434, @shrkamat)
  • Added CMAKE_EXE_LINKER_FLAGS to external projects. (#437, @XaverKlemenschits)
  • Fixed Libtool test failure. (#435, @gyakovlev)

3.0.17

2 years ago

Bugfixes:

  • use DNS name for gRPC endpoint to enable no_proxy environment to work. (#419 @ensc)
  • enable haiku build (@korli)
  • cmake: forward build flags for subproject (#426 @leleliu008)
  • citnames: filenames in output are canonical (#425 @hmoffatt)
  • test: against lobtool (#411 @jiangjianshan)

3.0.16

2 years ago

Bugfixes:

  • Fix preload mode problem on FreeBSD, caused by multilib changes (#409 , @Jehops)
  • Fix INSTALL.md wording. (@wortiz)