Fix: lib: pass down API function name to some helpers
[babeltrace.git] / src / lib / trace-ir /
2022-05-10  Simon MarchiFix: lib: pass down API function name to some helpers
2021-08-20  Philippe ProulxFix: clear_string_field(): set first character to 0
2020-04-23  Philippe Proulxlib: assign a unique ID to each pre/postcond. and repor...
2020-04-23  Philippe Proulxlib: use common precond. assert. macros from `assert...
2020-04-23  Philippe Proulxlib: rename *_IS_TYPE() and *_HAS_ID() macros -> *_HAS_...
2020-04-23  Philippe Proulxlib: commonize some precondition assertion macros
2020-04-23  Philippe Proulxlib: move code only used by create_event() to `message...
2020-04-23  Philippe Proulxlib: merge `assert-pre.h` and `assert-post.h` into...
2020-04-10  Simon Marchilib: add `size >= 1` pre-condition to bt_field_class_in...
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-20  Philippe ProulxDocument libbabeltrace2's C API
2019-12-05  Philippe Proulxlib: standardize variant field option function names
2019-11-20  Simon Marchilib: remove bt_packet_context_field API
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-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-26  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-26  Francis DeslauriersFix: usage of `bt_value_array_get_length()`
2019-10-26  Francis Deslaurierslib: make `bt_attributes_get_count()` return uint64_t
2019-10-22  Philippe ProulxRemove unused `src/lib/trace-ir/clock-snapshot-set.h`
2019-10-22  Philippe ProulxAlways evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
2019-10-15  Philippe Proulxlib, plugins: use bt_field_class_type_is() where suitable
2019-10-15  Philippe Proulxlib: use powers of two for object type enumerators
2019-10-15  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-15  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-09  Francis DeslauriersFix: lib: field-class.c: memory leak on error
2019-10-09  Francis DeslauriersCleanup: lib: field-class.c: fix logging message for...
2019-10-08  Francis DeslauriersFix: lib: field.c: calling _PUT_REF() on unique objects...
2019-10-04  Philippe Proulxtrace{-class}.c: BT_ASSERT_PRE() -> BT_ASSERT_POST...
2019-10-04  Philippe Proulxlib: rename `bt_object_{get,put}_no` -> `bt_object_...
2019-10-04  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-04  Philippe Proulxlib: add option field classes with integer selectors
2019-09-30  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-09-19  Francis DeslauriersCleanup: clock-snapshot.c: logically dead code
2019-09-19  Francis DeslauriersCleanup: packet-context-field.c: logically dead code
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-08-16  Philippe ProulxFix: field-class.c: dereference before `NULL` check
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-07-26  Philippe Proulxlib: standardize listener ID types with new `bt_listene...
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-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-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
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 Proulxlib: make packets and packet messages optional, disable...
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-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-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: clock-snapshot-set.h: require logging
2019-06-20  Philippe Proulxlib: rename `lib-logging.h` to `logging.h`
2019-06-20  Philippe ProulxLogging: define `BT_LOG*_SUPPORTED` when logging is...
2019-06-20  Philippe ProulxLogging: standardize logging tags
2019-06-20  Philippe ProulxRename: <some/internal-header.h> -> "some/internal...
2019-06-20  Philippe ProulxStandardize log levels used by logging statements acros...
2019-06-13  Michael JeansonCleanup: remove private babeltrace.h
2019-06-12  Michael JeansonRe-organize sources
This page took 0.094049 seconds and 7 git commands to generate.