Remove component prefix from graph, connection and port filenames
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 23 Feb 2017 13:45:01 +0000 (08:45 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commit7d55361f7b41ed8d44a71c17dfeecd316ca77460
treef6d8c38cddcf670cc7175b63477a925bd629e7e2
parent91c1f164b5f51a558eb2715aaa2cec66c5583b9f
Remove component prefix from graph, connection and port filenames

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
28 files changed:
converter/babeltrace.c
include/Makefile.am
include/babeltrace/component/component-connection-internal.h [deleted file]
include/babeltrace/component/component-connection.h [deleted file]
include/babeltrace/component/component-graph-internal.h [deleted file]
include/babeltrace/component/component-graph.h [deleted file]
include/babeltrace/component/component-internal.h
include/babeltrace/component/component-port-internal.h [deleted file]
include/babeltrace/component/component-port.h [deleted file]
include/babeltrace/component/connection-internal.h [new file with mode: 0644]
include/babeltrace/component/connection.h [new file with mode: 0644]
include/babeltrace/component/graph-internal.h [new file with mode: 0644]
include/babeltrace/component/graph.h [new file with mode: 0644]
include/babeltrace/component/port-internal.h [new file with mode: 0644]
include/babeltrace/component/port.h [new file with mode: 0644]
lib/component/Makefile.am
lib/component/component-connection.c [deleted file]
lib/component/component-graph.c [deleted file]
lib/component/component-port.c [deleted file]
lib/component/component.c
lib/component/connection.c [new file with mode: 0644]
lib/component/graph.c [new file with mode: 0644]
lib/component/port.c [new file with mode: 0644]
lib/component/source.c
plugins/text/text.c
plugins/utils/dummy/dummy.h
plugins/utils/trimmer/iterator.c
plugins/writer/writer.c
This page took 0.027051 seconds and 4 git commands to generate.