babeltrace.git
2024-03-04  Michael Jeansontests: fix unbound variables in env.sh
2024-02-29  Philippe Proulxtests/lib/conds/utils.cpp: condMain(): unset `BABELTRAC...
2024-02-29  Simon Marchitests/lib: C++ify run-in and condition trigger code
2024-02-29  Simon Marchitests/lib: use `sink.utils.dummy` in `utils/run-in...
2024-02-29  Simon Marchibuild: factor out `pluginarchive` function to `src...
2024-02-29  Simon Marchicpp-common/bt2: add `findPlugin()`
2024-02-29  Simon Marchicpp-common/bt2: add C++ plugin bindings
2024-02-29  Simon Marchicpp-common/bt2: move findAllPluginsFromDir() to `plugin...
2024-02-29  Simon Marchicpp-common/bt2: move `ConstPluginSet` to `plugin-set...
2024-02-28  Simon Marchibt2: compile `native_bt.c` with `-Wno-undef`
2024-02-28  Philippe ProulxCONTRIBUTING.adoc: update the "C++ usage" section
2024-02-19  Simon Marchitests/lib: create and manipulate query executor using...
2024-02-19  Simon Marchicpp-common/bt2: add C++ query executor bindings
2024-02-19  Simon Marchitests/lib: create and manipulate graph using C++ bindin...
2024-02-19  Simon Marchicpp-common/bt2: add C++ graph bindings
2024-02-19  Simon Marchitests/lib: create component classes using C++ bindings...
2024-02-19  Simon Marchicpp-common/bt2: make `SinkCompClsBridge::userCompFromLi...
2024-02-19  Philippe Proulxcpp-common/bt2: add component class creation methods
2024-02-19  Simon Marchicpp-common/bt2: add C++ component class bindings
2024-02-19  Simon Marchicpp-common/bt2: move user component class bases to...
2024-02-19  Simon Marchicpp-common/bt2: move component class bridges to `intern...
2024-02-19  Simon Marchitests/lib: C++ify `conds/utils.cpp` a bit
2024-02-19  Simon Marchitests/lib: C++ify `conds/conds-triggers.cpp`
2024-02-19  Simon Marchitests/lib: C++ify `test-fields-bin.cpp`
2024-02-19  Simon Marchitests/lib: pass C++ wrapper types to `RunIn` callbacks
2024-02-19  Simon Marchicpp-common/bt2: make `ConstComponentPorts::operator...
2024-02-19  Simon Marchicpp-common/bt2: add const_cast when setting user data
2024-02-19  Simon Marchicpp-common/bt2: add missing return in `SelfComponentPor...
2024-02-19  Simon Marchicpp-common/bt2: add `SelfComponent::createClockClass`
2024-02-19  Simon Marchicpp-common/bt2: add `SelfComponent::createTraceClass`
2024-02-19  Simon Marchicpp-common/bt2: add message creation methods to `SelfMe...
2024-02-19  Simon Marchicpp-common/bt2: fix trivial-ish mistakes in plugin...
2024-02-19  Simon Marchicpp-common/bt2: `User*Component`: pass query method...
2024-02-19  Simon Marchicpp-common/bt2: `CompClsBridge`: pass init method data...
2024-02-19  Simon Marchisrc/cpp-common: pass user message iterator class to...
2024-02-19  Simon Marchicpp-common/bt2: add `CommonStringField::length` method
2024-02-19  Simon Marchicpp-common: remove unused include
2024-02-19  Simon Marchitests/utils/python/tjson.py: print actual type when...
2024-02-19  Simon Marchitests/lib/conds/test.py: use `tjson`, add type annotations
2024-02-19  Simon Marchicommon: remove unused things from common.{c,h}
2024-02-12  Simon Marchitests/lib: remove some `Makefile.am`s
2024-02-10  Simon Marchiflt.utils.muxer: remove msgTypeStr
2024-02-09  Philippe Proulxtests/utils/env.sh.in: remove `#!/bin/bash`, add a...
2024-02-09  Simon Marchicpp-common/bt2c: add `format_as` function for `bt2...
2024-02-09  Simon Marchibt2/setup.py.in: don't call get_cflags/get_ldshared...
2024-02-09  Philippe Proulxtests/utils/env.sh.in: make it portable for Bash and Zsh
2024-02-09  Philippe Proulxtools/shellcheck.sh: use tabs
2024-02-09  Simon Marchibt2/setup.py.in: improve legibility of our_get_config_v...
2024-02-09  Simon MarchiRevert "tests/utils/utils.sh: quote command name when...
2024-02-09  Simon Marchi.editorconfig: handle .py.in files
2024-02-08  Simon Marchitests/lib: reorganize Makefile.am a bit
2024-02-08  Simon Marchilib: remove unused includes
2024-02-08  Simon Marchilib: remove BT_ASSERT_COND_SUPPORTED check in graph...
2024-02-08  Simon MarchiFix: lib: strengthen clock expectation check for no...
2024-02-08  Simon Marchicpp-common/bt2c: remove lib-str.hpp
2024-02-07  Philippe Proulxconfigure.ac: don't make `tests/utils/env.sh` executable
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: rename `UTILSSH` variable...
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: `${@}` -> `$@`
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: update comment
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: remove unneeded quotes
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: use the arg. count io....
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: update error message style
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: use `[[ ... ]]` instead...
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: update usage and remove...
2024-02-07  Philippe Proulxtests/utils: `run-python-bt2.sh` -> `run-in-py-env.sh`
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace() -> bt_gen_mctf_t...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test() -> bt_run_p...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2() -> bt_run_in_py_...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python() -> bt_run_in_py_util...
2024-02-07  Philippe Proulxtests/utils/utils.sh: remove redundancy when setting...
2024-02-07  Philippe Proulxtests/utils/utils.sh: aerate the code
2024-02-07  Philippe Proulxtests/utils/utils.sh: remove unneeded curly braces...
2024-02-07  Philippe Proulxtests/utils/utils.sh: remove unneeded quotes
2024-02-07  Philippe Proulxtests/utils/utils.sh: _set_vars_srcdir_builddir():...
2024-02-07  Philippe Proulxtests/utils/utils.sh: use `[[ ... ]]` instead of `...
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace(): use an array...
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace(): use `echo`...
2024-02-07  Philippe Proulxtests/utils/utils.sh: use `+=` instead of expanding...
2024-02-07  Philippe Proulxtests/utils/utils.sh: check_coverage() -> _bt_tests_che...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_grep_ok(): only define if...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_details_ctf_single()...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_cli(): return directly...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff(): remove useless `ret...
2024-02-07  Philippe Proulxtests/utils/utils.sh: use backticks to quote in printed...
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace(): use `local...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test(): make ...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test(): use `local...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test(): remove...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2(): use `local...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_grep_ok(): use `local -r`...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_details_ctf_gen_single...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_details_ctf_single()...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_cli(): use `local -r...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff(): use `local -r` when...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_cli(): use `local -r` when...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2(): remove unneeded...
2024-02-07  Philippe Proulxtests/utils/utils.sh: don't export `BT_TESTS_ENABLE_ASAN`
2024-02-07  Philippe Proulxtests/utils/utils.sh: use "private" variables if applicable
2024-02-07  Philippe Proulxtests/utils/utils.sh: use a function to source `env.sh`
2024-02-07  Philippe Proulxtests/utils/utils.sh: quote command name when running it
next
This page took 0.040498 seconds and 4 git commands to generate.