bt2: Mass notification -> message rename
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 2 Apr 2019 18:03:30 +0000 (14:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:56 +0000 (00:12 -0400)
commitd08c17fb85facb81d7c8c342f42559f634772c3c
treeb4377b13195f88c3bae3e68a8135297d294060fb
parent9b4cc5549e288312b1074ac9098cf7913eb920d6
bt2: Mass notification -> message rename

As the "notification" concept has been renamed to "message", I decided
to do a mass rename (including renaming files).  It's quite
straightforward and will reduce a little bit the noise in further
patches.

The changes were done mostly mechanically, but I verified them to make
sure it didn't go too wild (like changing "notifier" to "msgier", which
we wouldn't want).

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: I6e6dec1234864400a2570a4726c32a1398cf42c0
Reviewed-on: https://review.gerrithub.io/c/eepp/babeltrace/+/452232
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: Philippe Proulx <eeppeliteloop@gmail.com>
24 files changed:
bindings/python/babeltrace/babeltrace/reader_trace_collection.py
bindings/python/bt2/Makefile.am
bindings/python/bt2/bt2/__init__.py.in
bindings/python/bt2/bt2/component.py
bindings/python/bt2/bt2/connection.py
bindings/python/bt2/bt2/message.py [new file with mode: 0644]
bindings/python/bt2/bt2/message_iterator.py [new file with mode: 0644]
bindings/python/bt2/bt2/native_bt_component_class.i
bindings/python/bt2/bt2/notification.py [deleted file]
bindings/python/bt2/bt2/notification_iterator.py [deleted file]
bindings/python/bt2/bt2/port.py
bindings/python/bt2/bt2/trace_collection_message_iterator.py [new file with mode: 0644]
bindings/python/bt2/bt2/trace_collection_notification_iterator.py [deleted file]
tests/bindings/python/bt2/Makefile.am
tests/bindings/python/bt2/test_component_class.py
tests/bindings/python/bt2/test_connection.py
tests/bindings/python/bt2/test_graph.py
tests/bindings/python/bt2/test_message.py [new file with mode: 0644]
tests/bindings/python/bt2/test_message_iterator.py [new file with mode: 0644]
tests/bindings/python/bt2/test_notification.py [deleted file]
tests/bindings/python/bt2/test_notification_iterator.py [deleted file]
tests/bindings/python/bt2/test_port.py
tests/bindings/python/bt2/test_trace_collection_message_iterator.py [new file with mode: 0644]
tests/bindings/python/bt2/test_trace_collection_notification_iterator.py [deleted file]
This page took 0.028181 seconds and 5 git commands to generate.