lib: fix can_seek_beginning method type cast
[babeltrace.git] / src / lib /
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-17  Simon MarchiFix: lib: increment refcount of bt_value_null when...
2019-08-16  Philippe ProulxFix: field-class.c: dereference before `NULL` check
2019-08-16  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-08-15  Philippe Proulxlib: standardize status of bt_util_clock_cycles_to_ns_f...
2019-08-15  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-08-15  Philippe Proulxlib: add user attributes property to metadata, stream...
2019-08-15  Philippe Proulxlib: trace-class.c: use `LIB/TRACE-CLASS` logging tag
2019-08-15  Philippe Proulxlib: add bt_field_class_variant_borrow_option_by_{index...
2019-08-15  Philippe Proulxlib: add bit array field class and field types
2019-08-15  Philippe Proulxbt2: add option field class and field support
2019-08-15  Philippe Proulxlib: add option field class and field types
2019-08-15  Philippe Proulxlib: add boolean field class and field types
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-09  Philippe ProulxFix: plugin-so.c: dereference after `NULL` check
2019-08-09  Philippe ProulxFix: plugin-so.c: dereference before `NULL` check
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-29  Jonathan Rajottelib: Explicit cast to bt_plugin_find_status
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-26  Philippe Proulxlib: rename `bt_scope` -> `bt_field_path_scope`
2019-07-25  Philippe Proulxlib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFL...
2019-07-25  Philippe Proulxlib: append error cause when returning `BT_FUNC_STATUS_...
2019-07-24  Simon Marchilib: remove INVALID_PARAMS status
2019-07-24  Philippe Proulxlib: bt_query_executor_query(): check interruption...
2019-07-24  Philippe Proulxlib: add bt_plugin_find_all()
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Philippe Proulxlib: add interrupter API
2019-07-24  Philippe Proulxlib: create input port msg iterator from self {msg...
2019-07-24  Simon Marchilib: make default query implementation return INVALID_O...
2019-07-24  Simon Marchilib: remove LOADING_ERROR status
2019-07-23  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-07-21  Philippe Proulxlib: logging: add `%!R` conv. specifier for integer...
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-18  Philippe Proulxlib: remove `BT_ASSERT_PRE_FUNC`
2019-07-18  Philippe Proulxlib: bt_field_class_dynamic_array_create(): accept...
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-18  Philippe Proulxlib: add integer range and integer range set API
2019-07-18  Philippe ProulxFix various "may be used uninitialized" warnings (GCC)
2019-07-18  Philippe ProulxFix: BT_ASSERT_PRE_DEV(): use `##__VA_ARGS`, not `...
2019-07-18  Simon Marchiplugins: log failure to load plugin as a warning
2019-07-13  Francis Deslaurierslib: plugin-so.c: ERROR and INFO level messages logged...
2019-07-11  Michael JeansonMake the Python plugin provider a libtool module
2019-07-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-10  Philippe Proulxlib: force user to include `<babeltrace2/babeltrace.h>`
2019-07-10  Philippe ProulxFix: lib: conflicting types for `bt_plugin_set_get_plug...
2019-07-09  Philippe Proulxlib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSE...
2019-07-09  Philippe Proulxlib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-09  Philippe Proulxsrc/lib/{current-thread,error}.c: put precond. assertio...
2019-07-09  Philippe Proulxlib/lib-logging.c: fix GCC warning: check return value...
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-08  Philippe ProulxFix: bt_plugin_so_shared_lib_handle_destroy(): use...
2019-07-08  Philippe Proulxlib/graph/message/stream.c: fix clock snapshot leak
2019-07-08  Philippe Proulxlib/trace-ir/clock-snapshot.c: assert that the paramete...
2019-07-08  Michael JeansonReplace libuuid with internal implementation
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-06  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-06  Philippe Proulxlib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
2019-07-06  Philippe Proulxlib: add internal BT_LIB_LOG*_APPEND_CAUSE() macros
2019-07-06  Philippe Proulxlib: add thread-safe error reporting API
2019-07-06  Philippe Proulxlib: keep plugin name, if any, in component class structure
2019-07-03  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-03  Philippe ProulxFix: bt_packet_context_field_create(): remove "frozen...
2019-06-29  Philippe Proulxlib: internal: message.h: require logging
2019-06-29  Philippe Proulxlib: internal: object-pool.h: require logging
2019-06-29  Philippe Proulxlib: internal: clock-snapshot-set.h: require logging
2019-06-29  Philippe Proulxlib: internal: graph.h: require logging and BT_ASSERT_...
2019-06-29  Philippe Proulxlib: internal: define `BT_ASSERT_{PRE,POST}_SUPPORTED...
2019-06-29  Philippe Proulxlib: internal: replace BT_ASSERT_PRE* -> BT_ASSERT_POST...
2019-06-29  Philippe Proulxlib: internal: add 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  Jonathan Rajottelibs: Do not rely on nftw for detecting the validity...
2019-06-27  Jonathan RajotteFix: return status instead of ret
2019-06-27  Philippe Proulxlib: rename `BABELTRACE_NO_DLCLOSE` -> `LIBBABELTRACE2_...
2019-06-27  Simon Marchilib: reverse order of bt_self_component_port_input_mess...
2019-06-27  Philippe ProulxRename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL`
2019-06-27  Philippe ProulxDo not require logging support for BT_[CTF_]ASSERT_PRE()
2019-06-26  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-06-25  Simon Marchilib: remove "accept port" concept
2019-06-20  Philippe ProulxRename VERBOSE log level to TRACE
2019-06-20  Philippe Proulxlib: remove BT_LIB_LOG*() macro usage comment
next
This page took 0.046658 seconds and 7 git commands to generate.