Skip to content

Releases: rizsotto/Bear

3.0.0-rc1

13 Sep 12:33
Compare
Choose a tag to compare
3.0.0-rc1 Pre-release
Pre-release

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.

This is a release candidate!!! (Expecting to have issues with packaging or with functionalities on OSes where I could not test. Please report any issues you have with version number.)

v2.4.4

10 Sep 07:48
2.4.4
Compare
Choose a tag to compare

Bugfixes:

v2.4.3

27 Jan 10:31
Compare
Choose a tag to compare

Features:

v2.4.2

29 Aug 11:37
2.4.2
Compare
Choose a tag to compare

Changes since 2.4.1

Features:

Bugfixes:

  • Fix Cpack problem to create RPM. (#191, @antmak, @reverendhomer)

v2.4.1

31 Jul 08:04
Compare
Choose a tag to compare

Minor bug fixes.

v2.4.0

31 Jul 08:06
2.4.0
Compare
Choose a tag to compare

Improve reliability by replacing flaky character conversion code in critical execution path.