bt2: rename .i.h -> .i.hpp master
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 1 Nov 2024 03:25:29 +0000 (23:25 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 5 Nov 2024 19:58:27 +0000 (14:58 -0500)
commitdf4b0828816de5632b09a0c3946b0cad00af811e
treef03bc435e371ba733f7475d7689c5b2cd6035626
parent4eb1d52dcae24e3c176e3c7c3fb989152c29038f
bt2: rename .i.h -> .i.hpp

Change-Id: If6968e678727c79d11835473be81321367362f13
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/13434
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
34 files changed:
src/bindings/python/bt2/Makefile.am
src/bindings/python/bt2/bt2/native_bt_autodisc.i
src/bindings/python/bt2/bt2/native_bt_autodisc.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_autodisc.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_component_class.i
src/bindings/python/bt2/bt2/native_bt_component_class.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_component_class.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_error.i
src/bindings/python/bt2/bt2/native_bt_error.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_error.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_graph.i
src/bindings/python/bt2/bt2/native_bt_graph.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_graph.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_message_iterator.i
src/bindings/python/bt2/bt2/native_bt_message_iterator.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_message_iterator.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_mip.i
src/bindings/python/bt2/bt2/native_bt_mip.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_mip.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_plugin.i
src/bindings/python/bt2/bt2/native_bt_plugin.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_plugin.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_query_exec.i
src/bindings/python/bt2/bt2/native_bt_query_exec.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_query_exec.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_trace.i
src/bindings/python/bt2/bt2/native_bt_trace.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_trace.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_trace_class.i
src/bindings/python/bt2/bt2/native_bt_trace_class.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_trace_class.i.hpp [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt_value.i
src/bindings/python/bt2/bt2/native_bt_value.i.h [deleted file]
src/bindings/python/bt2/bt2/native_bt_value.i.hpp [new file with mode: 0644]
This page took 0.026585 seconds and 4 git commands to generate.