cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / lib /
2024-03-26  Simon Marchilib/graph/iterator.c: fix indentation (spaces -> tabs)
2024-03-26  Simon Marchilib/graph/iterator: use clock correlation validator...
2024-03-26  Simon Marchilib/graph/iterator: don't reset clock expectation when...
2024-03-26  Simon MarchiFix: lib/graph/iterator: consider clock classes from...
2024-03-26  Simon Marchilib/graph/iterator.c: use `BT_IF_DEV_MODE` at a few...
2024-03-26  Simon Marchilib: split "message-clock-classes-are-compatible" post...
2024-02-08  Simon Marchilib: remove unused includes
2024-02-08  Simon Marchilib: remove BT_ASSERT_COND_SUPPORTED check in graph...
2024-02-08  Simon MarchiFix: lib: strengthen clock expectation check for no...
2024-02-06  Simon Marchilib: move graph/message/iterator.h -> graph/iterator.h
2024-01-29  Simon MarchiFix: lib: handle BT_FUNC_STATUS_NOT_FOUND in bt_plugin_...
2024-01-26  Simon Marchilib: remove unused includes
2024-01-23  Simon MarchiFix: lib: pass correct argument to BT_ASSERT_PRE_PLUGIN...
2024-01-23  Simon MarchiFix typos
2023-12-14  Philippe Proulxcpp-common/bt2c: add `bt2c::PrioHeap` (C++ version...
2023-12-14  Simon Marchilogging: strip down and clean `log.h` and `log.c`
2023-11-22  Simon Marchilib: validate iterator message sequence
2023-11-22  Simon Marchilib: validate iterator message packets
2023-11-03  Simon Marchilib: remove unused parameter from set_integer_value
2023-11-03  Simon Marchilib: remove unused parameters bt_util_ns_from_origin_inline
2023-11-03  Simon Marchilib: remove `extended` parameters from format_* functions
2023-11-03  Simon Marchilib: remove unused internal component destroy functions
2023-11-02  Simon Marchilib: remove unused parameters in internal component...
2023-11-02  Michael Jeansonconfigure: re-enable '-Wunused-parameter'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/'
2023-10-20  Simon Marchicommon: introduce bt_g_array_index
2023-10-20  Simon MarchiFix: set proper size when creating new strings
2023-09-11  Simon Marchilib: adjust son dev/non-dev precondition assertions...
2023-05-21  Simon Marchilib: remove TODO in add_port
2023-05-21  Simon Marchilib: de-duplicate assertions in bt_component_add_{input...
2023-05-21  Simon Marchilib: de-duplicate "no error" assertion in add port...
2023-05-21  Simon Marchilib: remove duplicated assertion in bt_self_component_s...
2023-05-21  Simon MarchiRevert "Fix: lib: add missing BT_ASSERT_PRE_NO_ERROR...
2023-05-16  Simon Marchilib: remove unneeded forward declarations in trace...
2023-05-16  Simon MarchiFix: lib: add missing BT_ASSERT_PRE_NO_ERROR in trace...
2023-03-30  Simon MarchiVisibility hidden by default
2023-03-07  Jérémie Galarneauerror.c: clean-up: remove dead error cause clean-up...
2023-03-07  Simon Marchilib: remove one BT_LIB_LOGD from init_error_cause
2023-03-07  Simon Marchilib: add null checks before "casting" to "base class"
2022-05-10  Simon MarchiFix: lib: pass down API function name to some helpers
2022-02-16  Simon MarchiFix: lib: fix memory leak in simple_sink_init error...
2022-02-16  Simon MarchiFix: lib: add NULL check for destroy_listeners in destr...
2021-11-12  Simon MarchiAdd --enable-asan configure option
2021-11-11  Simon MarchiMove bt_message_type_string to common
2021-11-11  Simon MarchiFix: add missing cases in enum-to-string functions
2021-09-10  Simon Marchilib: make auto-seek skip over packet messages without...
2021-09-10  Simon Marchilib: enforce preconditions when getting packet message...
2021-09-10  Simon Marchicommon: move bt_component_class_type_string here, use...
2021-08-20  Philippe ProulxFix: clear_string_field(): set first character to 0
2021-02-08  Philippe Duplessis... Fix: lib: assert if an error occurs in `bt_message_iter...
2020-07-16  Michael JeansonPort: Set PATH_MAX on GNU Hurd
2020-04-23  Simon MarchiFix: lib: use appropriate format specifier to print...
2020-04-23  Philippe ProulxFix: lib: BT_ASSERT_PRE_NON_NULL_FROM_FUNC(): change...
2020-04-23  Philippe Proulxlib: assign a unique ID to each pre/postcond. and repor...
2020-04-23  Philippe Proulxlib: add bt_lib_log_v()
2020-04-23  Philippe Proulxlib: rename BT_ASSERT_PRE_BEGIN_LE_END() -> BT_..._MSG_...
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 bt_graph_configure() to `graph.c` (only used...
2020-04-23  Philippe ProulxFix: lib: bt_component_class_sink_simple_borrow() is...
2020-04-23  Philippe Proulxlib: object.h: convert precondition assertions to inter...
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-14  Simon Marchilib: add precondition checks that count of discarded...
2020-04-14  Simon Marchilib, bt2: add precondition check for port name unicity
2020-04-14  Simon Marchilib: add precond. check for begin <= end on pkt./ev...
2020-04-11  Simon Marchiconfigure: remove -Wno-format-nonliteral
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-03-18  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2020-02-19  Simon MarchiFix: lib: don't assume that streams have packets in...
2020-02-03  Philippe Proulxplugin-so.c: add comment about why we're not using...
2020-01-30  Michael Jeansonfix: build failure on ppc64el with '-Werror=format...
2020-01-21  Philippe Proulxlib: add bt_version_get_extra_{name,description,patch_n...
2020-01-21  Philippe Proulxlib: add bt_version_get_vcs_revision_description()
2020-01-21  Philippe Proulxconfigure.ac, lib: rename "extra" (version) to "develop...
2020-01-21  Philippe Proulxlib: add bt_version_get_name() and bt_version_get_name_...
2020-01-21  Philippe Proulxlib: bt_version_get_extra(): return `NULL` if none...
2020-01-20  Philippe ProulxDocument libbabeltrace2's C API
2020-01-15  Philippe Proulxlib: msg. iter. inactivity message has a simple CS...
2020-01-13  Philippe Proulxlib: remove self component param. from msg. iterator...
2020-01-13  Philippe Proulxlib: graph API: return borrowed references when adding...
2020-01-10  Philippe Proulxlib: rename "self comp. input port message iter." ...
2020-01-08  Simon Marchilib: create common base for bt_component_class_{source...
2020-01-08  Simon Marchilib: introduce bt_message_iterator_class
2020-01-08  Simon Marchilib: run most of bt_self_component_port_input_message_i...
2020-01-07  Simon Marchilib: remove unnecessary (void *) cast in extend_map_element
2019-12-17  Simon Marchilib: remove bt_query_executor_interrupt, add bt_query_e...
2019-12-17  Simon Marchilib: remove bt_graph_interrupt, add bt_graph_borrow_def...
2019-12-12  Philippe Proulxlib: graph API: remove "listener removed" callback...
2019-12-12  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2019-12-05  Philippe Proulxlib: standardize variant field option function names
2019-11-20  Simon Marchilib: add comments to exposed but internal symbols
2019-11-20  Simon Marchilib: add comment to bt_plugin_so_create_all_from_static
2019-11-20  Simon Marchilib: make bt_object_pool symbols hidden
2019-11-20  Simon Marchilib: make symbols in prio-head hidden
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-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
next
This page took 0.068162 seconds and 7 git commands to generate.