Commit graph

8 commits

Author SHA1 Message Date
Jonathan Buschmann e21ab63a7e Update to 2.1.1
2.1.1 (2015.08.31)

Bugfixes:

Fix iterator next method usage (@drvink, #97)
2015-09-07 19:16:42 +00:00
Jonathan Buschmann 65ff23b4d3 Update to Bear 2.1.0
2.1.0 (2015.08.08)

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)
2015-08-29 20:26:29 +00:00
Jonathan Buschmann 8714e5eac9 Update to version 2.0.3
+ change fetch mechanism for Github

2.0.3 (2015-04-04)

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)
2015-05-05 21:55:23 +00:00
Blue Rats c630bff06e lang/python26 has been removed. Remove other python versions here too like
31 and 32 which are not supported any longer.
2015-04-13 23:22:01 +00:00
Jonathan Buschmann c014acd7ae Update Bear to 2.0.2
2.0.2 (2015-02-08) Bugfixes:
    Address Sanitizer error fixed.
    Fix some typos in man page (@sebastinas, #72)
2015-02-24 19:15:16 +00:00
Jonathan Buschmann 040af83ff3 Update Bear to 2.0.1
2.0.1 (2015-01-23)

Bugfixes:

    Double free problem fixed when descrutor called multiple times.

2.0 (2015-01-20)

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)

1.4.4 (2015-01-09)

Features:

    Improve escaping logic (#67, #68, @SpecLad)
    Reword README file to be more english (#64, @libnoon)
2015-02-08 16:29:22 +00:00
Jonathan Buschmann c96fe11bd1 Fix PLIST to work for Darwin and others UNIX 2015-01-06 19:18:36 +00:00
Jonathan Buschmann 1430ea11f4 Import Bear-1.4.3 as wip/Bear.
Bear is a tool to generate compilation database for clang tooling.

The JSON compilation database is used in clang project to provide
information how a single compilation unit was processed.
When that is available then it is easy to re-run the compilation
with different programs.
2015-01-05 22:41:29 +00:00