Add `std::optional` replacement (`nonstd::optional`)
[babeltrace.git] / src / plugins /
2022-01-28  Simon MarchiRe-format new C++ files
2022-01-28  Simon Marchictf: compile plugin as C++
2022-01-28  Simon Marchictf/visitor-generate-ir: rename struct ctf to ctf_visit...
2022-01-28  Simon Marchisrc.ctf.fs: fix switch cases using wrong enumerator
2022-01-28  Simon Marchisrc.ctf.fs: add status conversion function
2021-12-07  Francis DeslauriersCleanup: src.ctf.lttng-live: missing comma between...
2021-11-12  Simon MarchiAdd --enable-asan configure option
2021-11-12  Francis Deslauriersctf: logging: missing comma and space between fields
2021-11-12  Francis Deslauriersctf: change logging of raw packet data to TRACE level
2021-11-12  Francis DeslauriersFix: src.ctf.lttng-live: leaking late message after...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: use optional pattern for `ctf_strea...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: add detailed error reporting for...
2021-11-11  Francis DeslauriersFix: src.ctf.lttng-live: using `last_inactivity_ts...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: Extract `handle_late_message()...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: Add setter for stream iterator...
2021-11-11  Francis Deslaurierssrc.ctf.lttng-live: Add debug statements and comments
2021-11-11  Simon MarchiFix: add missing cases in enum-to-string functions
2021-09-10  Simon Marchictf: append error causes when returning errors
2021-09-10  Simon MarchiFix: ctf: free all scopes of ctf_scanner
2021-09-10  Simon MarchiFix: ctf: set `ret` on error paths
2021-09-10  Simon Marchitrimmer: don't get clock snapshots from messages that...
2021-08-06  Francis DeslauriersFix: src.ctf.fs: Not resolving event common ctx
2020-12-03  Simon MarchiFix: sink.ctf.fs: fix logic of make_unique_stream_file_name
2020-12-03  Simon MarchiFix: sink.ctf.fs: remove spurious directory level when...
2020-10-28  Michael Jeansonport: add 'notext' keyword linker support
2020-10-28  Michael Jeansonport: namespace align.h with BT_ prefix
2020-09-10  Philippe ProulxFix: `ctf` plugin: use element FC's alignment as array...
2020-08-11  Simon Marchisink.ctf.fs: append error causes where relevant
2020-08-11  Simon Marchisink.ctf.fs: remove unreachable error cases
2020-08-06  Geneviève Bastiensink.text.pretty: add optional `print-enum-flags` parameter
2020-07-21  Francis DeslauriersFix: src.ctf.lttng-live: overwrite of error status...
2020-07-17  Jérémie GalarneauFix: source.ctf.lttng-live: muxing failure on clear...
2020-07-16  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: indentation fixes
2020-07-16  Francis DeslauriersCleanup: src.ctf.lttng-live: missing space in debug...
2020-07-16  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: remove usage of...
2020-06-08  Jérémie GalarneauFix: src.ctf.lttng-live: incomplete metadata packet...
2020-06-06  Francis DeslauriersCleanup: debug-info: move all `_FIELD_NAME` defines...
2020-06-06  Francis DeslauriersCleanup: debug-info: remove include indirection
2020-06-06  Jérémie GalarneauFix: source.ctf.lttng-live: muxing failure on clear
2020-06-06  Jérémie GalarneauFix: source.ctf.fs: 0-length packet index length causes...
2020-04-21  Simon MarchiFix: sink.text.pretty: assign status at the end of...
2020-04-15  Simon Marchisink.text.pretty: append error causes where applicable
2020-04-15  Simon Marchisink.text.pretty: simplify error handling in pretty_consume
2020-04-15  Simon Marchisink.text.pretty: update logging macros
2020-04-15  Simon MarchiFix: sink.text.pretty: check that port is connected...
2020-04-14  Francis DeslauriersCleanup: src.ctf.lttng-live: clarify comment
2020-04-11  Simon Marchisource.text.dmesg: use BT_COMP_LOGE_APPEND_CAUSE
2020-04-11  Simon Marchisource.text.dmesg: replace switch to convert status...
2020-04-11  Simon Marchiconfigure: remove -Wno-format-nonliteral
2020-04-11  Simon Marchisink.text.details: sprinkle BT_COMP_LOGE_APPEND_CAUSE...
2020-04-11  Simon Marchisink.text.details: replace switch to convert status...
2020-04-11  Simon Marchiflt-utils.muxer: use BT_COMP_LOGE_APPEND_CAUSE
2020-04-11  Simon MarchiFix: flt-utils.muxer: reference leak in muxer_msg_iter_...
2020-04-10  Simon MarchiFix: src.text.dmesg: add missing assignment of `status...
2020-04-10  Simon MarchiFix: sink.text.details: goto error when failing to...
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-04-08  Mingli YuFix: src.ctf.fs: initialize the other_entry variable
2020-03-18  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2020-03-12  Simon Marchisink.text.details: remove LOG_WRONG_PARAM_TYPE
2020-03-10  Simon Marchiflt.utils.muxer: initialize variable to silence -Wmaybe...
2020-03-09  Simon Marchicommon: cast arguments to character classification...
2020-03-06  Simon Marchisink.text.pretty: remove error checks for bt_field_borr...
2020-02-19  Simon MarchiFix: flt-utils.trimmer: accept streams without packet...
2020-01-30  Michael JeansonTypo: occured -> occurred
2020-01-30  Simon MarchiSilence -Wnull-dereference warning in generated CTF...
2020-01-20  Philippe ProulxDocument libbabeltrace2's C API
2020-01-16  Francis DeslauriersFix: src.ctf.lttng-live: emitting stream end msg with...
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-10  Philippe Proulxlib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAG...
2020-01-10  Philippe Proulxlib: rename "self comp. input port message iter." ...
2020-01-08  Simon Marchilib: introduce bt_message_iterator_class
2020-01-08  Simon Marchidebug-info: free existing build-id in bin_info_set_build_id
2020-01-06  Simon Marchitrimmer: free GMatchInfo object in set_bound_from_str
2019-12-05  Philippe Proulxlib: standardize variant field option function names
2019-11-20  Simon Marchisrc.ctf.fs: sort inputs paths
2019-11-20  Simon MarchiMake some bt_param_validation_map_value_entry_descr...
2019-11-20  Simon Marchisrc.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
2019-11-20  Simon Marchictf: make ctf scanner symbols hidden
2019-11-20  Simon Marchiparam-validation: make symbols hidden
2019-11-20  Simon Marchictf: make msg-iter not use bt_packet_context_field
2019-11-20  Simon Marchictf: remove ctf_msg_iter::set_stream
2019-11-20  Simon Marchisrc.ctf.fs: fix typo in comment
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
next
This page took 0.085815 seconds and 7 git commands to generate.