babeltrace.git
2024-09-04  Simon Marchisrc.ctf.fs: use the new metadata stream parser and...
2024-09-04  Simon Marchictf: rename ctx_create to ctf_visitor_generate_ir_create
2024-09-04  Simon Marchictf: use `bt2s::make_unique` in one spot
2024-09-04  Simon Marchictf: make ctf_visitor_generate_ir not use ctf_metadata_...
2024-09-04  Simon Marchicpp-common/bt2c: Logger: factor out code to append...
2024-09-04  Francis Deslaurierssrc.ctf.fs: Implement queries with new `MetadataStreamD...
2024-09-04  Simon Marchicpp-common/bt2c: make `dataFromFile()` take a `CStringView`
2024-09-04  Simon Marchicpp-common/bt2c: optionally log and append errors in...
2024-09-04  Philippe Proulx`ctf` plugin: add metadata stream parser utilities
2024-09-04  Philippe ProulxAdd `ctf::src::Ctf2MetadataStreamParser` class (JSON...
2024-09-04  Philippe ProulxAdd bt2c::join()
2024-09-04  Philippe ProulxAdd `ctf::src::Ctf1MetadataStreamParser` class (TSDL)
2024-09-04  Philippe ProulxAdd `ctf::src::MetadataStreamParser` abstract base...
2024-09-04  Philippe Proulxcpp-common/bt2/trace-ir.hpp: use "common event context"
2024-09-04  Philippe Proulxcpp-common/bt2/field{,-class}.hpp: adapt to latest...
2024-09-04  Philippe Proulxcpp-common/bt2/trace-ir.hpp: adapt to latest libbabeltr...
2024-09-04  Philippe Proulxcpp-common/bt2/clock-class.hpp: adapt to latest libbabe...
2024-09-04  Simon Marchicpp-common/bt2: add support to get / set trace UID
2024-09-04  Simon Marchilib: add support for bit array flags
2024-09-04  Simon Marchilib: add bt_clock_class_has_same_identity function
2024-09-04  Simon Marchilib: add clock class accuracy property
2024-09-04  Simon Marchilib: make clock class precision optional
2024-09-04  Simon Marchilib: add event class UID property
2024-09-04  Simon Marchilib: add stream class UID property
2024-09-04  Simon Marchilib: add trace namespace property
2024-09-04  Simon Marchilib: add clock class namespace and UID properties
2024-09-04  Simon Marchilib: add bt_trace_class_get_graph_mip_version
2024-09-04  Simon MarchiAdd ctf::src::normalizeClkOffset()
2024-09-04  Philippe ProulxImplement CTF 2 JSON requirements
2024-09-04  Simon Marchi`ctf` plugin: add `ctf::src::MsgIter` class
2024-09-04  Simon Marchicpp-common/bt2c: add `UnicodeConv` class
2024-09-04  Simon MarchiFix: use `OptionalBorrowedObject::hasObject()` in ...
2024-09-04  Philippe Proulxcpp-common/bt2: add `CommonBlobField` and `CommonDynami...
2024-09-04  Francis Deslaurierssrc.ctf.fs: Add `readPktProps()`
2024-09-04  Simon Marchisrc.ctf.fs: Add `LoggingItemVisitor`
2024-09-04  Francis DeslauriersCleanup: src.ctf.fs: remove unused decoder functions
2024-09-04  Francis Deslaurierssrc.ctf.*: add old CTF IR const functions
2024-09-04  Francis Deslaurierssrc.ctf.fs: implement `MetadataStreamDecoder` class
2024-09-04  Philippe Proulxsrc/plugins/ctf/common/src: add item sequence iterator API
2024-09-04  Philippe Proulxcpp-common/bt2c/std-int.hpp: use dedicated enum. instea...
2024-09-04  Philippe Proulxsrc.ctf.*: add `ctf::src::NullCpFinder`
2024-09-04  Philippe ProulxAdd bt2c::reverseFixedLenIntBits()
2024-09-04  Philippe ProulxAdd `cpp-common/bt2c/aliases.hpp` to contain common...
2024-09-04  Philippe ProulxAdd CTF IR classes specific to `src.ctf.*`
2024-09-04  Philippe ProulxIncrease wise_enum limit to 512 enumerators
2024-09-04  Simon Marchicpp-common: add observable.hpp
2024-09-04  Philippe ProulxAdd common `ctf::ir` CTF IR classes
2024-09-04  Francis Deslaurierscpp-common: Add Blob, StaticBlob, and DynamicBlob FC
2024-09-04  Philippe Proulxsrc/cpp-common/bt2: wrap variant with selector field...
2024-09-04  Philippe Proulxsrc/cpp-common/bt2: wrap option with selector field...
2024-09-04  Philippe Proulxsrc/cpp-common/bt2: wrap dynamic array with length...
2024-09-04  Philippe Proulxsrc/cpp-common/bt2: add field location support
2024-09-04  Philippe Proulxsrc/cpp-common/bt2/trace-ir.hpp: add nameSpace() method...
2024-09-04  Philippe Proulx`ctf` plugin: add `ctf::IntRangeSet` class template
2024-09-04  Philippe Proulx`ctf` plugin: add `ctf::IntRange` class template
2024-09-04  Philippe Proulxsrc/cpp-common: add JSON value requirement aliases
2024-09-04  Philippe ProulxAdd `bt2c::ValReq` class template system
2024-09-04  Simon Marchiplugins: make text and utils component classes report...
2024-09-04  Simon Marchisrc.text.pretty: handle BLOB fields
2024-09-04  Simon Marchigraph/mip: make bt_get_greatest_operative_mip_version...
2024-09-04  Philippe Proulxsink.text.details: handle missing variant field class...
2024-09-04  Simon Marchisink.text.details: show event class namespace
2024-09-04  Simon Marchisink.text.details: show stream class namespace
2024-09-04  Simon Marchisink.text.details: handle BLOB field class type
2024-09-04  Simon Marchisink.text.details: handle field classes with field...
2024-09-04  Philippe Proulxlib: make variant field class option name optional...
2024-09-04  Simon Marchilib: add namespace property to event classes
2024-09-04  Simon Marchilib: add namespace property to stream classes
2024-09-04  Simon Marchilib: add BLOB field class types
2024-09-04  Philippe Proulxsrc/cpp-common: add bt2c::bt2ValueFromJsonVal() function
2024-09-04  Philippe Proulxsrc/cpp-common: make `bt2c::JsonVal` visitable
2024-09-04  Philippe Proulxsrc/cpp-common: add bt2c::parseJson() functions (value...
2024-09-04  Philippe Proulxsrc/cpp-common: add `bt2c::JsonVal` class and derived...
2024-09-04  Philippe Proulxsrc/cpp-common: add bt2c::parseJson() functions (listen...
2024-09-04  Philippe Proulxsrc/cpp-common: add `bt2c::StrScanner` class
2024-09-04  Simon Marchicpp-common/bt2c: add `Regex`
2024-09-04  Simon Marchicpp-common/bt2c/logging.hpp: add text location logging
2024-09-04  Philippe Proulxsrc/cpp-common: add bt2c::textLocStr() function
2024-09-04  Philippe Proulxsrc/cpp-common: add `bt2c::TextLoc` class
2024-09-04  Simon Marchilib: add enum bt_resolve_field_xref_status
2024-09-04  Simon Marchilib: rename bt_resolve_field_path_context to bt_resolve...
2024-09-04  Simon Marchilib: add new clock class origin API
2024-09-04  Simon Marchilib: restrict bt_clock_class_{g,s}et_uuid to MIP 0
2024-09-04  Simon Marchilib: record MIP version in clock class
2024-09-04  Simon Marchilib: add bt_trace_{get,set}_uid
2024-09-04  Simon Marchilib: add field location-related functions
2024-09-04  Simon Marchilib: add logging format specifier for bt_field_location
2024-09-04  Simon Marchilib: add field location API
2024-09-04  Simon Marchilib: add MIP 1 pre-conditions for functions taking...
2024-09-04  Simon Marchilib: record effective MIP version in field and trace...
2024-09-04  Simon Marchilib: increase maximal MIP version number
2024-09-04  Simon Marchictf: silence some -Wnull-dereference errors
2024-09-04  Simon Marchitests/lib: convert `test-plugins` to C++
2024-09-04  Simon Marchitests/lib: compile `test-plugins` as C++
2024-09-04  Simon Marchicpp-common/bt2: add shared() methods on component classes
2024-09-04  Simon Marchicpp-common/bt2c: add {fmt} formatter for `bt2::ConstValue`
2024-09-04  Simon Marchicpp-common/bt2: add `findAllPluginsFromFile()`
2024-09-04  Simon MarchiFix: cpp-common/bt2: make QueryExecutor take ConstValue...
2024-09-04  Simon Marchicpp-common/bt2: add plugin accessors to `bt2::ConstPlug...
2024-07-11  Simon Marchitests: remove problematic (and unnecessary) type annotation
next
This page took 0.041005 seconds and 4 git commands to generate.