2019-08-12 |
Philippe Proulx | test_plugin.py: do not search in user/system directorie... |
tree | commitdiff |
2019-08-12 |
Simon Marchi | bt2: add auto source discovery support to TraceCollecti... |
tree | commitdiff |
2019-08-12 |
Simon Marchi | tests: move auto source discovery test artifacts |
tree | commitdiff |
2019-08-12 |
Simon Marchi | Move autodisc to its own convenience library |
tree | commitdiff |
2019-08-12 |
Simon Marchi | tests: make auto-source-discovery-{log_level,params... |
tree | commitdiff |
2019-08-12 |
Simon Marchi | tests: make auto-source-discovery-grouping test use... |
tree | commitdiff |
2019-08-12 |
Simon Marchi | tests: print executed CLI command line in bt_cli |
tree | commitdiff |
2019-08-12 |
Simon Marchi | tests: make bt_diff check a single file pair |
tree | commitdiff |
2019-08-12 |
Simon Marchi | tests: add bt_cli util function |
tree | commitdiff |
2019-08-10 |
Francis Deslauriers | Tests: flt.utils.muxer: run `black` on bt_plugin_muxer_... |
tree | commitdiff |
2019-08-09 |
Francis Deslauriers | Fix: tests: flt.utils.muxer: missing '../' in path... |
tree | commitdiff |
2019-08-08 |
Francis Deslauriers | Tests: flt.utils.muxer: add message ordering tests |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | lib, bt2: make query method receive custom data |
tree | commitdiff |
2019-08-06 |
Philippe Proulx | Add bt_graph_add_simple_sink_component() tests |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | cli, tests: rename "leftover" terms to "non-option" |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | test_try_again_many_times(): use three times `None... |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | lib: remove output port message iterator |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | bt2: wrap bt_graph_run_once() (Graph.run_once()) |
tree | commitdiff |
2019-08-05 |
Philippe Proulx | bt2: pass custom Python object to Python component... |
tree | commitdiff |
2019-08-03 |
Simon Marchi | cli: apply log levels (`--log-level` option) to leftovers |
tree | commitdiff |
2019-08-03 |
Simon Marchi | cli: apply parameters (`--params` option) to leftovers |
tree | commitdiff |
2019-08-02 |
Simon Marchi | tests: reorganize CLI's `convert` tests |
tree | commitdiff |
2019-08-02 |
Simon Marchi | cli: handle leftovers in the same loop as components |
tree | commitdiff |
2019-08-02 |
Simon Marchi | cli: remove `run` and `convert` commands' --name option |
tree | commitdiff |
2019-08-02 |
Simon Marchi | cli: remove `convert` command's --path and --url options |
tree | commitdiff |
2019-08-02 |
Simon Marchi | cli: remove babeltrace2-log |
tree | commitdiff |
2019-08-02 |
Philippe Proulx | Add internal command-line argument parser API |
tree | commitdiff |
2019-07-31 |
Francis Deslauriers | bt2: stream.py: add `trace` property to _Stream |
tree | commitdiff |
2019-07-31 |
Philippe Proulx | Fix: tests/utils/utils.sh: export `BT_TESTS_PYTHON_CONF... |
tree | commitdiff |
2019-07-30 |
Michael Jeanson | tests: fix test_auto_source_discovery on mingw |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | lib: prepare the ground for stateful query operations |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | tests/bindings/python/bt2: remove unneeded `import... |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | Test `bt2` public names (`test_package.py`) |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | Add `babeltrace.` prefix to `trace-info` and `support... |
tree | commitdiff |
2019-07-26 |
Simon Marchi | lib: rename INVALID_OBJECT status to UNKNOWN_OBJECT |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | lib: rename `bt_scope` -> `bt_field_path_scope` |
tree | commitdiff |
2019-07-26 |
Philippe Proulx | tests/Makefile.am: add `test_auto_source_discovery... |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | bt2: prepend `_user` to overridable protected methods |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | bt2: clean available `bt2` package names |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | test_error.py: remove dangling print() |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | bt2: prepend `_` to names of exception classes the... |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | bt2: import public names into `__init__.py` |
tree | commitdiff |
2019-07-25 |
Philippe Proulx | bt2: rename `_Generic*ComponentClass` -> `_*ComponentClass` |
tree | commitdiff |
2019-07-24 |
Simon Marchi | lib: remove INVALID_PARAMS status |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: add bt_plugin_find_all() |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: add bt_{graph,query_executor}_add_interrupter() |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | bt2: add interrupter support |
tree | commitdiff |
2019-07-24 |
Philippe Proulx | lib: create input port msg iterator from self {msg... |
tree | commitdiff |
2019-07-24 |
Simon Marchi | bt2: remove NonexistentClockSnapshot exception type |
tree | commitdiff |
2019-07-24 |
Simon Marchi | bt2: prepend underscore to exceptions not meant to... |
tree | commitdiff |
2019-07-24 |
Simon Marchi | bt2: make bt2.Error wrap current thread's error |
tree | commitdiff |
2019-07-23 |
Michael Jeanson | tests: fix Windows support in test_convert_args |
tree | commitdiff |
2019-07-23 |
Michael Jeanson | tests: readlink 'canonicalize' is GNU specific |
tree | commitdiff |
2019-07-23 |
Michael Jeanson | tests: fix Python plugin provider tests on Windows |
tree | commitdiff |
2019-07-23 |
Philippe Proulx | Standardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr... |
tree | commitdiff |
2019-07-23 |
Simon Marchi | cli: automatically detect sources for leftover arguments |
tree | commitdiff |
2019-07-21 |
Philippe Proulx | tests/Makefile.am: remove needless comment |
tree | commitdiff |
2019-07-21 |
Simon Marchi | Fix: bt2: incref Py_None in get_msg_range_common on... |
tree | commitdiff |
2019-07-20 |
Philippe Proulx | lib: rename functions to clearly indicate API inheritance |
tree | commitdiff |
2019-07-20 |
Francis Deslauriers | Tests: flt.lttng-utils.debug-info: update debug-info... |
tree | commitdiff |
2019-07-20 |
Jonathan Rajotte | `test_plugin.py`: use absolute paths for plugin path... |
tree | commitdiff |
2019-07-20 |
Jonathan Rajotte | `test_query_trace_info.py`: adapt regex to NT path... |
tree | commitdiff |
2019-07-20 |
Francis Deslauriers | tests/plugins/flt.utils.trimmer/Makefile.am: remove... |
tree | commitdiff |
2019-07-20 |
Francis Deslauriers | Apply black code formatter on all Python code |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | lib: decouple variant FC option names from selector... |
tree | commitdiff |
2019-07-18 |
Philippe Proulx | bt2: add integer range set support |
tree | commitdiff |
2019-07-18 |
Simon Marchi | bt2: check for _graph_is_configured method in user... |
tree | commitdiff |
2019-07-18 |
Simon Marchi | tests: run_python_bt2: error out if BT_TESTS_BUILDDIR... |
tree | commitdiff |
2019-07-16 |
Michael Jeanson | tests: Move tap-driver.sh out of the autotools aux... |
tree | commitdiff |
2019-07-13 |
Francis Deslauriers | tests: bt2: remove test_clock_class_priority_map.py |
tree | commitdiff |
2019-07-13 |
Francis Deslauriers | tests: src.ctf.fs: add 2packets test trace |
tree | commitdiff |
2019-07-13 |
Francis Deslauriers | tests: bt_diff_cli: compare expected `stderr` too |
tree | commitdiff |
2019-07-12 |
Francis Deslauriers | Do not check `NULL` to call free(): free() accepts... |
tree | commitdiff |
2019-07-12 |
Jonathan Rajotte | tests: on Windows the plugin object extension is 'dll... |
tree | commitdiff |
2019-07-12 |
Jonathan Rajotte | Fix: cygwin does not honour LD_LIBRARY_PATH |
tree | commitdiff |
2019-07-11 |
Michael Jeanson | Make the Python plugin provider a libtool module |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Standardize `strcmp(a, b) == 0` instead of `!strcmp... |
tree | commitdiff |
2019-07-10 |
Simon Marchi | Fix: bt2: adjust reference counting of value objects |
tree | commitdiff |
2019-07-10 |
Michael Jeanson | tests: update test_trimming to remove the wrapper |
tree | commitdiff |
2019-07-10 |
Jonathan Rajotte | tests: specify the timezone offset |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Move `include/babeltrace2/ctf-writer` -> `include/babel... |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Remove legacy `include/babeltrace2/{ctf-ir,ctf}` direct... |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | lib: force user to include `<babeltrace2/babeltrace.h>` |
tree | commitdiff |
2019-07-10 |
Philippe Proulx | Fix: CTF writer: make library have its own public ... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | lib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_... |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | Rename WARN log level to WARNING |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | lib: make packets and packet messages optional, disable... |
tree | commitdiff |
2019-07-09 |
Jonathan Rajotte | fix: test_trimmer on macOs and Solaris |
tree | commitdiff |
2019-07-09 |
Jonathan Rajotte | tests: Use DYLD_LIBRARY_PATH on macOSX |
tree | commitdiff |
2019-07-09 |
Philippe Proulx | Tests: move `test_bitfield` outside lib tests, add... |
tree | commitdiff |
2019-07-08 |
Philippe Proulx | sink.text.details: write discarded events/packets CS... |
tree | commitdiff |
2019-07-08 |
Michael Jeanson | tests: replace xargs workaround with bash array expansion |
tree | commitdiff |
2019-07-08 |
Michael Jeanson | Replace libuuid with internal implementation |
tree | commitdiff |
2019-07-08 |
Simon Marchi | lib: remove stream activity messages |
tree | commitdiff |
2019-07-08 |
Philippe Proulx | Fix: bt_ctfser_write_float64(): use `double` in union... |
tree | commitdiff |
2019-07-08 |
Simon Marchi | tests: don't swallow stderr when running babeltrace CLI |
tree | commitdiff |
2019-07-06 |
Philippe Proulx | lib: move trace class's name, UUID, and environment... |
tree | commitdiff |
2019-07-06 |
Philippe Proulx | tests: call bt_current_thread_clear_error() when handli... |
tree | commitdiff |
2019-07-05 |
Francis Deslauriers | tests: bt2: use `addr` attribute instead of private... |
tree | commitdiff |
2019-07-05 |
Francis Deslauriers | tests: bt2: Fix `run_python_bt2` usage example |
tree | commitdiff |
next |