src/Makefile.am: add libcpp-common convenience library
[babeltrace.git] / src / cpp-common / bt2 /
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...
2023-12-14  Philippe Proulxcpp-common/bt2: remove superfluous NL
2023-12-14  Philippe Proulxcpp-common/bt2/common-iter.hpp: add missing NL
2023-12-14  Philippe Proulxcpp-common/bt2: rename `bt2::SharedObj` -> `bt2::Shared...
2023-12-14  Philippe Proulxcpp-common/bt2: `bt2::internal::SharedObj` -> `bt2...
2023-12-14  Philippe Proulxcpp-common/bt2: rename `bt2::BorrowedObj` -> `bt2:...
2023-12-14  Simon Marchicpp-common/bt2: `bt2::internal::BorrowedObj` -> `bt2...
2023-12-14  Philippe Proulxcpp-common/bt2/borrowed-obj.hpp: remove unused `SharedO...
2023-12-14  Simon MarchiAdd some includes in C++ header files
2023-12-14  Simon MarchiRemove some unused includes in C++ files
2023-12-01  Simon MarchiSort includes in C++ files
2023-09-11  Philippe Proulxcpp-common/bt2/message.hpp: add missing `#include`
2023-09-11  Philippe ProulxFix: bt2::CommonOptionField::hasField(): use has_value()
2023-09-11  Francis Deslaurierscpp-common/bt2: field.hpp: Add assignment operator...
2023-09-11  Francis Deslaurierscpp-common: Add `bt2::CommonStringField::append()`...
2023-09-11  Francis Deslaurierscpp-common: message.hpp: add `asDiscardedPackets()...
2023-09-11  Francis Deslaurierstrace-ir.hpp: pass `UuidView` object to `CommonTrace...
2023-09-11  Francis DeslauriersFix: trace-ir.hpp: spurious reference on object creation
2023-09-11  Francis DeslauriersFix: trace-ir.hpp: no need to provide a bt2::Trace...
2023-09-11  Francis DeslauriersFix: field.hpp: various typos
2023-09-11  Francis DeslauriersFix: integer-range-set.hpp: calling `_get_ref()` rather...
2023-09-11  Philippe Proulxcpp-common/bt2: pass wrappers by value instead of by...
2023-09-11  Simon Marchicpp-common: add SharedObj::release
2023-09-11  Philippe Proulxcpp-common/bt2: use classes from `cpp-common/exc.hpp`
2023-09-11  Philippe Proulxfield-class.hpp: add missing support for user attributes
2023-09-11  Philippe ProulxAdd bt2::Common{Field,FieldClass,Value,Message}<>:...
2023-09-11  Philippe Proulxbt2::internal::BorrowedObj: add static assertions for...
2023-09-11  Philippe Proulxbt2::internal::BorrowedObj: use default copy operations...
2023-09-11  Philippe Proulxsrc/cpp-common/bt2/internal/*-obj.hpp: template param...
2023-09-11  Philippe Proulxfield-class.hpp: support optional variant FC option...
2023-09-11  Philippe ProulxFix: bt2::internal::SharedObj: add real copy/move ctor...
2023-09-11  Philippe ProulxAdd bt2::internal::SharedObj::create{With,Without}Ref...
2023-09-11  Philippe ProulxFix: bt2::CommonStreamClass: use correct memory error...
2023-09-11  Francis Deslauriersinteger-range-set.hpp: add `begin()` and `end()` to...
2023-09-11  Francis Deslaurierscpp-common: add `begin()` and `end()` to VariantWithInt...
2023-09-11  Francis Deslaurierscpp-common: add `begin()` and `end()` to bt2::CommonEn...
2023-09-11  Francis Deslaurierscpp-common: add `begin()` and `end()` to bt2::ConstFiel...
2023-09-11  Philippe Proulxsrc/cpp-common/bt2: add `bt2::AddConst` and `bt2::Remov...
2023-09-11  Philippe ProulxAdd bt2::CommonEnumerationFieldClass::addMapping()...
2023-09-11  Philippe ProulxFix: bt2::CommonIntegerFieldClass::fieldValueRange...
2023-09-11  Philippe ProulxFix: src/cpp-common/bt2/trace-ir.hpp: use correct varia...
2023-09-11  Francis Deslaurierscpp-common: Expose BorrowedObj::libObjPtr() as public...
2023-09-11  Francis DeslauriersFix: field-path.hpp: add missing `shared-obj.hpp` include
2023-09-11  Simon MarchiFix: cpp-common: add missing argument to bt_field_class...
2023-09-11  Simon MarchiFix: cpp-common: remove unexpected parameter to createS...
2023-09-11  Francis DeslauriersCleanup: cpp-common: typo: clkSnapshot -> fieldPath
2023-09-11  Francis Deslauriersfield-class.hpp: remove redundant template parameters
2023-09-11  Francis Deslauriersfield-class.hpp: Add CommonVariantWithSelectorFieldClass
2023-09-11  Francis Deslauriersfield-class.hpp: Add CommonBaseEnumerationFieldClass
2023-09-11  Francis Deslaurierscpp-common: add `begin()` and `end()` to Variant and...
2023-09-11  Francis Deslaurierscpp-common: template ArrayValueIterator for reuse with...
2023-09-11  Francis DeslauriersFix: field-class.cpp: calling _option_fc lib function...
2023-09-11  Francis Deslauriersfield-class.hpp: add missing #include
2023-09-11  Francis Deslaurierscpp-common: Add `CommonFieldClass::isReal()` method
next
This page took 0.063323 seconds and 7 git commands to generate.