bt2: _EventConst.__getitem__(): use a single temporary variable
[babeltrace.git] / src /
2020-04-08  Philippe Proulxbt2: _EventConst.__getitem__(): use a single temporary...
2020-04-08  Philippe ProulxFix: _EventConst.__getitem__(): check if event has...
2020-03-10  Simon Marchicommon: cast arguments to character classification...
2020-03-10  Simon Marchiflt.utils.muxer: initialize variable to silence -Wmaybe...
2020-02-26  Simon MarchiFix: cli: use BT_CLI_LOGE_APPEND_CAUSE instead of print...
2020-02-19  Simon MarchiFix: flt-utils.trimmer: accept streams without packet...
2020-02-19  Simon MarchiFix: lib: don't assume that streams have packets in...
2020-02-03  Michael JeansonTypo: occured -> occurred
2020-02-03  Michael Jeanson.gitignore: Add missing bt2/native_bt.d
2020-02-03  Michael Jeansonfix: build failure on ppc64el with '-Werror=format...
2020-02-03  Simon MarchiSilence -Wnull-dereference warning in generated CTF...
2020-02-03  Philippe Proulxplugin-so.c: add comment about why we're not using...
2020-01-24  Michael Jeansonfix: build Python bindings with GCC10
2020-01-24  Michael Jeansonfix: use correct function to print 'enum bt_ctf_scope'
2020-01-21  Philippe Proulxcli: colorize version printing
2020-01-21  Philippe Proulxcli: print full version name
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 Proulxcommon: support custom, extra information for build...
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-20  Francis DeslauriersFix: src.ctf.lttng-live: emitting stream end msg with...
2020-01-20  Philippe Proulxlib: msg. iter. inactivity message has a simple CS...
2020-01-20  Philippe Proulxlib: remove self component param. from msg. iterator...
2020-01-20  Philippe Proulxlib: graph API: return borrowed references when adding...
2020-01-20  Philippe Proulxlib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAG...
2020-01-20  Philippe Proulxlib: rename "self comp. input port message iter." ...
2020-01-20  Philippe ProulxReplace `diamon.org/babeltrace` with `babeltrace.org`
2020-01-20  Simon Marchilib: create common base for bt_component_class_{source...
2020-01-20  Simon Marchilib: introduce bt_message_iterator_class
2020-01-20  Simon Marchilib: run most of bt_self_component_port_input_message_i...
2020-01-20  Simon Marchidebug-info: free existing build-id in bin_info_set_build_id
2020-01-20  Simon Marchicli: free log level string value
2020-01-20  Simon Marchibt2: free port user data when finalizing components
2020-01-20  Simon Marchilib: remove unnecessary (void *) cast in extend_map_element
2020-01-20  Simon Marchicli: fix bt_plugin leak when using `-i ctf`
2020-01-20  Simon Marchicli: remove unused structures and enums
2020-01-20  Simon Marchitrimmer: free GMatchInfo object in set_bound_from_str
2020-01-20  Philippe Proulxbt2: rename `object` parameter -> `object_name`
2020-01-20  Simon Marchilib: remove bt_query_executor_interrupt, add bt_query_e...
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  Simon MarchiSync argpar with upstream
2020-01-20  Simon MarchiUse argpar from upstream
2020-01-20  Simon Marchibt2: use format_bt_error and format_bt_error_cause...
2020-01-20  Simon Marchistring-format: introduce function to format a bt_error_...
2020-01-20  Simon Marchistring-format: introduce function to format a bt_error
2020-01-20  Simon Marchistring-format: introduce function to format component...
2020-01-20  Simon Marchicommon: introduce struct bt_common_color_codes and...
2020-01-20  Philippe Proulxlib: standardize variant field option function names
2020-01-20  Simon Marchibt2: don't print previous causes in causes created...
2020-01-20  Simon Marchibt2: reverse order of printed causes in _Error.__str__
2020-01-20  Simon Marchibt2: remove ptr parameter of _Error.__init__
2019-11-26  Simon Marchibt2: make _ListenerHandle not hold a strong reference...
2019-11-26  Simon Marchibt2: fix error message in trace_class.py
2019-11-26  Simon Marchibt2: make Graph add listener methods return None
2019-11-26  Simon Marchiparam-parse: allow duplicate map keys
2019-11-26  Simon Marchibt2: validate parameters to _StreamClass.create_event_c...
2019-11-26  Simon Marchisrc.ctf.fs: sort inputs paths
2019-11-26  Simon Marchicli: print error causes in all error paths
2019-11-26  Simon MarchiMake some bt_param_validation_map_value_entry_descr...
2019-11-26  Simon Marchisrc.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
2019-11-26  Simon Marchictf: make ctf scanner symbols hidden
2019-11-26  Simon Marchiparam-validation: make symbols hidden
2019-11-26  Simon Marchipython-plugin-provider: make python_state static
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 Marchiparam-parse: use g_string_append_c instead of g_string_...
2019-11-26  Simon Marchilib: remove bt_packet_context_field API
2019-11-26  Simon Marchictf: make msg-iter not use bt_packet_context_field
2019-11-26  Simon Marchictf: remove ctf_msg_iter::set_stream
2019-11-26  Simon Marchisrc.ctf.fs: fix typo in comment
2019-11-26  Simon Marchilib: mark bt_common_assert_failed as hidden
2019-11-15  Simon Marchictf: remove ctf_msg_iter_set_emit_stream_{beginning...
2019-11-15  Simon Marchisrc.ctf.fs: use ctf_fs_ds_index_destroy to free index
2019-11-15  Simon Marchisrc.ctf.fs: add and use medops to iterate on a ds_file_...
2019-11-15  Simon Marchisrc.ctf.fs: factor out "ds_file_mmap" from "ds_file_mma...
2019-11-15  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_file::end_reached field
2019-11-15  Simon Marchictf: assert that request_sz in medium ops request_bytes...
2019-11-15  Simon Marchictf: make ctf_msg_iter_seek assert that the seek callba...
2019-11-15  Simon Marchictf: assert that msg iter and medium seek offset is...
2019-11-15  Simon Marchisrc.ctf.fs: remove ctf_msg_iter_seek_whence parameter...
2019-11-15  Simon Marchisrc.ctf.fs: little status code cleanup
2019-11-15  Simon Marchisrc.ctf.fs: don't call ds_file_munmap on failure in...
2019-11-15  Simon Marchisrc.ctf.fs: make ds_file_munmap assert that ds_file...
2019-11-15  Simon Marchisrc.ctf.fs: rename some ctf_fs_ds_file fields
2019-11-15  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_file_next
2019-11-15  Simon Marchictf: const-ify a few bt_message parameters
2019-11-15  Simon Marchictf: remove ctf_fs_ds_file::msg_iter field
2019-11-15  Simon Marchictf: de-duplicate index entries
2019-11-15  Simon Marchictf: read packet sequence number from index
2019-11-15  Simon MarchiSave and restore error in ctf_fs_iterator_next, muxer_m...
2019-11-15  Simon Marchimuxer: append causes on some _next iterator method...
2019-11-15  Simon Marchilib: save and restore current thread error when calling...
2019-11-15  Francis DeslauriersCleanup: src.ctf.lttng-live: move function declarations...
next
This page took 0.045085 seconds and 7 git commands to generate.