Releases: rizsotto/Bear
Releases · rizsotto/Bear
3.0.0-rc1
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
Bugfixes:
- Don't cache the value of
_NSGetEnviron
on macOS (@saagarjha, #290) - Add
--remove-flags
argument (@wangnangg, #288) - Use bash-completions conditionally in CMake (@Ergus, #292)