Skip to content

Releases: rizsotto/Bear

3.0.7

14 Jan 11:02
Compare
Choose a tag to compare

Bugfixes:

  • Intercept uses SQLight instead of memory for the received events #343

3.0.6

29 Dec 11:48
Compare
Choose a tag to compare

Bugfixes:

  • Pass C compiler and pkg-config to subprojects (#345)

v3.0.5

21 Dec 23:18
Compare
Choose a tag to compare

Features:

  • bear and citnames are expose less flags, but using a configuration file.
  • refactoring: removed duplicated code on process initialization
  • dependency updates

3.0.4

13 Dec 01:23
Compare
Choose a tag to compare

Bugfixes:

  • citnames does not start if there is no input file for it.
  • fixing install problems (#337 )
  • dependency version bump ups
  • use localhost in gRPC address to avoid HTTP proxy usage (#296 )

3.0.3

22 Nov 09:10
Compare
Choose a tag to compare

Bugfixes:

  • citnames spends too much time to merge compilation database entries merge #325
  • dependencies' version bumps

3.0.2

08 Nov 12:11
Compare
Choose a tag to compare

Bugfixes:

  • Release version is not bumped #322
  • Shell scripts not executed correctly without a hashbang in 3.0 #319
  • Excessive "Received start event could not be merged into execution report. Ignored." messages #316
  • Removed duplicated code

3.0.1

29 Oct 09:57
Compare
Choose a tag to compare
  • Fix packaging issues with CMake
  • Bear cleans up intercept command output after using it.
  • Dependency version bump ups.

3.0.0

30 Sep 12:23
Compare
Choose a tag to compare

Rewrite Bear in C++

Bear is decomposed into an intercept and a semantic analysis processes. It also supports compiler wrappers for intercepting compiler calls in environments where the dynamic linker trick is not working.

3.0.0-rc3

27 Sep 23:34
Compare
Choose a tag to compare
3.0.0-rc3 Pre-release
Pre-release

fix #297

3.0.0-rc2

20 Sep 14:33
Compare
Choose a tag to compare
3.0.0-rc2 Pre-release
Pre-release

clean up on build system and documentations