babeltrace.git
2023-09-21  Simon Marchipython: run isort on everything
2023-09-21  Simon MarchiDocument usage of Black in CONTRIBUTING.adoc
2023-09-21  Simon Marchipython: remove internal `import bt2` imports
2023-09-21  Simon Marchipython: move exception types out of __init__.py
2023-09-21  Simon Marchipython: standardize intra-bt2 imports
2023-09-18  Simon MarchiBump black to version 23
2023-09-15  Simon Marchictf: fix formatting in ctf-meta-resolve.cpp
2023-09-11  Philippe Proulxcpp-common/bt2/message.hpp: add missing `#include`
2023-09-11  Simon Marchisrc.ctf.fs: add GMappedFileUP
2023-09-11  Simon Marchicpp-common: add GDirUp
2023-09-11  Simon Marchicpp-common: add GStringUP
2023-09-11  Simon Marchicpp-common: add FileUP
2023-09-11  Simon Marchicpp-common: add GCharUP
2023-09-11  Francis Deslaurierscpp-common: add `readFixedLenInt()` function
2023-09-11  Philippe Proulxsrc/cpp-common: add fixed-length integer reading functions
2023-09-11  Philippe ProulxAdd `src/cpp-common/std-int.hpp`
2023-09-11  Simon Marchicpp-common: add bt2_common::messageTypeStr()
2023-09-11  Simon Marchicpp-common: add vectorFastRemove
2023-09-11  Simon Marchitests: add `--port` option to lttng_live_server.py
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 ProulxAdd `bt2_common::OverflowError`
2023-09-11  Simon Marchisrc/cpp-common: improve C++ UUID utilities
2023-09-11  Philippe ProulxMake `bt2_common::UuidView` final
2023-09-11  Philippe ProulxRename bt2_common::UuidView::string() -> str()
2023-09-11  Philippe ProulxAdd bt2_common::UuidView::operator<()
2023-09-11  Philippe ProulxMake bt2_common::UuidView::size() `constexpr`
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::align()
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::safeTo*() and bt2_commo...
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::makeUnique()
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::{little,big}ToNative()
2023-09-11  Francis Deslauriersuuid-view.hpp: add missing #include's
2023-09-11  Simon Marchisrc/cpp-common/Makefile.am: add missing `uuid-view...
2023-09-11  Simon Marchilogging: remove check for BT_LOG_OUTPUT_LEVEL
2023-09-11  Simon Marchisrc/cpp-common: add BT_APPEND_CAUSE*() and BT_CLOG_...
2023-09-11  Francis Deslaurierscpp-common: Add common exceptions
2023-09-11  Francis Deslaurierssrc/cpp-common: add `LogCfg` class
2023-09-11  Simon Marchilib: adjust son dev/non-dev precondition assertions...
2023-09-11  Simon Marchitests: only preload libasan for gcc compilers
2023-09-11  Simon Marchicpp-common/uuid-view: use string::operator[] instead...
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
2023-09-11  Francis Deslaurierscpp-common: Add hash() and isSame() methods to BorrowedObj
2023-09-11  Philippe Proulxsrc/cpp-common: use C-style comments in C++ files
2023-09-11  Francis DeslauriersAdd `bt2::CommonArrayValueIterator` to iterate on ...
2023-09-11  Simon Marchictf: fix -Wformat-overflow warning in ctf-meta-resolve.cpp
2023-09-01  Philippe Proulxdoc/man: make default values of boolean init. params...
2023-08-31  Simon Marchibuild: gen-version-i.sh: make it an error if git descri...
2023-08-31  Simon Marchibuild: gen-version-i.sh: use a fixed abbrev length
2023-08-31  Simon Marchibuild: gen-version-i.sh: use errexit option
2023-08-31  Simon Marchibuild: gen-version-i.sh: use `mv -f`
2023-08-31  Simon Marchibuild: gen-version-i.sh: use `command` to check if...
2023-08-31  Simon Marchibuild: gen-version-i.sh: make shellcheck-clean
2023-08-31  Simon Marchibuild: move script to generate version.i to its own...
2023-08-30  Erica BugdenBump minimum supported automake version to 1.13
2023-08-18  Michael Jeansonfix: make flake8 6.x happy
2023-08-18  Michael Jeansonfix: running black on python 3.11
2023-08-09  Philippe Proulxbt_query_executor_create_with_method_data(): fix docs...
2023-06-20  Simon Marchibuild: correct alignment of "GEN version.i"
2023-06-15  Michael Jeanson.gitignore: add missing '/tests/lib/test_fields_bin'
2023-06-08  Simon Marchipython: make all _get_ref/_put_ref proper static methods
2023-06-08  Simon Marchipython: mark _SharedObject._{get,put}_ref as abstract...
next
This page took 0.046587 seconds and 4 git commands to generate.