lib: make graph API const-correct
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 4 Dec 2018 22:07:29 +0000 (17:07 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit0d72b8c329ad51d14ab4e83330b38c2c8da69dd4
treee448db39e11bdeef143994423ad53637f74bef6e
parent92fed4e1f98f18e4edbfdf5adfe57741a3260b5d
lib: make graph API const-correct

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
134 files changed:
cli/babeltrace.c
include/Makefile.am
include/babeltrace/babeltrace.h
include/babeltrace/ctf-writer/fields-internal.h
include/babeltrace/ctf-writer/stream-internal.h
include/babeltrace/graph/component-class-const.h [new file with mode: 0644]
include/babeltrace/graph/component-class-filter-const.h [new file with mode: 0644]
include/babeltrace/graph/component-class-filter.h
include/babeltrace/graph/component-class-internal.h
include/babeltrace/graph/component-class-sink-colander-internal.h
include/babeltrace/graph/component-class-sink-const.h [new file with mode: 0644]
include/babeltrace/graph/component-class-sink.h
include/babeltrace/graph/component-class-source-const.h [new file with mode: 0644]
include/babeltrace/graph/component-class-source.h
include/babeltrace/graph/component-class.h
include/babeltrace/graph/component-const.h [new file with mode: 0644]
include/babeltrace/graph/component-filter-const.h [new file with mode: 0644]
include/babeltrace/graph/component-filter-internal.h
include/babeltrace/graph/component-filter.h [deleted file]
include/babeltrace/graph/component-internal.h
include/babeltrace/graph/component-sink-const.h [new file with mode: 0644]
include/babeltrace/graph/component-sink-internal.h
include/babeltrace/graph/component-sink.h [deleted file]
include/babeltrace/graph/component-source-const.h [new file with mode: 0644]
include/babeltrace/graph/component-source-internal.h
include/babeltrace/graph/component-source.h [deleted file]
include/babeltrace/graph/component.h [deleted file]
include/babeltrace/graph/connection-const.h [new file with mode: 0644]
include/babeltrace/graph/connection-internal.h
include/babeltrace/graph/connection.h [deleted file]
include/babeltrace/graph/const-notification.h [new file with mode: 0644]
include/babeltrace/graph/graph-const.h [new file with mode: 0644]
include/babeltrace/graph/graph-internal.h
include/babeltrace/graph/graph.h
include/babeltrace/graph/notification-const.h [new file with mode: 0644]
include/babeltrace/graph/notification-event-const.h [new file with mode: 0644]
include/babeltrace/graph/notification-event.h
include/babeltrace/graph/notification-inactivity-const.h [new file with mode: 0644]
include/babeltrace/graph/notification-inactivity-internal.h
include/babeltrace/graph/notification-inactivity.h
include/babeltrace/graph/notification-internal.h
include/babeltrace/graph/notification-iterator-internal.h
include/babeltrace/graph/notification-packet-const.h [new file with mode: 0644]
include/babeltrace/graph/notification-packet.h
include/babeltrace/graph/notification-stream-const.h [new file with mode: 0644]
include/babeltrace/graph/notification-stream.h
include/babeltrace/graph/notification.h [deleted file]
include/babeltrace/graph/port-const.h [new file with mode: 0644]
include/babeltrace/graph/port-input-const.h [new file with mode: 0644]
include/babeltrace/graph/port-input.h [deleted file]
include/babeltrace/graph/port-internal.h
include/babeltrace/graph/port-output-const.h [new file with mode: 0644]
include/babeltrace/graph/port-output-notification-iterator.h
include/babeltrace/graph/port-output.h [deleted file]
include/babeltrace/graph/port.h [deleted file]
include/babeltrace/graph/private-component-class-filter.h [deleted file]
include/babeltrace/graph/private-component-class-sink.h [deleted file]
include/babeltrace/graph/private-component-class-source.h [deleted file]
include/babeltrace/graph/private-component-class.h [deleted file]
include/babeltrace/graph/private-graph.h [deleted file]
include/babeltrace/graph/private-notification-event.h [deleted file]
include/babeltrace/graph/private-notification-inactivity.h [deleted file]
include/babeltrace/graph/private-notification-packet.h [deleted file]
include/babeltrace/graph/private-notification-stream.h [deleted file]
include/babeltrace/graph/private-notification.h [deleted file]
include/babeltrace/graph/private-query-executor.h [deleted file]
include/babeltrace/graph/query-executor-const.h [new file with mode: 0644]
include/babeltrace/graph/query-executor-internal.h
include/babeltrace/graph/query-executor.h
include/babeltrace/graph/self-component-class-filter.h
include/babeltrace/graph/self-component-class-sink.h
include/babeltrace/graph/self-component-class-source.h
include/babeltrace/graph/self-component-filter.h
include/babeltrace/graph/self-component-port-input-notification-iterator.h
include/babeltrace/graph/self-component-port-input.h
include/babeltrace/graph/self-component-port-output.h
include/babeltrace/graph/self-component-port.h
include/babeltrace/graph/self-component-sink.h
include/babeltrace/graph/self-component-source.h
include/babeltrace/graph/self-component.h
include/babeltrace/graph/self-notification-iterator.h
include/babeltrace/plugin/plugin-const.h
include/babeltrace/plugin/plugin-dev.h
lib/babeltrace.c
lib/graph/component-class-sink-colander.c
lib/graph/component-class.c
lib/graph/component-filter.c
lib/graph/component-sink.c
lib/graph/component-source.c
lib/graph/component.c
lib/graph/connection.c
lib/graph/graph.c
lib/graph/iterator.c
lib/graph/notification/event.c
lib/graph/notification/inactivity.c
lib/graph/notification/notification.c
lib/graph/notification/packet.c
lib/graph/notification/stream.c
lib/graph/port.c
lib/graph/query-executor.c
lib/plugin/plugin-so.c
lib/plugin/plugin.c
lib/trace-ir/event-header-field.c
lib/trace-ir/packet-context-field.c
lib/trace-ir/packet-header-field.c
plugins/ctf/common/notif-iter/notif-iter.c
plugins/ctf/common/notif-iter/notif-iter.h
plugins/ctf/fs-sink/writer.c
plugins/ctf/fs-sink/writer.h
plugins/ctf/fs-src/data-stream-file.c
plugins/ctf/fs-src/data-stream-file.h
plugins/ctf/fs-src/fs.c
plugins/ctf/fs-src/fs.h
plugins/ctf/lttng-live/lttng-live-internal.h
plugins/ctf/lttng-live/lttng-live.c
plugins/lttng-utils/debug-info.h
plugins/lttng-utils/plugin.c
plugins/text/dmesg/dmesg.c
plugins/text/dmesg/dmesg.h
plugins/text/pretty/pretty.c
plugins/text/pretty/pretty.h
plugins/text/pretty/print.c
plugins/utils/counter/counter.c
plugins/utils/counter/counter.h
plugins/utils/dummy/dummy.c
plugins/utils/dummy/dummy.h
plugins/utils/muxer/muxer.c
plugins/utils/muxer/muxer.h
plugins/utils/trimmer/iterator.c
plugins/utils/trimmer/iterator.h
tests/lib/test-plugin-plugins/sfs.c
tests/lib/test_bt_notification_iterator.c
tests/lib/test_graph_topo.c
tests/lib/test_plugin.c
This page took 0.036174 seconds and 4 git commands to generate.