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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Jun 2019 00:38:02 +0000 (20:38 -0400)
commit0fd756a43bce605875565a14c1ed1b070fa3ad94
treef20ec2b4e0e5fd70333cb7bd0eb2240a69989dc1
parentb04a139e576b2e852350f15a56692e8a7bc0149f
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.024989 seconds and 4 git commands to generate.