lib: Rename to libbabeltrace2
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 4 Jun 2019 19:16:19 +0000 (15:16 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 7 Jun 2019 22:29:08 +0000 (18:29 -0400)
commita12f3d624772f543137e60252101871cd6017a06
tree89eac6a8741ae4803c7708cd88a544092c1465a4
parentec2c5e50e20bcc3770a1efae8123866b31224622
lib: Rename to libbabeltrace2

We decided to make babeltrace2 co-installable with babeltrace1 since it
offers backward compatibility but is not a full drop in replacement.

Change-Id: I6da0230858601dd35ae35424540c73ba7b143858
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1403
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
38 files changed:
.gitignore
CONTRIBUTING.adoc
Makefile.am
babeltrace-ctf.pc.in [deleted file]
babeltrace.pc.in [deleted file]
babeltrace2-ctf.pc.in [new file with mode: 0644]
babeltrace2.pc.in [new file with mode: 0644]
bindings/python/bt2/Makefile.am
bindings/python/bt2/setup.py.in
cli/Makefile.am
common/Makefile.am
configure.ac
ctfser/Makefile.am
fd-cache/Makefile.am
lib/Makefile.am
lib/babeltrace.c [deleted file]
lib/babeltrace2.c [new file with mode: 0644]
lib/plugin/plugin.c
logging/Makefile.am
plugins/ctf/Makefile.am
plugins/ctf/common/Makefile.am
plugins/ctf/fs-sink/Makefile.am
plugins/ctf/fs-src/Makefile.am
plugins/ctf/lttng-live/Makefile.am
plugins/lttng-utils/Makefile.am
plugins/lttng-utils/debug-info/Makefile.am
plugins/text/Makefile.am
plugins/text/dmesg/Makefile.am
plugins/text/pretty/Makefile.am
plugins/utils/Makefile.am
plugins/utils/counter/Makefile.am
plugins/utils/dummy/Makefile.am
plugins/utils/muxer/Makefile.am
plugins/utils/trimmer/Makefile.am
python-plugin-provider/Makefile.am
tests/lib/Makefile.am
tests/lib/test-plugin-plugins/Makefile.am
tests/plugins/Makefile.am
This page took 0.027272 seconds and 4 git commands to generate.