src.ctf.fs: move struct ctf_fs_trace and struct ctf_fs_port_data up
[deliverable/babeltrace.git] / src /
2022-08-23  Simon Marchisrc.ctf.fs: move struct ctf_fs_trace and struct ctf_fs_...
2022-08-23  Simon Marchisrc.ctf.fs: use DataLen in ctf_fs_ds_index_entry
2022-08-23  Simon Marchictf: add ClkClsConfig and use it
2022-08-23  Francis Deslaurierssrc.ctf.fs: Add `readPktProps()`
2022-08-23  Simon Marchisrc.ctf.fs: Add `LoggingItemVisitor`
2022-08-23  Simon Marchisrc.ctf.fs: remove uneeded check in create_streams_for_...
2022-08-23  Francis Deslaurierscpp-common/bt2: field.hpp: Add assignment operator...
2022-08-23  Francis Deslaurierscpp-common: Add `bt2::CommonStringField::append()`...
2022-08-23  Francis Deslaurierscpp-common: message.hpp: add `asDiscardedPackets()...
2022-08-23  Francis Deslaurierstrace-ir.hpp: pass `UuidView` object to `CommonTrace...
2022-08-23  Francis DeslauriersFix: trace-ir.hpp: spurious reference on object creation
2022-08-23  Francis DeslauriersFix: trace-ir.hpp: no need to provide a bt2::Trace...
2022-08-23  Francis DeslauriersFix: field.hpp: various typos
2022-08-23  Francis DeslauriersFix: integer-range-set.hpp: calling `_get_ref()` rather...
2022-08-23  Simon Marchisrc.ctf.fs: query.cpp: change assertions into exceptions
2022-08-23  Philippe Proulxcpp-common/bt2: pass wrappers by value instead of by...
2022-08-23  Francis Deslaurierscpp-common: add `dataFromFile()`
2022-08-23  Simon Marchisrc.ctf.fs: use C++ value wrappers in queries
2022-08-23  Simon Marchicpp-common: add SharedObj::release
2022-08-23  Simon Marchictf: use unique_ptr to manage ctf_metadata_decoder...
2022-08-23  Simon Marchisrc.ctf.fs: manage lifetime of open file with FileUP
2022-08-23  Simon Marchicpp-common: add FileUP
2022-08-23  Simon Marchisrc.ctf.fs: use GCharUP to hold metadata path
2022-08-23  Simon Marchisrc.ctf.fs: make ctf_fs_make_port_name return a GCharUP
2022-08-23  Simon Marchicpp-common: add GCharUP
2022-08-23  Simon Marchisrc.ctf.fs: use unique_ptr to manage ctf_fs_component...
2022-08-23  Simon Marchictf: use unique_ptr to manage ctf_visitor_generate_ir...
2022-08-23  Simon Marchictf: move ctf_visitor_generate_ir to header file
2022-08-23  Philippe Proulxcpp-common/bt2: use classes from `cpp-common/exc.hpp`
2022-08-23  Philippe ProulxAdd `bt2_common::OverflowError`
2022-08-23  Simon Marchictf: add try/catch at entry points
2022-08-23  Simon Marchisink.ctf.fs: use LogCfg
2022-08-23  Simon Marchisink.ctf.fs: initialize TraceIrToCtfIrCtx fields, remov...
2022-08-23  Simon Marchisrc.ctf.sink: allocate fs_sink_comp with new
2022-08-23  Simon Marchictf: rename `ctx` structures
2022-08-23  Francis DeslauriersCleanup: src.ctf.fs: remove unused decoder functions
2022-08-23  Francis Deslaurierssrc.ctf.*: add old CTF IR const functions
2022-08-23  Francis Deslaurierssrc.ctf.fs: implement `MetadataStreamDecoder` class
2022-08-23  Francis Deslaurierscpp-common: add `readFixedLenInt()` function
2022-08-23  Philippe Proulxsrc/plugins/ctf/common/src: add item sequence iterator API
2022-08-23  Philippe ProulxAdd CTF IR classes specific to `src.ctf.*`
2022-08-23  Philippe ProulxAdd common `ctf::ir` CTF IR classes
2022-08-23  Philippe Proulxfield-class.hpp: add missing support for user attributes
2022-08-23  Philippe ProulxAdd bt2::Common{Field,FieldClass,Value,Message}<>:...
2022-08-23  Philippe Proulxbt2_common::UuidView::str(): make bt_uuid_to_str()...
2022-08-23  Philippe Proulxbt2::internal::BorrowedObj: add static assertions for...
2022-08-23  Philippe Proulxbt2::internal::BorrowedObj: use default copy operations...
2022-08-23  Philippe Proulxsrc/cpp-common/bt2/internal/*-obj.hpp: template param...
2022-08-23  Philippe Proulxfield-class.hpp: support optional variant FC option...
2022-08-23  Francis Deslaurierscpp-common: add `begin()` and `end()` to bt2::ConstFiel...
2022-08-23  Philippe ProulxFix: bt2::internal::SharedObj: add real copy/move ctor...
2022-08-23  Philippe ProulxAdd bt2::internal::SharedObj::create{With,Without}Ref...
2022-08-23  Philippe ProulxFix: bt2::CommonStreamClass: use correct memory error...
2022-08-23  Francis Deslaurierscpp-common: Add Blob, StaticBlob, and DynamicBlob FC
2022-08-23  Simon Marchictf: use LogCfg throughout `src.ctf.fs`, `src.ctf.lttng...
2022-08-23  Simon Marchictf: allocate some structures with new
2022-08-23  Simon Marchictf: remove unused ctf_metadata_decoder struct
2022-08-23  Francis Deslauriersinteger-range-set.hpp: add `begin()` and `end()` to...
2022-08-23  Philippe Proulxsrc/cpp-common/bt2: wrap variant with selector field...
2022-08-23  Philippe Proulxsrc/cpp-common/bt2: wrap option with selector field...
2022-08-23  Philippe Proulxsrc/cpp-common/bt2: wrap dynamic array with length...
2022-08-23  Francis Deslaurierscpp-common: add `begin()` and `end()` to VariantWithInt...
2022-08-23  Francis Deslaurierscpp-common: add `begin()` and `end()` to bt2::CommonEn...
2022-08-23  Francis Deslaurierscpp-common: add `begin()` and `end()` to bt2::ConstFiel...
2022-08-23  Philippe Proulxsrc/cpp-common/bt2: add field location support
2022-08-23  Philippe Proulxsrc/cpp-common/bt2: add `bt2::AddConst` and `bt2::Remov...
2022-08-23  Philippe ProulxAdd bt2::CommonEnumerationFieldClass::addMapping()...
2022-08-23  Philippe ProulxFix: bt2::CommonIntegerFieldClass::fieldValueRange...
2022-08-23  Philippe ProulxFix: src/cpp-common/bt2/trace-ir.hpp: use correct varia...
2022-08-23  Philippe Proulxsrc/cpp-common/bt2/trace-ir.hpp: add nameSpace() method...
2022-08-23  Francis Deslaurierscli: Rename `logging.c` to `logging.cpp` to force C...
2022-08-23  Francis Deslaurierssrc/cpp-common: improve C++ UUID utilities
2022-08-23  Francis Deslaurierscpp-common: Expose BorrowedObj::libObjPtr() as public...
2022-08-23  Philippe ProulxMake `bt2_common::UuidView` final
2022-08-23  Philippe ProulxRename bt2_common::UuidView::string() -> str()
2022-08-23  Philippe ProulxAdd bt2_common::UuidView::operator<()
2022-08-23  Philippe ProulxMake bt2_common::UuidView::size() `constexpr`
2022-08-23  Philippe Proulxsrc/cpp-common: add fixed-length integer reading functions
2022-08-23  Philippe ProulxAdd `src/cpp-common/std-int.hpp`
2022-08-23  Philippe Proulxsrc/cpp-common: add bt2_common::align()
2022-08-23  Philippe Proulxsrc/cpp-common: add bt2_common::{little,big}ToNative()
2022-08-23  Philippe Proulx`ctf` plugin: add `ctf::IntRangeSet` class template
2022-08-23  Philippe Proulx`ctf` plugin: add `ctf::IntRange` class template
2022-08-23  Philippe Proulxsrc/plugins/ctf/common: restructure subtree
2022-08-23  Francis DeslauriersFix: field-path.hpp: add missing `shared-obj.hpp` include
2022-08-23  Simon MarchiFix: cpp-common: add missing argument to bt_field_class...
2022-08-23  Simon MarchiFix: cpp-common: remove unexpected parameter to createS...
2022-08-23  Francis DeslauriersCleanup: cpp-common: typo: clkSnapshot -> fieldPath
2022-08-23  Philippe ProulxAdd `bt2_common::DataLen` class (general-purpose data...
2022-08-23  Philippe Proulxsrc/cpp-common: add bt2_common::safeTo*() and bt2_commo...
2022-08-23  Philippe Proulxsrc/cpp-common: add JSON value requirement aliases
2022-08-23  Philippe ProulxAdd `bt2_common::ValReq` class template system
2022-08-23  Simon Marchiplugins: make text and utils component classes report...
2022-08-23  Simon Marchisrc.text.pretty: handle BLOB fields
2022-08-23  Simon Marchisink.text.pretty: abort on unknown field class type
2022-08-23  Simon Marchigraph/mip: make bt_get_greatest_operative_mip_version...
2022-08-23  Philippe Proulxsink.text.details: handle missing variant field class...
2022-08-23  Simon Marchisink.text.details: show event class namespace
2022-08-23  Simon Marchisink.text.details: show stream class namespace
2022-08-23  Simon Marchisink.text.details: handle BLOB field class type
next
This page took 0.042195 seconds and 8 git commands to generate.