lib: graph API: remove "listener removed" callback parameters
[babeltrace.git] / tests / lib / test_graph_topo.c
2019-12-12  Philippe Proulxlib: graph API: remove "listener removed" callback...
2019-12-12  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2019-09-30  Francis DeslauriersRename `init` methods to `initialize`
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-08-13  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-07-06  Philippe Proulxtests: call bt_current_thread_clear_error() when handli...
2019-07-03  Philippe ProulxAdd back (adapted) `test_bt_values` and `test_graph_topo`
2019-07-03  Philippe Proulxtests/lib: remove `test_bt_values` and `test_graph_topo`
2019-06-25  Simon Marchilib: remove "accept port" concept
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
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-05-02  Philippe Proulxlib: fully configure graph (add components, connect...
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace enumeration types
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace structure types
2019-05-02  Philippe Proulxlib: make public reference count functions have strict...
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 Proulxlib: private functions: do not repeat `private` word
2019-05-02  Philippe ProulxGraph 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: notification iterator: transfer a batch of notific...
2019-05-02  Philippe Proulxtests: use BT_ASSERT() instead of assert()
2019-05-02  Philippe Proulxlib: use object pool for event and packet notifications
2017-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
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 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 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 Proulxtest_graph_topo: test both "port connected" and "accept...
2017-05-28  Philippe ProulxAdd graph topology tests
This page took 0.141077 seconds and 51 git commands to generate.