2021-11-11 |
Simon Marchi | Move bt_message_type_string to common |
tree | commitdiff |
2021-11-11 |
Simon Marchi | Fix: add missing cases in enum-to-string functions |
tree | commitdiff |
2021-09-10 |
Simon Marchi | lib: make auto-seek skip over packet messages without... |
tree | commitdiff |
2021-09-10 |
Simon Marchi | lib: enforce preconditions when getting packet message... |
tree | commitdiff |
2021-09-10 |
Simon Marchi | common: move bt_component_class_type_string here, use... |
tree | commitdiff |
2021-02-08 |
Philippe Duplessis... | Fix: lib: assert if an error occurs in `bt_message_iter... |
tree | commitdiff |
2020-04-23 |
Simon Marchi | Fix: lib: use appropriate format specifier to print... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: assign a unique ID to each pre/postcond. and repor... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: rename BT_ASSERT_PRE_BEGIN_LE_END() -> BT_..._MSG_... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: use common precond. assert. macros from `assert... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: rename *_IS_TYPE() and *_HAS_ID() macros -> *_HAS_... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: commonize some precondition assertion macros |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: move bt_graph_configure() to `graph.c` (only used... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | Fix: lib: bt_component_class_sink_simple_borrow() is... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: move code only used by create_event() to `message... |
tree | commitdiff |
2020-04-23 |
Philippe Proulx | lib: merge `assert-pre.h` and `assert-post.h` into... |
tree | commitdiff |
2020-04-14 |
Simon Marchi | lib: add precondition checks that count of discarded... |
tree | commitdiff |
2020-04-14 |
Simon Marchi | lib, bt2: add precondition check for port name unicity |
tree | commitdiff |
2020-04-14 |
Simon Marchi | lib: add precond. check for begin <= end on pkt./ev... |
tree | commitdiff |
2020-04-10 |
Michael Jeanson | Move to kernel style SPDX license identifiers |
tree | commitdiff |
2020-02-19 |
Simon Marchi | Fix: lib: don't assume that streams have packets in... |
tree | commitdiff |
2020-01-20 |
Philippe Proulx | Document libbabeltrace2's C API |
tree | commitdiff |
2020-01-15 |
Philippe Proulx | lib: msg. iter. inactivity message has a simple CS... |
tree | commitdiff |
2020-01-13 |
Philippe Proulx | lib: remove self component param. from msg. iterator... |
tree | commitdiff |
2020-01-13 |
Philippe Proulx | lib: graph API: return borrowed references when adding... |
tree | commitdiff |
2020-01-10 |
Philippe Proulx | lib: rename "self comp. input port message iter." ... |
tree | commitdiff |
2020-01-08 |
Simon Marchi | lib: create common base for bt_component_class_{source... |
tree | commitdiff |
2020-01-08 |
Simon Marchi | lib: introduce bt_message_iterator_class |
tree | commitdiff |
2020-01-08 |
Simon Marchi | lib: run most of bt_self_component_port_input_message_i... |
tree | commitdiff |
2019-12-17 |
Simon Marchi | lib: remove bt_query_executor_interrupt, add bt_query_e... |
tree | commitdiff |
2019-12-17 |
Simon Marchi | lib: remove bt_graph_interrupt, add bt_graph_borrow_def... |
tree | commitdiff |
2019-12-12 |
Philippe Proulx | lib: graph API: remove "listener removed" callback... |
tree | commitdiff |
2019-12-12 |
Philippe Proulx | lib, bt2: graph API: remove "ports connected" listeners |
tree | commitdiff |
2019-11-15 |
Simon Marchi | lib: save and restore current thread error when calling... |
tree | commitdiff |
2019-11-11 |
Simon Marchi | lib: add pre condition asserts to check current thread... |
tree | commitdiff |
2019-11-11 |
Simon Marchi | lib: add post condition assertions for current thread... |
tree | commitdiff |
2019-11-11 |
Simon Marchi | lib: clear error in clock_snapshots_are_monotonic_one |
tree | commitdiff |
2019-11-11 |
Simon Marchi | lib: append error in simple_sink_consume only if error... |
tree | commitdiff |
2019-11-03 |
Philippe Proulx | Add bt_common_abort() and use it instead of abort(... |
tree | commitdiff |
2019-10-31 |
Francis Deslauriers | Cleanup: add `#include <stdbool.h>` whenever `bool... |
tree | commitdiff |
2019-10-31 |
Philippe Proulx | lib: remove `BT_GRAPH_RUN_STATUS_END` |
tree | commitdiff |
2019-10-29 |
Simon Marchi | Fix -Wmissing-prototypes/-Wmissing-declarations warnings |
tree | commitdiff |
2019-10-22 |
Philippe Proulx | lib: remove unused bt_graph_remove_unconnected_component() |
tree | commitdiff |
2019-10-22 |
Philippe Proulx | Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for... |
tree | commitdiff |
2019-10-08 |
Francis Deslauriers | Cleanup: lib: graph.c: dead assignment |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | lib: rename `bt_object_{get,put}_no` -> `bt_object_... |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | Fix: iterator.c: initialize `status` (may be used unini... |
tree | commitdiff |
2019-10-03 |
Simon Marchi | lib: make it mandatory to have seek_X if can_seek_X... |
tree | commitdiff |
2019-10-03 |
Simon Marchi | lib: make can_seek_ns_from_origin logic use `can_seek_f... |
tree | commitdiff |
2019-09-30 |
Francis Deslauriers | Rename `init` methods to `initialize` |
tree | commitdiff |
2019-09-26 |
Simon Marchi | lib: pass config object to message iterator init method... |
tree | commitdiff |
2019-09-25 |
Simon Marchi | lib: pass config objects to component init methods |
tree | commitdiff |
2019-09-17 |
Simon Marchi | lib: make can_seek_beginning and can_seek_ns_from_origi... |
tree | commitdiff |
2019-09-12 |
Simon Marchi | lib: remove bt_self_port{,_input,_output} |
tree | commitdiff |
2019-09-09 |
Simon Marchi | lib: fix can_seek_beginning method type cast |
tree | commitdiff |
2019-09-06 |
Simon Marchi | lib: make message iterator creation functions return... |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | lib: bt_graph_create(): accept MIP version |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | lib: add bt_get_{greatest_operative,maximal}_mip_versio... |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | lib: add "get supported MIP versions" method support |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | lib: graph.c: add missing `enum` and `const` keywords |
tree | commitdiff |
2019-08-13 |
Philippe Proulx | lib: add component descriptor set API |
tree | commitdiff |
2019-08-08 |
Jérémie Galarneau | Fix: extra '%' causes babeltrace2 to abort() in logging... |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | lib, bt2: make query method receive custom data |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | Fix: src/lib/graph/graph.h: do not override `comp_statu... |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | lib: add bt_graph_add_simple_sink_component() |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | lib: remove colander sink component class |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | lib: remove output port message iterator |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | lib: rename bt_graph_consume() -> bt_graph_run_once() |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | lib: prepare the ground for stateful query operations |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | lib: standardize listener ID types with new `bt_listene... |
tree | commitdiff |
2019-07-26 |
Simon Marchi | lib: rename INVALID_OBJECT status to UNKNOWN_OBJECT |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | *_string() enumerator to string functions: remove commo... |
tree | commitdiff |
2019-07-24 |
Simon Marchi | lib: remove INVALID_PARAMS status |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: bt_query_executor_query(): check interruption... |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: add bt_{graph,query_executor}_add_interrupter() |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: add interrupter API |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: create input port msg iterator from self {msg... |
tree | commitdiff |
2019-07-24 |
Simon Marchi | lib: make default query implementation return INVALID_O... |
tree | commitdiff |
2019-07-23 |
Philippe Proulx | Standardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr... |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | lib: remove `BT_ASSERT_PRE_FUNC` |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | Fix various "may be used uninitialized" warnings (GCC) |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Standardize `strcmp(a, b) == 0` instead of `!strcmp... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSE... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | lib: make packets and packet messages optional, disable... |
tree | commitdiff |
2019-07-08 |
Philippe Proulx | lib/graph/message/stream.c: fix clock snapshot leak |
tree | commitdiff |
2019-07-08 |
Michael Jeanson | Replace libuuid with internal implementation |
tree | commitdiff |
2019-07-08 |
Simon Marchi | lib: remove stream activity messages |
tree | commitdiff |
2019-07-06 |
Philippe Proulx | lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate |
tree | commitdiff |
2019-07-06 |
Philippe Proulx | lib: keep plugin name, if any, in component class structure |
tree | commitdiff |
2019-07-03 |
Philippe Proulx | Fix compiler -Wall warnings (mostly incompatible enumer... |
tree | commitdiff |
2019-07-03 |
Philippe Proulx | lib: strictly type function return status enumerations |
tree | commitdiff |
2019-06-29 |
Philippe Proulx | lib: internal: message.h: require logging |
tree | commitdiff |
2019-06-29 |
Philippe Proulx | lib: internal: graph.h: require logging and BT_ASSERT_... |
tree | commitdiff |
2019-06-29 |
Philippe Proulx | lib: internal: replace BT_ASSERT_PRE* -> BT_ASSERT_POST... |
tree | commitdiff |
2019-06-28 |
Simon Marchi | lib: validate monotonicity of messages from upstream... |
tree | commitdiff |
2019-06-28 |
Simon Marchi | lib: fix compilation for glib < 2.40 |
tree | commitdiff |
2019-06-27 |
Simon Marchi | lib: add logic in auto-seek to recreate stream state |
tree | commitdiff |
2019-06-27 |
Simon Marchi | iterator: save original next callback in iterator struct |
tree | commitdiff |
2019-06-27 |
Simon Marchi | iterator: move auto-seek data in its own struct, add... |
tree | commitdiff |
2019-06-27 |
Simon Marchi | lib: reverse order of bt_self_component_port_input_mess... |
tree | commitdiff |
next |