lib: Rename to libbabeltrace2
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 4 Jun 2019 19:16:19 +0000 (15:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:22 +0000 (17:24 -0400)
commit40392cf153f947f694d16de043bc8c6fa952a0a9
tree865eadaf44d3d8aa107956d0d23555c06b21caf9
parent142ac9b00df38b357dcb8c034bdfc7583dd118ee
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.041899 seconds and 4 git commands to generate.