.gitignore: add some missing files
[babeltrace.git] / src / cpp-common /
2024-09-04  Philippe Proulxcpp-common/bt2c/libc-up.hpp: make `FileCloserDeleter...
2024-09-04  Philippe Proulxbt2c/logging.hpp: replace `Logger::MemData` with `Const...
2024-09-04  Simon Marchicpp-common/bt2c/data-len.hpp: `static inline` → `inline`
2024-09-04  Philippe Proulxcpp-common/bt2c/c-string-view.hpp: remove useless ...
2024-09-04  Philippe Proulxcpp-common/bt2c/read-fixed-len-int.hpp: remove useless...
2024-09-04  Philippe Proulxcpp-common/bt2c/read-fixed-len-int.hpp: fix comment...
2024-09-04  Philippe ProulxAdd static bt2c::Uuid::isValidUuidStr()
2024-09-04  Philippe Proulxcpp-common/bt2c/uuid.hpp: `static inline` → `inline`
2024-09-04  Philippe Proulxbt2c::Uuid::Uuid(): accept `bt2s::string_view` instead...
2024-09-04  Philippe Proulxcpp-common/bt2c/uuid.hpp: remove useless `bt2c::`
2024-09-04  Philippe ProulxMake bt_uuid_from_str() take begin/end pointers
2024-09-04  Simon Marchisrc.ctf.lttng-live: use the new metadata stream parser...
2024-09-04  Simon Marchicpp-common/bt2c: Logger: factor out code to append...
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 ProulxAdd `ctf::src::Ctf2MetadataStreamParser` class (JSON...
2024-09-04  Philippe ProulxAdd bt2c::join()
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  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  Philippe Proulxcpp-common/bt2c/std-int.hpp: use dedicated enum. instea...
2024-09-04  Philippe ProulxAdd bt2c::reverseFixedLenIntBits()
2024-09-04  Philippe ProulxAdd `cpp-common/bt2c/aliases.hpp` to contain common...
2024-09-04  Philippe ProulxIncrease wise_enum limit to 512 enumerators
2024-09-04  Simon Marchicpp-common: add observable.hpp
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 Proulxsrc/cpp-common: add JSON value requirement aliases
2024-09-04  Philippe ProulxAdd `bt2c::ValReq` class template system
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 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 Marchicpp-common/bt2c: adjust syntax of operator"" to please...
2024-05-27  Simon MarchiRe-format with clang-format 16
2024-05-24  Simon MarchiNormalize C/C++ include guards
2024-05-07  Simon Marchispan-lite: backport fix to avoid -Wundef error in C++20
2024-05-07  Simon Marchicpp-common/bt2c/logging.hpp: change type of `fmt` param...
2024-04-30  Simon Marchicpp-common/bt2c/fmt.hpp: use `wise_enum::string_type...
2024-04-26  Philippe Proulxbt2c::Logger: remove unused cLevel() method
2024-04-25  Philippe Proulxbt2::CommonEnumerationFieldClass::addMapping(): add...
2024-04-25  Philippe Proulxcpp-common/bt2c/logging.hpp: remove no-formatting ...
2024-04-25  Philippe ProulxFix: cpp-common/bt2c/logging.hpp: add missing `template...
2024-04-24  Simon Marchicpp-common/bt2c: remove `dummy.cpp`
2024-04-23  Philippe Proulxbt2c/logging.hpp: use `std::span<const std::uint8_t...
2024-04-23  Philippe Proulxsrc/cpp-common/bt2c: rename `span.hpp` -> `make-span...
2024-04-23  Philippe Proulxcpp-common/bt2c/logging.hpp: use camel case for param...
2024-04-23  Philippe Proulxbt2c::Logger: make `Level` enumerators more readable
2024-04-17  Simon Marchisrc.ctf.fs: make set_trace_name use bt2::Trace
2024-04-17  Philippe Proulxcpp-common/bt2c: add `DataLen` class (general-purpose...
2024-04-17  Francis Deslaurierscpp-common: add `dataFromFile()`
2024-04-17  Simon Marchisink.ctf.fs: use bt2c::Logger
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/bt2c: make `Logger::Level` a wise enum
2024-04-17  Simon Marchicpp-common/bt2: make `MessageType` a wise enum
2024-04-17  Simon Marchicpp-common/bt2c: add format_as() template functions...
2024-04-17  Simon Marchicpp-common/vendor: add copy of wise_enum
2024-04-17  Simon Marchicpp-common/bt2: move some enum classes out of enclosing...
2024-04-17  Simon Marchicpp-common/bt2c: use relative include for uuid.hpp...
2024-04-17  Simon Marchicpp-common/bt2c: add `BT_CPPLOGE_ERRNO_APPEND_CAUSE_SPEC`
2024-04-17  Simon Marchicpp-common/bt2c: add `BT_CPPLOGE_APPEND_CAUSE_SPEC`
2024-04-17  Simon Marchicpp-common/bt2c: Logger: remove `noThrow` suffixes
2024-04-17  Simon Marchicpp-common/bt2c: fix some function names in comments
2024-04-17  Simon MarchiChange naming convention for enum class enumerators
2024-04-17  Simon MarchiFix: cpp-common/bt2c: copy `_mSelfCompCls` when constru...
2024-03-28  Simon MarchiFix: cpp-common/bt2c/logging.hpp: remove one definition...
2024-03-28  Simon MarchiFix: cpp-common/bt2c/logging.hpp: don't set `_mSelfComp...
2024-03-26  Simon Marchicpp-common/bt2c: add `format_as()` functions for `Uuid...
2024-03-26  Simon Marchicpp-common/bt2: use universal reference for `Graph...
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 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...
next
This page took 0.042536 seconds and 7 git commands to generate.