2024-02-08 |
Simon Marchi | lib: remove unused includes |
tree | commitdiff |
2024-01-26 |
Simon Marchi | lib: remove unused includes |
tree | commitdiff |
2023-11-03 |
Simon Marchi | lib: remove unused parameters bt_util_ns_from_origin_inline |
tree | commitdiff |
2023-11-02 |
Michael Jeanson | configure: re-enable '-Wunused-parameter' |
tree | commitdiff |
2023-10-26 |
Michael Jeanson | Reduce the number of Makefiles in 'src/' |
tree | commitdiff |
2023-10-20 |
Simon Marchi | common: introduce bt_g_array_index |
tree | commitdiff |
2023-10-20 |
Simon Marchi | Fix: set proper size when creating new strings |
tree | commitdiff |
2023-09-11 |
Simon Marchi | lib: adjust son dev/non-dev precondition assertions... |
tree | commitdiff |
2023-05-21 |
Simon Marchi | Revert "Fix: lib: add missing BT_ASSERT_PRE_NO_ERROR... |
tree | commitdiff |
2023-05-16 |
Simon Marchi | lib: remove unneeded forward declarations in trace... |
tree | commitdiff |
2023-05-16 |
Simon Marchi | Fix: lib: add missing BT_ASSERT_PRE_NO_ERROR in trace... |
tree | commitdiff |
2023-03-30 |
Simon Marchi | Visibility hidden by default |
tree | commitdiff |
2022-05-10 |
Simon Marchi | Fix: lib: pass down API function name to some helpers |
tree | commitdiff |
2021-08-20 |
Philippe Proulx | Fix: clear_string_field(): set first character to 0 |
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: 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 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-10 |
Simon Marchi | lib: add `size >= 1` pre-condition to bt_field_class_in... |
tree | commitdiff |
2020-04-10 |
Michael Jeanson | Move to kernel style SPDX license identifiers |
tree | commitdiff |
2020-01-20 |
Philippe Proulx | Document libbabeltrace2's C API |
tree | commitdiff |
2019-12-05 |
Philippe Proulx | lib: standardize variant field option function names |
tree | commitdiff |
2019-11-20 |
Simon Marchi | lib: remove bt_packet_context_field API |
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-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-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 | Remove unused `src/lib/trace-ir/clock-snapshot-set.h` |
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-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-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-09-30 |
Francis Deslauriers | lib: split real FC/field into single and double prec... |
tree | commitdiff |
2019-09-19 |
Francis Deslauriers | Cleanup: clock-snapshot.c: logically dead code |
tree | commitdiff |
2019-09-19 |
Francis Deslauriers | Cleanup: packet-context-field.c: logically dead code |
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-08-16 |
Philippe Proulx | Fix: field-class.c: dereference before `NULL` check |
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-07-26 |
Philippe Proulx | lib: standardize listener ID types with new `bt_listene... |
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-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-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: rename `bt_*_labels_by_value` -> `bt_*_labels_for_... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | lib: make packets and packet messages optional, disable... |
tree | commitdiff |
2019-07-08 |
Philippe Proulx | lib/trace-ir/clock-snapshot.c: assert that the paramete... |
tree | commitdiff |
2019-07-08 |
Michael Jeanson | Replace libuuid with internal implementation |
tree | commitdiff |
2019-07-06 |
Philippe Proulx | lib: move trace class's name, UUID, and environment... |
tree | commitdiff |
2019-07-06 |
Philippe Proulx | lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate |
tree | commitdiff |
2019-07-03 |
Philippe Proulx | lib: strictly type function return status enumerations |
tree | commitdiff |
2019-07-03 |
Philippe Proulx | Fix: bt_packet_context_field_create(): remove "frozen... |
tree | commitdiff |
2019-06-29 |
Philippe Proulx | lib: internal: clock-snapshot-set.h: require logging |
tree | commitdiff |
2019-06-20 |
Philippe Proulx | lib: rename `lib-logging.h` to `logging.h` |
tree | commitdiff |
2019-06-20 |
Philippe Proulx | Logging: define `BT_LOG*_SUPPORTED` when logging is... |
tree | commitdiff |
2019-06-20 |
Philippe Proulx | Logging: standardize logging tags |
tree | commitdiff |
2019-06-20 |
Philippe Proulx | Rename: <some/internal-header.h> -> "some/internal... |
tree | commitdiff |
2019-06-20 |
Philippe Proulx | Standardize log levels used by logging statements acros... |
tree | commitdiff |
2019-06-13 |
Michael Jeanson | Cleanup: remove private babeltrace.h |
tree | commitdiff |
2019-06-12 |
Michael Jeanson | Re-organize sources |
tree | commitdiff |
|