cpp-common/bt2c: remove `dummy.cpp`
[babeltrace.git] / lib / graph / graph.c
2019-06-12  Michael JeansonRe-organize sources
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-05  Simon Marchilib: Make graph listeners return an error status
2019-06-05  Francis Deslaurierslib: remove unused _NO_SINK graph status
2019-05-07  Francis DeslauriersFix: lib/graph: Dereference before null checks
2019-05-02  Philippe Proulxlib: bt_graph_{consume,run}(): add unlikely() to unlike...
2019-05-02  Philippe ProulxFix: add_component_with_init_method_data(): freeze...
2019-05-02  Philippe Proulxlib: mark graph as faulty when adding a comp. or connec...
2019-05-02  Philippe Proulxlib: add sink component class's "graph is configured...
2019-05-02  Philippe Proulxlib: add stream activity beginning/end messages
2019-05-02  Philippe Proulxlib: fully configure graph (add components, connect...
2019-05-02  Philippe Proulxlib: do not allow port to be removed when message itera...
2019-05-02  Philippe Proulxlib: "msgied" -> "notified" (remaining of a previous...
2019-05-02  Philippe ProulxFix: graph API: add listeners to support filter-to...
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
2019-05-02  Philippe Proulxlib: make public reference count functions have strict...
2019-05-02  Philippe Proulxlib: update copyrights
2019-05-02  Philippe Proulxlib: rename plural file names to singular
2019-05-02  Philippe Proulxlib: rename "begin" to "beginning" when used as a noun
2019-05-02  Philippe Proulxlib: make graph API const-correct
2019-05-02  Philippe Proulxlib: make values API const-correct
2019-05-02  Philippe Proulxlib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
2019-05-02  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-02  Philippe ProulxGraph API: split into private and public APIs
2019-05-02  Philippe ProulxValues API: split into private and public APIs
2019-05-02  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-02  Philippe Proulxlib: make the "port connected" method return a status
2019-05-02  Philippe Proulxlib: graph: remove useless checks, make functions inlin...
2019-05-02  Philippe Proulxlib: update and simplify the `bt_object` API
2019-05-02  Philippe ProulxFix: bt_graph_consume(): return status
2019-05-02  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-09-17  Jérémie GalarneauCleanup: use tabs for code indentation
2017-09-17  Jérémie GalarneauFix: NULL dereference on sampling and restoration of...
2017-09-15  Philippe Proulxlib: add output port notification iterator
2017-09-15  Philippe Proulxlib: graph: disallow recursive consuming
2017-09-15  Philippe Proulxlib: graph.c: call bt_graph_consume_no_check() in bt_gr...
2017-09-15  Philippe ProulxAdd query executor
2017-08-11  Philippe Proulxgraph: check if graph has at least one sink to return...
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
2017-06-09  Philippe ProulxCancel the graph on destruction
2017-06-09  Philippe ProulxFix: do not use BT_MOVE() when the destination memory...
2017-06-09  Philippe Proulxgraph.c: do not warn when the graph is canceled during...
2017-06-09  Philippe ProulxMake bt_graph_connect_ports() return a status code
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
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 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  Philippe ProulxAdd graph cancellation API
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
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.096179 seconds and 6 git commands to generate.