doc/api/libbabeltrace2/DoxygenLayout.xml: use `topics` tab
[babeltrace.git] / src / cpp-common / bt2 /
2024-04-25  Philippe Proulxbt2::CommonEnumerationFieldClass::addMapping(): add...
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 Marchicpp-common/bt2: make `UniqueConstError::_mError` a...
2024-04-17  Simon Marchicpp-common/bt2: make `MessageType` a wise enum
2024-04-17  Simon Marchicpp-common/bt2: move some enum classes out of enclosing...
2024-04-17  Simon MarchiChange naming convention for enum class enumerators
2024-03-26  Simon Marchicpp-common/bt2: use universal reference for `Graph...
2024-03-26  Simon Marchicpp-common/bt2: add C++ bindings around `bt_error *`
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 Marchicpp-common/bt2: add `streamClassDefaultClockClass(...
2024-03-26  Simon Marchicpp-common/bt2: add static_assert in `CommonClockClass...
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/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-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-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-19  Simon Marchicpp-common/bt2: add C++ query executor bindings
2024-02-19  Simon Marchicpp-common/bt2: add C++ graph 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 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-01-29  Simon Marchicpp-common/bt2: add basic PluginSet and bt_plugin_find_...
2024-01-29  Simon Marchicpp-common/bt2: use bt2c::CStringView in parameters...
2024-01-23  Simon MarchiFix typos
2023-12-14  Simon Marchicpp-common/bt2: return `bt2c::CStringView` instead...
2023-12-14  Simon Marchicpp-common: fix `#include` patterns
2023-12-14  Philippe Proulxcpp-common/bt2/wrap.hpp: add wrapOptional() versions
2023-12-14  Philippe Proulxcpp-common/bt2: remove useless `avail` variable where...
2023-12-14  Philippe Proulxcpp-common/bt2: use `bt2::OptionalBorrowedObject` where...
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::OptionalBorrowedObject`
2023-12-14  Philippe Proulxcpp-common/bt2: make `bt2::BorrowedObject::LibObj`...
2023-12-14  Simon Marchicpp-common/bt2c: move `uuid-view.*pp` contents to ...
2023-12-14  Philippe Proulxcpp-common/bt2: add missing ConstClockSnapshot::clockCl...
2023-12-14  Philippe Proulxcpp-common/bt2: add bt2::CommonEventMessage::streamClas...
2023-12-14  Philippe Proulxcpp-common/bt2/shared-object.hpp: make the optional...
2023-12-14  Philippe Proulxcpp-common/bt2: add `plugin-dev.hpp`
2023-12-14  Simon Marchicpp-common: add `bt2s::optional`, alias of `nonstd...
2023-12-14  Simon Marchicpp-common: rename `bt2_common` namespace -> `bt2c`
2023-12-14  Philippe Proulxcpp-common/bt2: add bt2::wrap() overloads
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::SelfComponentClass`
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::PrivateQueryExecutor`
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::SelfMessageIteratorConfiguration`
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::SelfMessageIterator`
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::Self*Component` and `bt2...
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::MessageIterator`
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::Const*Component` and `bt2...
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::ConstMessageArray`
2023-12-14  Philippe Proulxcpp-common/bt2/shared-object.hpp: add newlines around...
2023-12-14  Philippe Proulxcpp-common/bt2: do not use `bpstd::string_view`
2023-12-14  Philippe Proulxcpp-common/bt2/field-class.hpp: coalesce `internal...
2023-12-14  Philippe Proulxcpp-common/bt2: remove useless copy operations
2023-12-14  Philippe Proulxcpp-common/bt2/borrowed-object.hpp: use BT_ASSERT_DBG()
2023-12-14  Philippe Proulxcpp-common/bt2/field.hpp: use raw value proxy for scala...
2023-12-14  Philippe Proulxcpp-common/bt2: use raw value proxy for scalar value...
2023-12-14  Philippe Proulxcpp-common/bt2/value.hpp: add proxy methods to `bt2...
2023-12-14  Philippe Proulxcpp-common/bt2: remove useless `_ThisXyz` type aliases
2023-12-14  Philippe Proulxcpp-common/bt2/value.hpp: move static assertion (wrong...
2023-12-14  Simon Marchicpp-common/bt2: rework `bt2::CommonIterator` (now ...
2023-12-14  Philippe Proulxcpp-common/bt2: add `bt2::BorrowedObjectProxy`
2023-12-14  Philippe Proulxcpp-common/bt2: add and use `bt2::internal::Dep*` type...
2023-12-14  Philippe Proulxcpp-common/bt2: use more specific static assertion...
2023-12-14  Philippe Proulxcpp-common/bt2: add asConst() methods
2023-12-14  Philippe Proulxcpp-common/bt2: use the "length" term everywhere instea...
2023-12-14  Philippe Proulxcpp-common/bt2: remove useless friend classes to access...
2023-12-14  Philippe Proulxcpp-common/bt2: add `noexcept` to user attribute setters
2023-12-14  Philippe Proulxcpp-common/bt2: systematize the `const` method situation
2023-12-14  Philippe Proulxcpp-common/bt2: add missing `noexcept` to static methods
2023-12-14  Philippe Proulxcpp-common/bt2: rename `common-iter.hpp` to `common...
next
This page took 0.047537 seconds and 7 git commands to generate.