babeltrace.git
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...
2023-06-06  Philippe Proulxtests/lib/utils/run-in.cpp: apply BT 2 C++ coding style
2023-06-05  Simon Marchitests: fix formatting of run-in.cpp
2023-05-31  Simon Marchitests: add bt_field_string_clear test
2023-05-31  Simon Marchitests: make pre/post-condition assertions test use...
2023-05-31  Simon Marchitests: add extern "C" to tap.h
2023-05-31  Simon Marchitests: add framework to run code in comp cls / comp...
2023-05-31  Simon Marchitests: use nlohmann's json lib to generate conds list
2023-05-31  Francis Deslaurierscpp-common: add nlohmann/json header-only dependency
2023-05-31  Simon Marchitests: include babeltrace.h in conds/utils.hpp
2023-05-31  Simon Marchitests: re-format conds C++ files
2023-05-31  Simon Marchitests: convert lib conds test to C++
2023-05-23  Simon Marchitests: add a basic pre-condition assertion test
2023-05-23  Simon Marchitests: remove unused forward declaration
2023-05-21  Simon Marchilib: remove TODO in add_port
2023-05-21  Simon Marchilib: de-duplicate assertions in bt_component_add_{input...
2023-05-21  Simon Marchilib: de-duplicate "no error" assertion in add port...
2023-05-21  Simon Marchilib: remove duplicated assertion in bt_self_component_s...
2023-05-21  Simon MarchiRevert "Fix: lib: add missing BT_ASSERT_PRE_NO_ERROR...
2023-05-16  Simon Marchilib: remove unneeded forward declarations in trace...
2023-05-16  Simon MarchiFix: lib: add missing BT_ASSERT_PRE_NO_ERROR in trace...
2023-05-10  Simon Marchidebug-info: fix -Wenum-int-mismatch problem in copy_fie...
2023-05-05  Simon MarchiAdd .editorconfig entry for .h and .c files
2023-05-03  Philippe Proulxtools/format-cpp: run `xargs` with `-P$(nproc)` (format...
2023-05-02  Philippe ProulxChange required clang-format version to 15
2023-05-02  Simon Marchiconfigure: add --enable-ubsan configure flag
2023-04-27  Michael Jeansonfix: document proper Bison version requirement
2023-04-27  Michael Jeansonfix: pass exec-prefix to python bindings install
2023-04-25  Jérémie Galarneaubabeltrace2-query(1): erroneous parameter used in example
2023-04-03  Simon Marchicli: use return value of g_string_free
2023-03-31  Simon MarchiFix: mark (again) section start/end symbols as hidden
2023-03-30  Michael Jeansonfix: visibility of bt_plugin_python_create_all_from_file
2023-03-30  Michael JeansonShow python bindings install output in verbose builds
2023-03-30  Simon MarchiVisibility hidden by default
2023-03-16  Simon MarchiFix: tests: print real values in a fixed format
2023-03-14  Simon MarchiFix: ctf: verify that field class is int before calling...
2023-03-13  Simon Marchidoc: fix uptream -> upstream typos
2023-03-10  Michael Jeansonfix: python: monkey patch the proper sysconfig implemen...
2023-03-10  Simon MarchiFix: tests: free message iterator class in test_graph_t...
2023-03-07  Michael Jeansonpython: replace distutils with setuptools
2023-03-07  Michael Jeansonpython: Use standalone 'sysconfig' module
2023-03-07  Michael Jeansonfix: 1 byte overflow in UuidView
2023-03-07  Jérémie Galarneauerror.c: clean-up: remove dead error cause clean-up...
2023-03-07  Simon Marchictf-writer: avoid using NULL pointer in BT_CTF_TO_COMMON
2023-03-07  Simon Marchictf-writer: avoid undefined behavior left shift
2023-03-07  Simon Marchictf: avoid using computing offset from nullptr pointer
2023-03-07  Simon Marchilib: remove one BT_LIB_LOGD from init_error_cause
2023-03-07  Simon Marchilib: add null checks before "casting" to "base class"
2023-03-07  Simon Marchim4: bump ax_pkg_swig to 15
next
This page took 0.039931 seconds and 4 git commands to generate.