Bugfixes:
- Fix bug introduced in 2.3.12 to fix #211 (#221, @markuspohjoismaki)
Bugfixes:
- Accept compiler name version without hyphen separator (#216, @Jehops)
- Keep original compiler name (#211, @TomMD)
- Readme file updates on known issues (#208, @matanster)
- Filter extra compilation if requested (#218, @jkbbwr)
Bugfixes:
- Fix CPack RPM problems on CentOS7 (@antmak, #191, #192)
- Change libear.so location to $LIBDIR/bear to avoid direct linking. (@morxa, #189)
Bugfixes:
- Fix MPI wrapper problem (@ffevotte, #193)
- Not crash on invalid execution trace file (@dengste, #195)
Bugfixes:
- Fix newlocale problem (@bartlibert, #182)
Bugfixes:
- Fix compilation issue against libc 2.26 (@ffuugoo, #176)
Features:
- Support OpenMPI compiler wrapper
Bugfixes:
- Fix multithreading build tools problem. (@TTimo, #173)
Bugfixes:
- Fix assert when
--append
mode the file is missing for that entry.
Bugfixes:
- Fix 0 length argument bug (@jaelsasser, @nickdesaulniers, #160, #161, #163, #164)
Bugfixes:
- Include assembly language file extensions (@RichardsonAlex, @bstaletic, #146)
Bugfixes:
- Fix crashes caused by unicode command execution (@cgull, #141, @knowack1, #154)
Bugfixes:
- Make Bear work with 32-bit and 64-bit toolchains (@deb0ch, @andrey-desman, @nolange, #134)
Bugfixes:
- Fix problem with
make install
(@ilovezfs, #153)
Features:
- Rewrite functional test on lit.
- Write intermediate execution report in JSON format.
- Write compilation database with "arguments" instead of "command".
- Write compilation database with relative paths.
Bugfixes:
- Compiler name can be specified as argument (@JakeFederico, #142)
- Update documentation about OSX SIP workaround (@isotes, #152)
Bugfixes:
- Fix spelling mistakes in man page (@sebastinas, #128)
- Fix support multiple compilers (@handrake0724, #136)
Features:
- Finish writing output when the build was interupted by user.
- Travis-CI runs build against OSX machines
Bugfixes:
- Fix spelling mistakes in README file (@sebastinas, #116)
- Fix shell escaping to work with arguments which has space (@timangus, #124)
Bugfixes:
- Stop filtering out
-m
options (@joshtriplett, #115) - Updated man page bugs section (#114)
Bugfixes:
- Make paths to sources and include files absolute. (@svenpanne, #111)
- Extend known issues section of documentation (#112, #108, #105, #102)
Bugfixes:
- warnings are not filtered from output (@velkyel, #106)
- support universal binaries (32 and 64) on x86 OS X (@DeanoC, #101)
Bugfixes:
- Fix escaping quotes for shell too. (@zauguin, #88)
Bugfixes:
- Fix iterator next method usage (@drvink, #97)
Features:
- Ignore preprocessor flags for dependency generation (@jonthn, #74)
- Exclude irrelevant files names in command (@wweic, #94)
- Support MetaWare toolkit (@twpedersen, #95)
- Use docker build for travis-ci
Bugfixes:
- Get rid of cmake warnings on osx (@emlai, #90)
- Protect report generation in multithread build systems (@smoofra, #93)
Bugfixes:
- Fix crash when make with -j option (@minhyuk, #87)
Bugfixes:
- Fix passing of arguments to mkdtemp (@kljohann, #75)
- Empty output when compiler used to link. (@QuaziRandom, #80)
- Bad escape of strings in compilation database. (@jumapico, #81)
Bugfixes:
- Address Sanitizer error fixed.
- Fix some typos in man page (@sebastinas, #72)
Bugfixes:
- Double free problem fixed when descrutor called multiple times.
Features:
- Rewrite command
bear
from C to Python. - Simplified build process with a single module for
libear
.
Bugfixes:
- Work with empty environment (#69, @YorkZ)
- Filter out redundant entries (#66, @HongxuChen)
- Append to existing compilation database (#63, @p0rnfl4k3s)
Features:
- Improve escaping logic (#67, #68, @SpecLad)
- Reword README file to be more english (#64, @libnoon)
Features:
- Automatically generate Debian package dependency list with cpack (#62, @bbannier)
Features:
- cross compilers recognised by bear (@nolange)
Bugfixes:
- fix output entries have c14n file path (#61, @nickhutchinson)
- fix error message on missing config file (#60, @viraptor)
- extend README file based on user feedbacks (#54, #55, #56, #59, @btorpey, @breser, @vguerra)
Bugfixes:
- fix typo in the README.md (#48, @breser)
- fix typo in the man page (#49, @sebastinas)
- fix cmake file to honor given CFLAGS (#50, @sebastinas)
- fix execle causes segfault on 32 bit systems (#51, #52, @breser, @sebastinas)
Features:
- set empty cancel parameter list as default (#39, #43)
- implement verbose filter message at the end of the run (#41)
Bugfixes:
- fix process stops when ctrl-z pressed (#40, @bbannier)
- fix non filtered output option renamed from debug (#44, @mikemccracken)
- fix broken build on OS X (#46, @breser)
- fix documentation (@mlq)
- fix posix_spawn* call not implemented (#43, @agentsim, @apoluektov)
Features:
- dependency file generation compiler calls are optionally filtered (#35, @lonico)
- use config file for compiler call filtering parameters (#38, @lonico, @peti)
Bugfixes:
- fix end-to-end test on OS X (#37, @smmckay)
- fix memory leaks detected by static analyser
Features:
- dependency file generation compiler calls
-M
are filtered (#35, @chrta) - smaller memory footprint (less allocation, code went for places when it is called)
- add version query to command line
Bugfixes:
- fix memory leaks detected by static analyser
Features:
- change license to GPLv3
Bugfixes:
- fix process synchronization problem (#33, @blowback)
- fix malloc/realloc usage (#34, @mlq)
Features:
- use temporary directory for default socket (#29, @sebastinas)
Bugfixes:
- fix bashism in test (#27, @sebastinas)
- fix temporary socket dir problem introduce by new code (#31, @lukedirtwalker)
- fix bug introduced by report filtering (#32, @lukedirtwalker)
Features:
- man page generation is optional (#18, @Sarcasm)
- port to OS X (#24, @breser)
Bugfixes:
- fix json output on whitespaces (#19)
- fix socket reading problem (#20, @brucestephens)
- improved signal handling (#21)
- build system checks for available
exec
functions (#22)
Features:
- query known compilers which are play roles in filtering (#10)
- query recognised source file extensions which are filtering (#11)
- man page added (#12)
- pacage generation target added to
cmake
(#15)
Bugfixes:
- fix child process termination problem
- test added: build result propagation check
Features:
- add debug output
Bugfixes:
- test added: unit test, end-to-end test and full
exec
family coverage (#4) scons
does pass empty environment to child processes (#9)- fix
execle
overriding bug (#13) - fix json output (#14)
Features:
- first working version
- Travis CI hook set up