Releases: rizsotto/Bear
Releases · rizsotto/Bear
v3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-rc3
3.0.0-rc2
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
_NSGetEnvironon macOS (@saagarjha, #290) - Add
--remove-flagsargument (@wangnangg, #288) - Use bash-completions conditionally in CMake (@Ergus, #292)