Skip to content

Releases: rizsotto/Bear

3.0.16

24 Sep 06:49
Compare
Choose a tag to compare

Bugfixes:

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

3.0.15

08 Sep 09:57
Compare
Choose a tag to compare

Features:

  • Support multilib builds.

Bugfixes:

  • Fix missing files in installation when target library specified.

3.0.14

31 Aug 09:17
Compare
Choose a tag to compare

Features:

  • intercept produced file is JSON format (from Protocol Buffer binary format).
  • Increased test coverage of citnames with unit tests and functional tests.

Bugfixes:

  • Add Clang flag handling to fix missing flags (#394 @deadly-platypus)
  • Build fails with nlohmann/json 3.10.0 (#397 @sternenseemann)
  • Timestamps in intercept produced output are sub-second, and can support build system profiling use cases.

3.0.13

27 Jun 08:10
Compare
Choose a tag to compare

Bugfixes:

3.0.12

31 May 11:10
Compare
Choose a tag to compare

Bugfixes:

  • CMAKE_TOOLCHAIN_FILE is propagated to subproject. (Thanks @okhowang on #374)
  • fix ccache problem (#377 and #372)

3.0.11

17 Apr 14:32
Compare
Choose a tag to compare

Bugfixes:

  • fix performance bug. #350 #366 #357 #367
  • ccache compiler wrapper no longer in the output #369
  • removed SQLite dependency

3.0.10

22 Mar 22:35
Compare
Choose a tag to compare

Bugfixes:

  • citnames execution time linear to the input size. (Single SQL execution during the event reading.)
  • intercept performance tuning to allocate less object during event processing.

3.0.9

04 Mar 11:07
Compare
Choose a tag to compare

Bugfixes:

  • compile failed with clang/musl/libc++ #362
  • reduce grpc clone size with shallow clone #361
  • intercept write messages async #350
  • Clang is not recognized on macOS #355

3.0.8

28 Jan 09:27
Compare
Choose a tag to compare

Features:

  • Interception execution reporter (er) got merged with the compiler wrapper (wrapper).
  • Refactoring: removed duplicate code.
  • Refactoring: gRPC calls are unified for wrapper and preload interceptions.

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