Fix: cpp-common/bt2c/logging.hpp: remove one definition of `BT_CPPLOGE_APPEND_CAUSE_A...
[babeltrace.git] / src / plugins /
2024-03-28  Simon Marchicompat: rename socket.h to socket.hpp
2024-03-28  Simon Marchictf: allocate some structures with new
2024-03-28  Simon Marchictf: remove unused `struct ctf_metadata_decoder`
2024-03-28  Philippe Proulxsrc/plugins/ctf/common: restructure subtree
2024-03-28  Simon Marchisink.text.pretty: abort on unknown field class type
2024-03-28  Francis Deslaurierssink.ctf.fs: remove unused `fs_sink_ctf_field_class...
2024-03-26  Simon Marchiflt.utils.muxer: use clock correlation validator
2024-03-26  Simon Marchiflt.utils.muxer: don't reset clock expectation when...
2024-03-26  Simon Marchiplugins/common/muxing: compare "origin is Unix epoch...
2024-03-26  Simon Marchiplugins/common/muxing: compare stream class clock classes
2024-03-26  Simon Marchiplugins/common/muxing: split `compare_clock_snapshots_a...
2024-03-26  Simon Marchisink.utils.counter: remove unnecessary check in counter...
2024-03-26  Simon Marchisink.utils.dummy: remove unnecessary check in dummy_con...
2024-03-26  Simon Marchisink.utils.counter: append error cause when call to...
2024-03-26  Simon Marchisink.utils.dummy: append error cause when call to bt_me...
2024-03-26  Simon MarchiFix: flt.utils.muxer: reject two different clock classe...
2024-03-26  Simon Marchiflt.utils.muxer: use `streamClassDefaultClockClass...
2024-03-26  Jérémie GalarneauFix: src.ctf.lttng-live: expect NEW_STREAM/METADATA...
2024-02-19  Simon Marchicpp-common/bt2: move user component class bases to...
2024-02-19  Simon Marchicpp-common/bt2: move component class bridges to `intern...
2024-02-19  Simon Marchicpp-common/bt2: `CompClsBridge`: pass init method data...
2024-02-19  Simon Marchisrc/cpp-common: pass user message iterator class to...
2024-02-10  Simon Marchiflt.utils.muxer: remove msgTypeStr
2024-01-23  Simon MarchiFix typos
2023-12-14  Philippe Proulxflt.utils.muxer: use a heap to sort iterators (also...
2023-12-14  Philippe Proulxplugins/common/muxing/muxing.c: use BT_ASSERT_DBG()
2023-12-14  Simon Marchilogging: strip down and clean `log.h` and `log.c`
2023-12-14  Simon MarchiAdd IWYU keep pragmas when including some compat headers
2023-12-14  Simon MarchiAdd some includes in C++ header files
2023-12-14  Simon MarchiRemove some unused includes in C++ files
2023-12-14  Simon MarchiRemove stdbool.h includes from C++ files
2023-12-01  Simon MarchiSort includes in C++ files
2023-12-01  Simon MarchiRemove unnecessary inclusions of "internal public"...
2023-11-20  Philippe ProulxRemove `src/plugins/ctf/common/bfcr/btr.gdb`
2023-11-09  Simon MarchiRe-format C++ files
2023-11-03  Simon Marchifilter.utils.trimmer: remove unused parameter from...
2023-11-03  Simon Marchisink.text.details: remove unused parameter from configu...
2023-11-03  Simon Marchiflt.lttng-utils.debug-info: remove unused parameter...
2023-11-03  Simon Marchisrc.ctf.lttng-live: remove unused parameter from lttng_...
2023-11-03  Simon Marchisrc.ctf.lttng-live: remove unused parameter from live_g...
2023-11-03  Simon Marchisrc.ctf.fs: remove parameter from create_one_port_for_trace
2023-11-03  Simon Marchisrc.ctf.fs: remove unused parameter from ctf_fs_compone...
2023-11-03  Simon Marchisink.ctf.fs: remove unused parameter from append_string...
2023-11-03  Simon Marchisink.ctf.fs: remove unused parameter from write_string_...
2023-11-03  Simon Marchicompat: remove unused `addr` parameter from bt_mmap
2023-11-02  Michael JeansonReduce the number of Makefiles in 'src/' even MOAR!
2023-11-02  Michael Jeansonconfigure: re-enable '-Wunused-parameter'
2023-11-02  Michael Jeansonconfigure: re-enable '-Wmissing-field-initializers'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/text'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/lttng...
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/common'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/utils'
2023-10-24  Simon Marchictf: reduce the number of `Makefile.am`s
2023-10-20  Simon Marchictf: grow stored_values array when necessary
2023-10-20  Simon Marchicommon: introduce bt_g_array_index
2023-10-20  Simon Marchisrc.ctf.fs: improve `metadata-info` query error message...
2023-10-19  Francis DeslauriersFix: src.ctf.fs: omitting to add ctf signature
2023-10-18  Simon Marchictf: remove some unused `ctx` parameters in visitor...
2023-09-15  Simon Marchictf: fix formatting in ctf-meta-resolve.cpp
2023-09-11  Simon Marchictf: fix -Wformat-overflow warning in ctf-meta-resolve.cpp
2023-05-10  Simon Marchidebug-info: fix -Wenum-int-mismatch problem in copy_fie...
2023-03-30  Simon MarchiVisibility hidden by default
2023-03-14  Simon MarchiFix: ctf: verify that field class is int before calling...
2023-03-07  Simon Marchictf: avoid using computing offset from nullptr pointer
2023-03-02  Michael Jeansonport: fix -Wdeprecated-declarations warning about sprin...
2023-02-23  Simon Marchictf: fix -Wformat-overflow error in ctf-meta-resolve.cpp
2022-08-18  Simon MarchiSilence -Wunused-but-set-variable error with clang
2022-06-15  Simon Marchiflt.utils.muxer: replace queue with array
2022-06-15  Simon Marchisrc.ctf.lttng-live: remove unused variable in live_get_...
2022-05-10  Simon Marchisrc.ctf.fs: remove unused ctf_fs_ds_file::self_msg_iter...
2022-04-01  Jérémie GalarneauClean-up: lttng-live: left-over tabs in comment
2022-03-08  Simon MarchiFix: src.text.details: use write_uint_prop_value to...
2022-02-24  Francis DeslauriersFix: src.ctf.lttng-live: consider empty metadata packet...
2022-02-24  Francis DeslauriersFix: ctf: wrongfully requiring CTF metadata signature...
2022-02-24  Francis DeslauriersFix: src.ctf.lttng-live: session closed before any...
2022-02-24  Francis Deslaurierssrc.ctf.lttng-live: add comments and debug statements
2022-02-16  Simon MarchiFix: src.ctf.lttng-live: return correct error status...
2022-02-16  Simon Marchisrc.ctf.lttng-live: remove unnecessary assignment in...
2022-02-16  Simon Marchisrc.ctf.lttng-live: remove unnecessary assignment in...
2022-02-16  Simon Marchiparam-validation: add static creation methods to bt_par...
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
next
This page took 0.053136 seconds and 7 git commands to generate.