src.ctf.fs: move `ctf_fs_ds_*` structures and functions to data-stream-file.hpp
[babeltrace.git] / src / plugins /
2024-04-17  Simon Marchisrc.ctf.fs: move `ctf_fs_ds_*` structures and functions...
2024-04-17  Simon Marchisrc.ctf.fs: switch to using ctf_fs_trace::UP where...
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_trace_create return ctf_fs_trac...
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_component::trace a unique_ptr
2024-04-17  Simon Marchisrc.ctf.fs: move struct ctf_fs_trace and struct ctf_fs_...
2024-04-17  Simon Marchisrc.ctf.fs: use DataLen in ctf_fs_ds_index_entry
2024-04-17  Simon Marchictf: add ClkClsConfig and use it
2024-04-17  Simon Marchisrc.ctf.fs: remove uneeded check in create_streams_for_...
2024-04-17  Simon Marchisrc.ctf.fs: query.cpp: change assertions into exceptions
2024-04-17  Simon Marchisrc.ctf.fs: use C++ value wrappers in queries
2024-04-17  Simon Marchictf: use unique_ptr to manage ctf_metadata_decoder...
2024-04-17  Simon Marchisrc.ctf.fs: manage lifetime of open file with FileUP
2024-04-17  Simon Marchisrc.ctf.fs: use GCharUP to hold metadata path
2024-04-17  Simon Marchisrc.ctf.fs: make ctf_fs_make_port_name return a GCharUP
2024-04-17  Simon Marchisrc.ctf.fs: use unique_ptr to manage ctf_fs_component...
2024-04-17  Simon Marchictf: use unique_ptr to manage ctf_visitor_generate_ir...
2024-04-17  Simon Marchictf: move ctf_visitor_generate_ir to header file
2024-04-17  Simon Marchictf: add try/catch at entry points
2024-04-17  Philippe Proulxsink.text.details: don't write empty strings
2024-04-17  Simon Marchisink.ctf.fs: use bt2c::Logger
2024-04-17  Simon Marchisink.ctf.fs: initialize structure fields
2024-04-17  Simon Marchictf: rename `ctx` structures
2024-04-17  Simon Marchictf: use `bt2c::Logger` throughout `src.ctf.fs`, `src...
2024-04-17  Simon MarchiChange naming convention for enum class enumerators
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...
next
This page took 0.051144 seconds and 7 git commands to generate.