test-field.sh: make sure bt_run_in_py_env() and bt_cli() succeed
[babeltrace.git] / src / lib / graph /
2024-03-26  Simon Marchilib/graph/iterator.c: fix indentation (spaces -> tabs)
2024-03-26  Simon Marchilib/graph/iterator: use clock correlation validator...
2024-03-26  Simon Marchilib/graph/iterator: don't reset clock expectation when...
2024-03-26  Simon MarchiFix: lib/graph/iterator: consider clock classes from...
2024-03-26  Simon Marchilib/graph/iterator.c: use `BT_IF_DEV_MODE` at a few...
2024-03-26  Simon Marchilib: split "message-clock-classes-are-compatible" post...
2024-02-08  Simon Marchilib: remove unused includes
2024-02-08  Simon Marchilib: remove BT_ASSERT_COND_SUPPORTED check in graph...
2024-02-08  Simon MarchiFix: lib: strengthen clock expectation check for no...
2024-02-06  Simon Marchilib: move graph/message/iterator.h -> graph/iterator.h
2024-01-26  Simon Marchilib: remove unused includes
2024-01-23  Simon MarchiFix typos
2023-11-22  Simon Marchilib: validate iterator message sequence
2023-11-22  Simon Marchilib: validate iterator message packets
2023-11-03  Simon Marchilib: remove unused internal component destroy functions
2023-11-02  Simon Marchilib: remove unused parameters in internal component...
2023-11-02  Michael Jeansonconfigure: re-enable '-Wunused-parameter'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/'
2023-10-20  Simon Marchicommon: introduce bt_g_array_index
2023-05-21  Simon Marchilib: remove TODO in add_port
2023-05-21  Simon Marchilib: de-duplicate assertions in bt_component_add_{input...
2023-05-21  Simon Marchilib: de-duplicate "no error" assertion in add port...
2023-05-21  Simon Marchilib: remove duplicated assertion in bt_self_component_s...
2023-03-30  Simon MarchiVisibility hidden by default
2022-02-16  Simon MarchiFix: lib: fix memory leak in simple_sink_init error...
2022-02-16  Simon MarchiFix: lib: add NULL check for destroy_listeners in destr...
2021-11-11  Simon MarchiMove bt_message_type_string to common
2021-11-11  Simon MarchiFix: add missing cases in enum-to-string functions
2021-09-10  Simon Marchilib: make auto-seek skip over packet messages without...
2021-09-10  Simon Marchilib: enforce preconditions when getting packet message...
2021-09-10  Simon Marchicommon: move bt_component_class_type_string here, use...
2021-02-08  Philippe Duplessis... Fix: lib: assert if an error occurs in `bt_message_iter...
2020-04-23  Simon MarchiFix: lib: use appropriate format specifier to print...
2020-04-23  Philippe Proulxlib: assign a unique ID to each pre/postcond. and repor...
2020-04-23  Philippe Proulxlib: rename BT_ASSERT_PRE_BEGIN_LE_END() -> BT_..._MSG_...
2020-04-23  Philippe Proulxlib: use common precond. assert. macros from `assert...
2020-04-23  Philippe Proulxlib: rename *_IS_TYPE() and *_HAS_ID() macros -> *_HAS_...
2020-04-23  Philippe Proulxlib: commonize some precondition assertion macros
2020-04-23  Philippe Proulxlib: move bt_graph_configure() to `graph.c` (only used...
2020-04-23  Philippe ProulxFix: lib: bt_component_class_sink_simple_borrow() is...
2020-04-23  Philippe Proulxlib: move code only used by create_event() to `message...
2020-04-23  Philippe Proulxlib: merge `assert-pre.h` and `assert-post.h` into...
2020-04-14  Simon Marchilib: add precondition checks that count of discarded...
2020-04-14  Simon Marchilib, bt2: add precondition check for port name unicity
2020-04-14  Simon Marchilib: add precond. check for begin <= end on pkt./ev...
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-02-19  Simon MarchiFix: lib: don't assume that streams have packets in...
2020-01-20  Philippe ProulxDocument libbabeltrace2's C API
2020-01-15  Philippe Proulxlib: msg. iter. inactivity message has a simple CS...
2020-01-13  Philippe Proulxlib: remove self component param. from msg. iterator...
2020-01-13  Philippe Proulxlib: graph API: return borrowed references when adding...
2020-01-10  Philippe Proulxlib: rename "self comp. input port message iter." ...
2020-01-08  Simon Marchilib: create common base for bt_component_class_{source...
2020-01-08  Simon Marchilib: introduce bt_message_iterator_class
2020-01-08  Simon Marchilib: run most of bt_self_component_port_input_message_i...
2019-12-17  Simon Marchilib: remove bt_query_executor_interrupt, add bt_query_e...
2019-12-17  Simon Marchilib: remove bt_graph_interrupt, add bt_graph_borrow_def...
2019-12-12  Philippe Proulxlib: graph API: remove "listener removed" callback...
2019-12-12  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2019-11-15  Simon Marchilib: save and restore current thread error when calling...
2019-11-11  Simon Marchilib: add pre condition asserts to check current thread...
2019-11-11  Simon Marchilib: add post condition assertions for current thread...
2019-11-11  Simon Marchilib: clear error in clock_snapshots_are_monotonic_one
2019-11-11  Simon Marchilib: append error in simple_sink_consume only if error...
2019-11-03  Philippe ProulxAdd bt_common_abort() and use it instead of abort(...
2019-10-31  Francis DeslauriersCleanup: add `#include <stdbool.h>` whenever `bool...
2019-10-31  Philippe Proulxlib: remove `BT_GRAPH_RUN_STATUS_END`
2019-10-29  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-22  Philippe Proulxlib: remove unused bt_graph_remove_unconnected_component()
2019-10-22  Philippe ProulxAlways evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
2019-10-08  Francis DeslauriersCleanup: lib: graph.c: dead assignment
2019-10-04  Philippe Proulxlib: rename `bt_object_{get,put}_no` -> `bt_object_...
2019-10-04  Philippe ProulxFix: iterator.c: initialize `status` (may be used unini...
2019-10-03  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-10-03  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-09-30  Francis DeslauriersRename `init` methods to `initialize`
2019-09-26  Simon Marchilib: pass config object to message iterator init method...
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-09-17  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-09-12  Simon Marchilib: remove bt_self_port{,_input,_output}
2019-09-09  Simon Marchilib: fix can_seek_beginning method type cast
2019-09-06  Simon Marchilib: make message iterator creation functions return...
2019-08-13  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-08-13  Philippe Proulxlib: add bt_get_{greatest_operative,maximal}_mip_versio...
2019-08-13  Philippe Proulxlib: add "get supported MIP versions" method support
2019-08-13  Philippe Proulxlib: graph.c: add missing `enum` and `const` keywords
2019-08-13  Philippe Proulxlib: add component descriptor set API
2019-08-08  Jérémie GalarneauFix: extra '%' causes babeltrace2 to abort() in logging...
2019-08-06  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-06  Philippe ProulxFix: src/lib/graph/graph.h: do not override `comp_statu...
2019-08-06  Philippe Proulxlib: add bt_graph_add_simple_sink_component()
2019-08-06  Philippe Proulxlib: remove colander sink component class
2019-08-05  Philippe Proulxlib: remove output port message iterator
2019-08-05  Philippe Proulxlib: rename bt_graph_consume() -> bt_graph_run_once()
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-26  Philippe Proulxlib: standardize listener ID types with new `bt_listene...
2019-07-26  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-07-26  Philippe Proulx*_string() enumerator to string functions: remove commo...
2019-07-24  Simon Marchilib: remove INVALID_PARAMS status
2019-07-24  Philippe Proulxlib: bt_query_executor_query(): check interruption...
next
This page took 0.091439 seconds and 7 git commands to generate.