lib: remove bt_graph_interrupt, add bt_graph_borrow_default_interrupter
[babeltrace.git] / src / lib /
2020-01-20  Simon Marchilib: remove bt_graph_interrupt, add bt_graph_borrow_def...
2020-01-20  Philippe Proulxlib: graph API: remove "listener removed" callback...
2020-01-20  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2020-01-20  Philippe Proulxlib: standardize variant field option function names
2019-11-26  Simon Marchilib: add comments to exposed but internal symbols
2019-11-26  Simon Marchilib: add comment to bt_plugin_so_create_all_from_static
2019-11-26  Simon Marchilib: make bt_object_pool symbols hidden
2019-11-26  Simon Marchilib: make symbols in prio-head hidden
2019-11-26  Simon Marchilib: remove bt_packet_context_field API
2019-11-15  Simon Marchilib: save and restore current thread error when calling...
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-14  Simon Marchilib: add pre condition asserts to check current thread...
2019-11-14  Simon Marchilib: add post condition assertions for current thread...
2019-11-14  Simon Marchilib: clear error in clock_snapshots_are_monotonic_one
2019-11-14  Simon Marchilib: append error in simple_sink_consume only if error...
2019-11-14  Philippe ProulxAdd bt_common_abort() and use it instead of abort(...
2019-11-01  Francis DeslauriersCleanup: src.ctf.lttng-live: remove usage of `bt_object`
2019-11-01  Francis Deslaurierslib: lib-logging.c: `Babeltrace library` -> `libbabeltr...
2019-11-01  Francis Deslaurierslib: Make `bt_version_get_*() return unsigned int
2019-11-01  Francis DeslauriersCleanup: add `#include <stdbool.h>` whenever `bool...
2019-11-01  Philippe Proulxlib: remove `BT_GRAPH_RUN_STATUS_END`
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-30  Francis DeslauriersFix: usage of `bt_value_array_get_length()`
2019-10-30  Francis Deslaurierslib: make `bt_attributes_get_count()` return uint64_t
2019-10-30  Philippe Proulxlib: remove plugin's ABI version
2019-10-30  Philippe ProulxRemove unused `src/lib/trace-ir/clock-snapshot-set.h`
2019-10-30  Philippe Proulxlib: remove unused bt_graph_remove_unconnected_component()
2019-10-30  Philippe ProulxAlways evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
2019-10-17  Philippe Proulxlib, plugins: use bt_field_class_type_is() where suitable
2019-10-17  Philippe Proulxlib: use powers of two for object type enumerators
2019-10-17  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-17  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-17  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-17  Francis DeslauriersFix: lib: field-class.c: memory leak on error
2019-10-17  Francis DeslauriersCleanup: lib: field-class.c: fix logging message for...
2019-10-09  Francis DeslauriersFix: lib: field.c: calling _PUT_REF() on unique objects...
2019-10-09  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-09  Francis DeslauriersCleanup: lib: graph.c: dead assignment
2019-10-09  Simon MarchiFix: fix some warnings shown with -Wextra on gcc 9.1.0
2019-10-09  Philippe Proulxtrace{-class}.c: BT_ASSERT_PRE() -> BT_ASSERT_POST...
2019-10-09  Philippe Proulxlib: rename `bt_object_{get,put}_no` -> `bt_object_...
2019-10-09  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-09  Philippe Proulxlib: add option field classes with integer selectors
2019-10-09  Philippe ProulxFix: iterator.c: initialize `status` (may be used unini...
2019-10-09  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-10-09  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-10-03  Francis DeslauriersRename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
2019-10-03  Francis DeslauriersRename `init` methods to `initialize`
2019-10-03  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-10-03  Simon Marchilib: pass config object to message iterator init method...
2019-10-03  Simon Marchilib: pass config objects to component init methods
2019-10-03  Francis DeslauriersCleanup: clock-snapshot.c: logically dead code
2019-10-03  Francis DeslauriersFix: object-pool.c: dereferenced before null check
2019-10-03  Francis DeslauriersCleanup: packet-context-field.c: logically dead code
2019-10-03  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-10-03  Francis DeslauriersFix: plugin-so.c: Assert failure on short name file...
2019-10-03  Francis DeslauriersFix: plugin.c: leak of `bt_plugin_set`
2019-10-03  Simon Marchilib: remove bt_self_port{,_input,_output}
2019-09-10  Francis Deslaurierslib: add non-const FC borrow functions for container FCs
2019-09-10  Francis Deslaurierslib: add `bt_field_borrow_class()` function declaration
2019-09-10  Simon Marchilib: fix can_seek_beginning method type cast
2019-09-10  Simon Marchilib: make message iterator creation functions return...
2019-09-04  Simon MarchiFix: lib: increment refcount of bt_value_null when...
2019-09-04  Philippe ProulxFix: field-class.c: dereference before `NULL` check
2019-09-04  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-09-04  Philippe Proulxlib: standardize status of bt_util_clock_cycles_to_ns_f...
2019-09-04  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-09-04  Philippe Proulxlib: add user attributes property to metadata, stream...
2019-09-04  Philippe Proulxlib: trace-class.c: use `LIB/TRACE-CLASS` logging tag
2019-09-04  Philippe Proulxlib: add bt_field_class_variant_borrow_option_by_{index...
2019-09-04  Philippe Proulxlib: add bit array field class and field types
2019-09-04  Philippe Proulxbt2: add option field class and field support
2019-09-04  Philippe Proulxlib: add option field class and field types
2019-09-04  Philippe Proulxlib: add boolean field class and field types
2019-09-04  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-09-04  Philippe Proulxlib: add bt_get_{greatest_operative,maximal}_mip_versio...
2019-09-04  Philippe Proulxlib: add "get supported MIP versions" method support
2019-09-04  Philippe Proulxlib: graph.c: add missing `enum` and `const` keywords
2019-09-04  Philippe Proulxlib: add component descriptor set API
2019-09-04  Philippe ProulxFix: plugin-so.c: dereference after `NULL` check
2019-09-04  Philippe ProulxFix: plugin-so.c: dereference before `NULL` check
2019-09-04  Jérémie GalarneauFix: extra '%' causes babeltrace2 to abort() in logging...
2019-08-07  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-07  Philippe ProulxFix: src/lib/graph/graph.h: do not override `comp_statu...
2019-08-07  Philippe Proulxlib: add bt_graph_add_simple_sink_component()
2019-08-07  Philippe Proulxlib: remove colander sink component class
2019-08-07  Philippe Proulxlib: remove output port message iterator
2019-08-07  Philippe Proulxlib: rename bt_graph_consume() -> bt_graph_run_once()
2019-08-07  Jonathan Rajottelib: Explicit cast to bt_plugin_find_status
2019-08-07  Philippe Proulxlib: prepare the ground for stateful query operations
2019-08-07  Philippe Proulxlib: standardize listener ID types with new `bt_listene...
2019-08-07  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-08-07  Philippe Proulx*_string() enumerator to string functions: remove commo...
2019-08-07  Philippe Proulxlib: rename `bt_scope` -> `bt_field_path_scope`
2019-08-07  Philippe Proulxlib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFL...
2019-08-07  Philippe Proulxlib: append error cause when returning `BT_FUNC_STATUS_...
2019-08-07  Simon Marchilib: remove INVALID_PARAMS status
2019-08-07  Philippe Proulxlib: bt_query_executor_query(): check interruption...
2019-08-07  Philippe Proulxlib: add bt_plugin_find_all()
next
This page took 0.050331 seconds and 7 git commands to generate.