Remove everything related to the `bt2.ctf_writer` Python module
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Jun 2019 22:17:14 +0000 (18:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:22 +0000 (17:24 -0400)
commit979eb057feab31d967eec203314dd65e63a10fb2
treeebdead9640f8595196f378f1060630f77a12232a
parent1385760ada9ae7dd8c96bd6be391f9826f6cacb0
Remove everything related to the `bt2.ctf_writer` Python module

This module wraps CTF writer, but is currently incomplete and would
require much work to finish, as CTF writer is completely decoupled from
the Babeltrace library.

Since we plan to make Babeltrace 1 and Babeltrace 2 coinstallable, and
that CTF writer 2 does not add many important features to CTF writer 1,
we decided to postpone the development of its Python bindings to when it
supports CTF 2.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ie8ceeac8bfcce86dec3cb426d7030ad445274cd2
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1392
bindings/python/bt2/Makefile.am
bindings/python/bt2/bt2/__init__.py.in
bindings/python/bt2/bt2/ctf_writer.py [deleted file]
bindings/python/bt2/bt2/stream_class.py
configure.ac
tests/Makefile.am
tests/lib/Makefile.am
tests/lib/ctf-writer/test_auto_populate.py [deleted file]
tests/lib/ctf-writer/test_ctf_writer.in [deleted file]
This page took 0.025057 seconds and 4 git commands to generate.