babeltrace.git
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...
2024-03-12  Philippe Proulxcpp-common/bt2/wrap.hpp: add a few missing wrap() overloads
2024-03-12  Philippe ProulxFix: bt2::CommonOptionField::hasField(): has_value...
2024-03-12  Philippe Proulxbt2/clock-class.hpp: "clock class offset" -> "clock...
2024-03-12  Philippe Proulxcpp-common/bt2c: add bt2c::contains()
2024-03-04  Philippe ProulxREADME.adoc: update string_view link
2024-03-04  Michael Jeansoncpp-common: replace bstd::string_view with nonstd:...
2024-03-04  Michael Jeansontests: fix readonly variables error with bash 4.4
2024-03-04  Michael Jeansontests: fix unbound variables in env.sh
2024-02-29  Philippe Proulxtests/lib/conds/utils.cpp: condMain(): unset `BABELTRAC...
2024-02-29  Simon Marchitests/lib: C++ify run-in and condition trigger code
2024-02-29  Simon Marchitests/lib: use `sink.utils.dummy` in `utils/run-in...
2024-02-29  Simon Marchibuild: factor out `pluginarchive` function to `src...
2024-02-29  Simon Marchicpp-common/bt2: add `findPlugin()`
2024-02-29  Simon Marchicpp-common/bt2: add C++ plugin bindings
2024-02-29  Simon Marchicpp-common/bt2: move findAllPluginsFromDir() to `plugin...
2024-02-29  Simon Marchicpp-common/bt2: move `ConstPluginSet` to `plugin-set...
2024-02-28  Simon Marchibt2: compile `native_bt.c` with `-Wno-undef`
2024-02-28  Philippe ProulxCONTRIBUTING.adoc: update the "C++ usage" section
2024-02-19  Simon Marchitests/lib: create and manipulate query executor using...
2024-02-19  Simon Marchicpp-common/bt2: add C++ query executor bindings
2024-02-19  Simon Marchitests/lib: create and manipulate graph using C++ bindin...
2024-02-19  Simon Marchicpp-common/bt2: add C++ graph bindings
2024-02-19  Simon Marchitests/lib: create component classes using C++ bindings...
2024-02-19  Simon Marchicpp-common/bt2: make `SinkCompClsBridge::userCompFromLi...
2024-02-19  Philippe Proulxcpp-common/bt2: add component class creation methods
2024-02-19  Simon Marchicpp-common/bt2: add C++ component class bindings
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 Marchitests/lib: C++ify `conds/utils.cpp` a bit
2024-02-19  Simon Marchitests/lib: C++ify `conds/conds-triggers.cpp`
2024-02-19  Simon Marchitests/lib: C++ify `test-fields-bin.cpp`
2024-02-19  Simon Marchitests/lib: pass C++ wrapper types to `RunIn` callbacks
2024-02-19  Simon Marchicpp-common/bt2: make `ConstComponentPorts::operator...
2024-02-19  Simon Marchicpp-common/bt2: add const_cast when setting user data
2024-02-19  Simon Marchicpp-common/bt2: add missing return in `SelfComponentPor...
2024-02-19  Simon Marchicpp-common/bt2: add `SelfComponent::createClockClass`
2024-02-19  Simon Marchicpp-common/bt2: add `SelfComponent::createTraceClass`
2024-02-19  Simon Marchicpp-common/bt2: add message creation methods to `SelfMe...
2024-02-19  Simon Marchicpp-common/bt2: fix trivial-ish mistakes in plugin...
2024-02-19  Simon Marchicpp-common/bt2: `User*Component`: pass query method...
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-19  Simon Marchicpp-common/bt2: add `CommonStringField::length` method
2024-02-19  Simon Marchicpp-common: remove unused include
2024-02-19  Simon Marchitests/utils/python/tjson.py: print actual type when...
2024-02-19  Simon Marchitests/lib/conds/test.py: use `tjson`, add type annotations
2024-02-19  Simon Marchicommon: remove unused things from common.{c,h}
2024-02-12  Simon Marchitests/lib: remove some `Makefile.am`s
2024-02-10  Simon Marchiflt.utils.muxer: remove msgTypeStr
2024-02-09  Philippe Proulxtests/utils/env.sh.in: remove `#!/bin/bash`, add a...
2024-02-09  Simon Marchicpp-common/bt2c: add `format_as` function for `bt2...
2024-02-09  Simon Marchibt2/setup.py.in: don't call get_cflags/get_ldshared...
2024-02-09  Philippe Proulxtests/utils/env.sh.in: make it portable for Bash and Zsh
2024-02-09  Philippe Proulxtools/shellcheck.sh: use tabs
2024-02-09  Simon Marchibt2/setup.py.in: improve legibility of our_get_config_v...
next
This page took 0.038957 seconds and 5 git commands to generate.