Move to kernel style SPDX license identifiers
[babeltrace.git] / src / lib / graph / iterator.c
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-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-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-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-29  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-22  Philippe ProulxAlways evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
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-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-06  Philippe Proulxlib: remove colander sink component class
2019-08-05  Philippe Proulxlib: remove output port message iterator
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Philippe Proulxlib: create input port msg iterator from self {msg...
2019-07-18  Philippe ProulxFix various "may be used uninitialized" warnings (GCC)
2019-07-09  Philippe Proulxlib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSE...
2019-07-08  Michael JeansonReplace libuuid with internal implementation
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-06  Philippe Proulxlib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
2019-07-03  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-06-29  Philippe Proulxlib: internal: replace BT_ASSERT_PRE* -> BT_ASSERT_POST...
2019-06-28  Simon Marchilib: validate monotonicity of messages from upstream...
2019-06-28  Simon Marchilib: fix compilation for glib < 2.40
2019-06-27  Simon Marchilib: add logic in auto-seek to recreate stream state
2019-06-27  Simon Marchiiterator: save original next callback in iterator struct
2019-06-27  Simon Marchiiterator: move auto-seek data in its own struct, add...
2019-06-27  Simon Marchilib: reverse order of bt_self_component_port_input_mess...
2019-06-20  Philippe Proulxlib: rename `lib-logging.h` to `logging.h`
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-20  Philippe ProulxLogging: standardize logging tags
2019-06-20  Philippe ProulxStandardize log levels used by logging statements acros...
2019-06-12  Michael JeansonRe-organize sources
This page took 0.251026 seconds and 57 git commands to generate.