2019-10-29 |
Simon Marchi | Fix -Wmissing-prototypes/-Wmissing-declarations warnings |
tree | commitdiff |
2019-10-26 |
Francis Deslauriers | Cleanup: usages of bt_value_array_borrow_element_by_ind... |
tree | commitdiff |
2019-10-26 |
Francis Deslauriers | Fix: usage of `bt_value_array_get_length()` |
tree | commitdiff |
2019-10-26 |
Francis Deslauriers | lib: make `bt_attributes_get_count()` return uint64_t |
tree | commitdiff |
2019-10-22 |
Philippe Proulx | lib: remove plugin's ABI version |
tree | commitdiff |
2019-10-22 |
Philippe Proulx | Remove unused `src/lib/trace-ir/clock-snapshot-set.h` |
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-15 |
Philippe Proulx | lib, plugins: use bt_field_class_type_is() where suitable |
tree | commitdiff |
2019-10-15 |
Philippe Proulx | lib: use powers of two for object type enumerators |
tree | commitdiff |
2019-10-15 |
Philippe Proulx | lib: rename option/var. "selector" to "selector field" |
tree | commitdiff |
2019-10-15 |
Philippe Proulx | lib: have dedicated "dynamic array FC with/without... |
tree | commitdiff |
2019-10-10 |
Francis Deslauriers | values: make `bt_value_map_extend()` extend the provide... |
tree | commitdiff |
2019-10-09 |
Francis Deslauriers | Fix: lib: field-class.c: memory leak on error |
tree | commitdiff |
2019-10-09 |
Francis Deslauriers | Cleanup: lib: field-class.c: fix logging message for... |
tree | commitdiff |
2019-10-08 |
Francis Deslauriers | Fix: lib: field.c: calling _PUT_REF() on unique objects... |
tree | commitdiff |
2019-10-08 |
Francis Deslauriers | lib: rename `bt_*_compare()` to `bt_*_is_equal()` |
tree | commitdiff |
2019-10-08 |
Francis Deslauriers | Cleanup: lib: graph.c: dead assignment |
tree | commitdiff |
2019-10-08 |
Simon Marchi | Fix: fix some warnings shown with -Wextra on gcc 9.1.0 |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | trace{-class}.c: BT_ASSERT_PRE() -> BT_ASSERT_POST... |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | lib: rename `bt_object_{get,put}_no` -> `bt_object_... |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | lib, bt2: rename "signed/unsigned sel." -> "integer... |
tree | commitdiff |
2019-10-04 |
Philippe Proulx | lib: add option field classes with integer selectors |
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 `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE` |
tree | commitdiff |
2019-09-30 |
Francis Deslauriers | Rename `init` methods to `initialize` |
tree | commitdiff |
2019-09-30 |
Francis Deslauriers | lib: split real FC/field into single and double prec... |
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-19 |
Francis Deslauriers | Cleanup: clock-snapshot.c: logically dead code |
tree | commitdiff |
2019-09-19 |
Francis Deslauriers | Fix: object-pool.c: dereferenced before null check |
tree | commitdiff |
2019-09-19 |
Francis Deslauriers | Cleanup: packet-context-field.c: logically dead code |
tree | commitdiff |
2019-09-17 |
Simon Marchi | lib: make can_seek_beginning and can_seek_ns_from_origi... |
tree | commitdiff |
2019-09-16 |
Francis Deslauriers | Fix: plugin-so.c: Assert failure on short name file... |
tree | commitdiff |
2019-09-12 |
Francis Deslauriers | Fix: plugin.c: leak of `bt_plugin_set` |
tree | commitdiff |
2019-09-12 |
Simon Marchi | lib: remove bt_self_port{,_input,_output} |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | lib: add non-const FC borrow functions for container FCs |
tree | commitdiff |
2019-09-10 |
Francis Deslauriers | lib: add `bt_field_borrow_class()` function declaration |
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-17 |
Simon Marchi | Fix: lib: increment refcount of bt_value_null when... |
tree | commitdiff |
2019-08-16 |
Philippe Proulx | Fix: field-class.c: dereference before `NULL` check |
tree | commitdiff |
2019-08-16 |
Philippe Proulx | lib: make empty array/map appending/inserting functions... |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: standardize status of bt_util_clock_cycles_to_ns_f... |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: rename bt_value_array_get_size() -> bt_value_array... |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: add user attributes property to metadata, stream... |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: trace-class.c: use `LIB/TRACE-CLASS` logging tag |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: add bt_field_class_variant_borrow_option_by_{index... |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: add bit array field class and field types |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | bt2: add option field class and field support |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: add option field class and field types |
tree | commitdiff |
2019-08-15 |
Philippe Proulx | lib: add boolean field class and field types |
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-09 |
Philippe Proulx | Fix: plugin-so.c: dereference after `NULL` check |
tree | commitdiff |
2019-08-09 |
Philippe Proulx | Fix: plugin-so.c: dereference before `NULL` check |
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-29 |
Jonathan Rajotte | lib: Explicit cast to bt_plugin_find_status |
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-26 |
Philippe Proulx | lib: rename `bt_scope` -> `bt_field_path_scope` |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFL... |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | lib: append error cause when returning `BT_FUNC_STATUS_... |
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_plugin_find_all() |
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-24 |
Simon Marchi | lib: remove LOADING_ERROR status |
tree | commitdiff |
2019-07-23 |
Philippe Proulx | Standardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr... |
tree | commitdiff |
2019-07-21 |
Philippe Proulx | lib: logging: add `%!R` conv. specifier for integer... |
tree | commitdiff |
2019-07-20 |
Philippe Proulx | lib: rename functions to clearly indicate API inheritance |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | lib: remove `BT_ASSERT_PRE_FUNC` |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | lib: bt_field_class_dynamic_array_create(): accept... |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | lib: decouple variant FC option names from selector... |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | lib: add integer range and integer range set API |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | Fix various "may be used uninitialized" warnings (GCC) |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | Fix: BT_ASSERT_PRE_DEV(): use `##__VA_ARGS`, not `... |
tree | commitdiff |
2019-07-18 |
Simon Marchi | plugins: log failure to load plugin as a warning |
tree | commitdiff |
2019-07-13 |
Francis Deslauriers | lib: plugin-so.c: ERROR and INFO level messages logged... |
tree | commitdiff |
2019-07-11 |
Michael Jeanson | Make the Python plugin provider a libtool module |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Standardize `strcmp(a, b) == 0` instead of `!strcmp... |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | lib: force user to include `<babeltrace2/babeltrace.h>` |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Fix: lib: conflicting types for `bt_plugin_set_get_plug... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSE... |
tree | commitdiff |
next |