Test debug-info
[babeltrace.git] / lib / graph /
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
2017-06-09  Philippe ProulxEnd connection on destruction
2017-06-09  Philippe ProulxCancel the graph on destruction
2017-06-09  Philippe Proulxconnection.c: refuse to create a notif. iter. when...
2017-06-09  Philippe Proulxlib/graph/{filter.c,sink.c,source.c}: fix log messages
2017-06-09  Philippe ProulxFix: do not use BT_MOVE() when the destination memory...
2017-06-09  Philippe ProulxMake bt_private_connection_create_notification_iterator...
2017-06-09  Philippe ProulxRefuse to add port to component when parent graph is...
2017-06-09  Philippe Proulxgraph.c: do not warn when the graph is canceled during...
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Philippe ProulxMake bt_graph_connect_ports() return a status code
2017-06-09  Philippe ProulxAdd bt_connection_is_ended()
2017-06-09  Philippe ProulxFix: cancel a notif. iter. finalized during its "next...
2017-06-09  Philippe ProulxFix: do not allow a notif. iter. to call the user's...
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe Proulxlib/graph/iterator.c: add logging
2017-05-28  Philippe Proulxlib/graph/clock-class-priority-map.c: add logging
2017-05-28  Philippe Proulxlib/graph/component-class.c: add logging
2017-05-28  Philippe Proulxlib/graph/sink.c: add logging
2017-05-28  Philippe Proulxlib/graph/filter.c: add logging
2017-05-28  Philippe Proulxlib/graph/source.c: add logging
2017-05-28  Philippe ProulxRemove useless component/iterator validation functions
2017-05-28  Philippe Proulxbt_notification_iterator_create(): assert the type...
2017-05-28  Philippe Proulxlib/graph/connection.c: add logging
2017-05-28  Philippe Proulxlib/graph/notification/event.c: fix clock class leak
2017-05-28  Philippe Proulxlib/graph/port.c: add logging
2017-05-28  Philippe ProulxRemove component's initialization state flag
2017-05-28  Philippe Proulxlib/graph/component.c: add logging
2017-05-28  Philippe ProulxRemove bt_component_set_name()
2017-05-28  Philippe Proulxlib/graph/graph.c: add logging
2017-05-28  Philippe ProulxRemove bt_graph_add_component_as_sibling()
2017-05-28  Philippe ProulxEvent notification: make sure contained event has a...
2017-05-28  Mathieu DesnoyersFix: don't call iterator finalize more than once
2017-05-28  Philippe ProulxCollect useless graph's connections
2017-05-28  Philippe Proulxbabeltrace(1): handle SIGINT to cancel the graph gracefully
2017-05-28  Philippe ProulxFix possible leaks in graph's current design
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Philippe ProulxAdd graph cancellation API
2017-05-28  Philippe Proulxport.{h,c}: use `bt_bool` instead of `int` where approp...
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxSubscribe to notifications when creating a notif. iterator
2017-05-28  Philippe ProulxRemove default port API
2017-05-28  Philippe ProulxSet private port's user data on creation
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
2017-05-28  Philippe ProulxUse bt_clock_class_priority_map_add_clock_class() to...
2017-05-28  Philippe ProulxAdd bt_clock_class_priority_map_copy()
2017-05-28  Philippe ProulxFreeze bt_clock_class_priority_map in related notifications
2017-05-28  Philippe ProulxNotification iterator: generate automatic notifications...
2017-05-28  Philippe ProulxEvent notification: validate that CC in the CC prio...
2017-05-28  Philippe ProulxUse the same values for different status codes
2017-05-28  Philippe Proulxbt_component_create(): create convenient empty map...
2017-05-28  Philippe ProulxAdd "port connected" component class method
2017-05-28  Philippe ProulxRename lib/component/ -> lib/graph/ to match include...
This page took 0.051498 seconds and 7 git commands to generate.