bt2: add integer range set support
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 12 Jul 2019 18:04:54 +0000 (14:04 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 18 Jul 2019 13:42:13 +0000 (09:42 -0400)
commit19bb8b5a08e1ee2aadd42bf11f7ed8a62f36bd5b
tree835038ea27fe92aa446252ca544f69e4ea798d98
parentfb91c0ef1aa2dbb0eef476a3c876f5ff85e36fc4
bt2: add integer range set support

This patch adds `bt2` wrappers for the Babeltrace library integer range
and integer range set library objects.

The new `test_integer_range_set.py` file tests all the new objects.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I9e6852ca2ec6b04bcbc3b6622c03c3abcfa6e32f
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1716
src/bindings/python/bt2/Makefile.am
src/bindings/python/bt2/bt2/__init__.py.in
src/bindings/python/bt2/bt2/integer_range_set.py [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt.i
src/bindings/python/bt2/bt2/native_bt_integer_range_set.i [new file with mode: 0644]
tests/Makefile.am
tests/bindings/python/bt2/test_integer_range_set.py [new file with mode: 0644]
This page took 0.024743 seconds and 4 git commands to generate.