babeltrace.git
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 Marchicpp-common/bt2: make `FieldPathScope` a wise enum
2024-04-17  Simon Marchicpp-common/bt2: make `ValueType` a wise enum
2024-04-17  Simon Marchisink.ctf.fs: initialize structure fields
2024-04-17  Simon Marchictf: rename `ctx` structures
2024-04-17  Simon Marchicpp-common/bt2: make `UniqueConstError::_mError` a...
2024-04-17  Simon Marchictf: use `bt2c::Logger` throughout `src.ctf.fs`, `src...
2024-04-17  Simon Marchicpp-common/bt2c: make `Logger::Level` a wise enum
2024-04-17  Simon Marchicpp-common/bt2: make `MessageType` a wise enum
2024-04-17  Simon Marchicpp-common/bt2c: add format_as() template functions...
2024-04-17  Simon Marchicpp-common/vendor: add copy of wise_enum
2024-04-17  Simon Marchicpp-common/bt2: move some enum classes out of enclosing...
2024-04-17  Simon Marchicpp-common/bt2c: use relative include for uuid.hpp...
2024-04-17  Simon Marchicpp-common/bt2c: add `BT_CPPLOGE_ERRNO_APPEND_CAUSE_SPEC`
2024-04-17  Simon Marchicpp-common/bt2c: add `BT_CPPLOGE_APPEND_CAUSE_SPEC`
2024-04-17  Simon Marchicpp-common/bt2c: Logger: remove `noThrow` suffixes
2024-04-17  Simon Marchicpp-common/bt2c: fix some function names in comments
2024-04-17  Simon MarchiChange naming convention for enum class enumerators
2024-04-17  Simon MarchiFix: cpp-common/bt2c: copy `_mSelfCompCls` when constru...
2024-04-17  Simon Marchibuild: make out-of-tree builds with Python bindings...
2024-04-03  Philippe Proulxsrc/Makefile.am: build {fmt} without `-Wmissing-noreturn`
2024-03-28  Simon MarchiFix: cpp-common/bt2c/logging.hpp: remove one definition...
2024-03-28  Simon MarchiFix: cpp-common/bt2c/logging.hpp: don't set `_mSelfComp...
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-28  Simon Marchiconfigure.ac: build with `-DFMT_EXCEPTIONS=0`
2024-03-27  Philippe ProulxFix: bt_value_map_borrow_entry_value(): use `@bt_pre_is...
2024-03-27  Simon Marchi.clang-tidy: enable cppcoreguidelines-avoid-const-or...
2024-03-27  Simon MarchiAdd clang-tidy config file
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 Marchicpp-common/bt2c: add `format_as()` functions for `Uuid...
2024-03-26  Simon Marchitests/plugins/flt.utils.muxer: add test for clock ...
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 Marchicpp-common/bt2: use universal reference for `Graph...
2024-03-26  Simon MarchiFix: flt.utils.muxer: reject two different clock classe...
2024-03-26  Simon Marchicpp-common/bt2c: add `CStringView::startsWith`
2024-03-26  Simon Marchicpp-common/bt2: add C++ bindings around `bt_error *`
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 Marchiclock-correlation-validator: add clock correlation...
2024-03-26  Simon Marchicpp-common/bt2: add `wrap(bt_graph *)`
2024-03-26  Simon Marchicpp-common/bt2: don't use wrap in bindings code
2024-03-26  Simon Marchicpp-common/bt2: make `getSupportedMipVersions` methods...
2024-03-26  Simon Marchicpp-common/bt2: remove unnecessary mentions of `bt2::`
2024-03-26  Simon Marchicpp-common/bt2: make `{OptionalBorrowedObject,SharedObj...
2024-03-26  Simon Marchiflt.utils.muxer: use `streamClassDefaultClockClass...
2024-03-26  Simon Marchicpp-common/bt2: add `streamClassDefaultClockClass(...
2024-03-26  Simon Marchitests: improve debuggability of `cli/test-trace-copy.sh`
2024-03-26  Simon Marchicpp-common/bt2c: use `ComparableWithCStringView` on...
2024-03-26  Simon Marchicpp-common/bt2: add static_assert in `CommonClockClass...
2024-03-26  Simon Marchitests/lib/conds: test clock compatibility post conditions
2024-03-26  Simon MarchiFix: lib/graph/iterator: consider clock classes from...
2024-03-26  Simon Marchicpp-common/bt2s: control span-lite's contract check...
2024-03-26  Simon Marchitests/lib/conds: make `condMain()` take a span for...
2024-03-26  Simon Marchicpp-common/bt2c: enable span-lite's `make_span()` function
2024-03-26  Simon Marchitests/lib/conds: store triggers in a vector
2024-03-26  Simon Marchitests/lib/conds: change `nameSuffix` type to `bt2c...
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-03-26  Simon Marchicpp-common/bt2c: add `Uuid::Uuid(bt2c::CStringView)`
2024-03-26  Simon Marchicpp-common/bt2: make `CommonClockClass::uuid` take...
2024-03-26  Simon Marchicpp-common/bt2: make setters return `*this`
2024-03-26  Simon Marchicpp-common/bt2: move `SelfSpecificComponent` to `intern...
2024-03-26  Simon Marchicpp-common/bt2: check return value in `CommonVariantFie...
2024-03-26  Simon Marchicpp-common/bt2: add message creation methods to `UserMe...
2024-03-26  Simon Marchicpp-common/bt2c: change some `static inline` functions...
2024-03-26  Simon Marchicpp-common/bt2: remove extraneous `protected`
2024-03-26  Simon Marchicpp-common/bt2: specify default constructor for `Unknow...
2024-03-26  Simon Marchicpp-common/bt2: use `std::unique_ptr` to manage `UserMe...
2024-03-26  Simon Marchicpp-common/bt2: remove redundant assertions
2024-03-26  Simon MarchiFix: cpp-common/bt2: more specific assertion in `Common...
2024-03-26  Simon MarchiFix: cpp-common/bt2: don't pass a lib obj ptr when...
2024-03-26  Simon Marchitests/lib/utils: add RunIn::onMsgIterNext()
2024-03-26  Simon Marchitests: fix some include guards
2024-03-26  Jérémie GalarneauTests: src.ctf.lttng-live: stream creation while trace...
2024-03-26  Jérémie GalarneauTests: lttng_live_server: support trace creation timestamps
2024-03-26  Jérémie GalarneauFix: src.ctf.lttng-live: expect NEW_STREAM/METADATA...
2024-03-12  Philippe Proulxinclude/babeltrace2/types.h: remove unused `bt_event_he...
next
This page took 0.038623 seconds and 4 git commands to generate.